Metadata-Version: 2.1
Name: pyftpsync
Version: 4.0.0.dev1
Summary: Synchronize directories using FTP(S), SFTP, or file system access
Home-page: https://github.com/mar10/pyftpsync/
Author: Martin Wendt
Author-email: pyftpsync@wwwendt.de
Maintainer: Martin Wendt
Maintainer-email: pyftpsync@wwwendt.de
License: MIT
Description: # pyftpsync
        [![Build Status](https://travis-ci.org/mar10/pyftpsync.svg?branch=master)](https://travis-ci.org/mar10/pyftpsync)
        [![Latest Version](https://img.shields.io/pypi/v/pyftpsync.svg)](https://pypi.python.org/pypi/pyftpsync/)
        [![License](https://img.shields.io/pypi/l/pyftpsync.svg)](https://github.com/mar10/pyftpsync/blob/master/LICENSE.txt)
        [![Documentation Status](https://readthedocs.org/projects/pyftpsync/badge/?version=latest)](https://pyftpsync.readthedocs.io/)
        [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)
        [![Released with: Yabs](https://img.shields.io/badge/released%20with-yabs-yellowgreen)](https://github.com/mar10/yabs)
        [![StackOverflow: pyftpsync](https://img.shields.io/badge/StackOverflow-pyftpsync-blue.svg)](https://stackoverflow.com/questions/tagged/pyftpsync)
        
        > Synchronize directories using FTP(S), SFTP, or file system access.
        
        [ ![sample](teaser.png?raw=true) ](https://github.com/mar10/pyftpsync "Live demo")
        
        
        ## Summary
        
        Synchronize directories using FTP(S), SFTP, 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 4.0 drops support for Python 2.
        
        
        ## Quickstart
        
        [Python](https://www.python.org/download/Python) 3.5+ is required,
        [pip](http://www.pip-installer.org/) recommended:
        
        ```bash
        $ pip install pyftpsync --upgrade
        $ pyftpsync --help
        ```
        
        **Note:** Windows users may prefer the 
        [MSI Installer](https://github.com/mar10/pyftpsync/releases/latest).
        
        
        ## Documentation
        
        [Read the Docs](https://pyftpsync.readthedocs.io/) for details.
        
Keywords: python,ftp,ftps,sftp,synchronize,tls,tool
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: File Transfer Protocol (FTP)
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
