Metadata-Version: 1.1
Name: sharpei
Version: 0.1.0
Summary: Watchdog to sync file changes to AWS S3
Home-page: https://github.com/polymathian/sharpei
Author: Polymathian
Author-email: UNKNOWN
License: Apache License 2.0
Description: # Sharpei
        
        Python watchdog to sync file changes to AWS S3
        
        Requires Python 3.5+
        
        ## Usage
        
        #### CLI
        ```bash
        # Monitor the current directory and send all files
        > sharpei . s3://bucket/key-prefix/
        ```
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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: Topic :: System :: Archiving
Classifier: Typing :: Typed
