Metadata-Version: 1.1
Name: torrt
Version: 0.2.3
Summary: Automates torrent updates for you.
Home-page: https://github.com/idlesign/torrt
Author: Igor `idle sign` Starikov
Author-email: idlesign@yandex.ru
License: BSD 3-Clause License
Description: torrt
        =====
        https://github.com/idlesign/torrt
        
        .. image:: https://badge.fury.io/py/torrt.png
            :target: http://badge.fury.io/py/torrt
        
        .. image:: https://pypip.in/d/torrt/badge.png
                :target: https://crate.io/packages/torrt
        
        
        Description
        -----------
        
        *Automates torrent updates for you.*
        
        **torrt** automatically checks your favourite torrent tracker sites, where torrents are organized as articles (i.e forum-like tracker),
        to verify whether specific torrents have been updated (e.g. torrent bundling some TV-series is updated with a new episode),
        and instructs your torrent client to download new files.
        
        Automatic updates are available for:
        
        * RuTracker (ex torrents.ru) - http://rutracker.org/
        * RUTOR - http://rutor.org/
        * AniDUB - http://tr.anidub.com/
        * NNM-Club - http://nnm-club.me/
        
        **torrt** is able to cooperate with the following torrent clients:
        
        * Transmission (using built-in JSON RPC)
        * Deluge (using `deluge-webapi` plugin - https://github.com/idlesign/deluge-webapi)
        * uTorrent (using built-in RPC)
        
        **torrt** can function both as a console application and Python module.
        
        
        Documentation
        -------------
        
        http://torrt.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: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: License :: OSI Approved :: BSD License
