Metadata-Version: 1.1
Name: deluge-webapi
Version: 0.1.0
Summary: Plugin for Deluge WebUI providing sane JSON API.
Home-page: https://github.com/idlesign/deluge-webapi
Author: Igor `idle sign` Starikov
Author-email: idlesign@yandex.ru
License: BSD 3-Clause License
Description: deluge-webapi
        =============
        https://github.com/idlesign/deluge-webapi
        
        
        .. image:: https://pypip.in/d/deluge-webapi/badge.png
                :target: https://crate.io/packages/deluge-webapi
        
        
        Description
        -----------
        
        *Plugin for Deluge WebUI providing sane JSON API.*
        
        Exposes some sane JSON API through Deluge WebUI (missing out of the box or restyled) so that you can manipulate
        Deluge from your programs using HTTP requests.
        
        Deluge is a lightweight, Free Software, cross-platform BitTorrent client. Download it at http://deluge-torrent.org/
        
        
        Installation
        ------------
        
        Open Deluge Web UI, go to "Preferences -> Plugins -> Install plugin" and choose `webapi.egg` file.
        
        To build .egg file from source code yourself use `python setup.py bdist_egg` command in source code directory.
        
        
        Documentation
        -------------
        
        http://deluge-webapi.readthedocs.org/
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: BSD License
Classifier: Environment :: Plugins
Classifier: Intended Audience :: End Users/Desktop
