Metadata-Version: 1.1
Name: pyftpsync
Version: 1.0.2
Summary: Synchronize folders over FTP.
Home-page: https://github.com/mar10/pyftpsync
Author: Martin Wendt
Author-email: pyftpsync@wwwendt.de
License: The MIT License
Description: Copyright (c) 2012-2015 Martin Wendt
        
        Status
        ------
        **This project has beta status: use at your own risk!**
        
        Summary
        -------
        Synchronize local directories with FTP server.
        
          * This is a command line tool...
          * ... and a library for use in your Python projects
          * Upload, download, and bi-directional synch mode
          * Allows FTP-to-FTP and Filesystem-to-Filesystem synchronisation as well
          * Architecture is open to add other target types.
        
        See https://github.com/mar10/pyftpsync for details
        
        Changes
        -------
        See `CHANGES.md <https://github.com/mar10/pyftpsync/blob/master/CHANGES.md>`_.
        
Keywords: python ftp synchronize tool
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
