Metadata-Version: 2.1
Name: syncdir
Version: 0.2.1
Summary: Yet another rsync-like program written in Python
Home-page: https://github.com/euske/syncdir
Author: Yusuke Shinyama
Author-email: yusuke@shinyama.jp
License: MIT
Description: SyncDir
        =======
        
        Yet another rsync-like program written in Python.
        
        (Originally tried to port rsync to Python but gave up.)
        
        Usage:
        
            $ python -p user@host:port -c /path/to/remote/syncdir dir1 dir2 ...
        
        TODO:
         * source code cleanup.
         * better documentation.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
