Metadata-Version: 1.1
Name: putiosync
Version: 0.2
Summary: Automatically download content from put.io
Home-page: http://posborne.github.io/putio-sync/
Author: Paul Osborne
Author-email: osbpau@gmail.com
License: MIT
Description: putio-sync
        ==========
        
        Script for automatically downloading files from put.io
        
        Installation and Usage
        ----------------------
        
        Installation can be performed via pip::
        
            $ pip install putiosync
        
        This will install a new application 'putiosync' that can be called from the command
        line as follows::
        
            $ putiosync <download_directory>
        
        Other options and customizations are available by using the '-h' or '--help' options.
        
        Authentication
        --------------
        
        The first time you run the application, a webbrowser will be opened to
        put.io asking for permissions.  If authorized, you'll get your access
        token which you will enter into the application.
        
        Contributing Back
        -----------------
        
        * Found a bug? Create an issue on github.
        * Fixed a bug or added a feature?  Fork the project on github and
          submit a pull request
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Utilities
