Metadata-Version: 1.1
Name: pyload-utils
Version: 0.1.1
Summary: Some usefull utilities for the pyload download manager
Home-page: https://github.com/thammi/pyload-utils
Author: Thammi
Author-email: thammi@chaossource.net
License: GPLv3
Description: # pyload utils
        
        This is a collection of some usefull utilities for the pyload download manager.
        They access the pyload API through the JSON API which is part of the
        webinterface.
        
        Configuration is provided through the file `~/.pyloadutils` which should look
        like this:
        
            [base]
            host: http://localhost:8000/
            user: thammi
            password: 123456
        
        
Keywords: pyload
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
