Metadata-Version: 1.1
Name: pyrocopy
Version: 0.8.0
Summary: A suite of robust file copying utilities for Python.
Home-page: https://github.com/caskater4/pyrocopy
Author: Jean-Philippe Steinmetz
Author-email: caskater47@gmail.com
License: MIT
Description: pyrocopy is a suite of advanced file utility functions for efficiently copying all or part of a directory tree. It can be used as a module in your own application or run as a standalone command line tool.
        
        Main Features
        -------------
        -  Mirror Mode
        -  Sync Mode (bi-directional copy)
        -  Regular expression based filename and directory matching
        -  Configurable maximum tree depth traversal
        -  Detailed operation statistics
        
        For complete documentation please visit the project page on `GitHub <https://github.com/caskater4/pyrocopy>`_.
Keywords: file utilities admin filesystem copy move mirror sync
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
