Metadata-Version: 2.0
Name: pyftpsync
Version: 2.0.0
Summary: Synchronize directories using FTP(S) or file system access.
Home-page: https://github.com/mar10/pyftpsync
Author: Martin Wendt
Author-email: pyftpsync@wwwendt.de
License: The MIT License
Keywords: python ftp ftps synchronize tls 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 :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires-Dist: colorama
Requires-Dist: keyring

Copyright (c) 2012-2018 Martin Wendt

Summary
-------
Synchronize directories using FTP(S) or file system access.

  * 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 synchronization as well.
  * Architecture is open to add other target types.

.. note::
    Version 2.0 introduces *breaking changes* to 1.x.
    Make sure to adjust your scripts accordingly after update.

Requires `Python <http://www.python.org/download/>`_ 2.7+ or 3.4+.

A Windows `MSI installer is also available on GitHub <https://github.com/mar10/pyftpsync/releases>`_.

See also https://github.com/mar10/pyftpsync for details
and `Read the Docs <http://pyftpsync.readthedocs.io/>`_.

Change Log
----------
See `CHANGES.md <https://github.com/mar10/pyftpsync/blob/master/CHANGES.md>`_.


