Metadata-Version: 2.0
Name: auto-py-torrent
Version: 1.0.2
Summary: Easy and automated tool for torrent downloading
Home-page: https://github.com/ocslegna/auto_py_torrent
Author: Gabriel Scotillo
Author-email: gabrielscotillo@gmail.com
License: MIT
Keywords: automate torrent torrent downloads
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Terminals
Requires-Python: >=3
Requires-Dist: coloredlogs (>=7.1)
Requires-Dist: lxml
Requires-Dist: requests (>=2.18.1python3-bs4>=4)
Requires-Dist: tabulate (>=0.7.7)

auto_py_torrent
================

**auto_py_torrent:** is an automated tool for torrent downloads.
* You can choose between unique best rated or list mode.

- ``auto_py_torrent`` can be installed with ``sudo pip3 install auto_py_torrent``.



.. :changelog:

Release History
---------------

Development
+++++++++++

1.0.2 (2017-07-28)
++++++++++++++++++

* pip3 install integration. 

**Improvements**

- Provide install with pip3: ``sudo pip3 install auto_py_torrent``.


1.0.0 (2017-07-28)
++++++++++++++++++

* First launch! Gone live.

**Improvements**

- ``auto_py_torrent`` runs best_rated and list mode.
- 5 different sites to search.
- Now you can repeat searches and downloads until you get tired.
- Can back to menu while searching.
- No need of double quotes with ['B', 'b'] options to search.
- Minor improvements.

**Bugfixes**

- Fix poor decision making after found content. 
- Handle bad requests.


0.0.2 (2017-07-26)
++++++++++++++++++

* First alpha tests.

**Improvements**

- ``auto_py_torrent`` runs best_rated mode.

**Bugfixes**

- Resolve bad domain paths, fix parser, fix init class function, change main function.


0.0.1 (2017-07-23)
++++++++++++++++++

* First pre-alpha tests.

**Improvements**

- ``auto_py_torrent`` has now all scheduled torrent sites.

**Bugfixes**

- Resolve content for BeautifulSoup instantiation from requests.


