Metadata-Version: 1.0
Name: tigre
Version: 0.1.5
Summary: Syncs directories to buckets on S3.
Home-page: http://github.com/varikin/tigre
Author: John Shimek
Author-email: varikin@gmail.com
License: Apache Software License 2.0
Description: Tigre
        =====
        
        Tigre syncs directories to buckets on S3. It is named for the Tigre river that
        feeds into the Amazon River.
        
        Installation
        ------------
        
        Run `python setup.py install` to install the `tigre` script. Or just copy the
        `tigre` file to where every you wish.
        
        Configuration
        -------------
        
        Tigre uses a configuration file, ~/.tigre.rc. A different file can be specified
        by `tigre -c somefile`. The configuration file is in the JSON format. See
        `tigre.rc.sample` for a sample configuration file.
        
Keywords: backup S3 Amazon sync
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: System :: Archiving :: Backup
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
