Metadata-Version: 2.1
Name: turba
Version: 0.1.0
Summary: Turbocharged torrent scraper
Home-page: https://pypi.org/project/turba/
License: MIT
Keywords: torrent,scraper,transmission,web
Author: jshwi
Author-email: stephen@jshwisolutions.com
Maintainer: jshwi
Maintainer-email: stephen@jshwisolutions.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: appdirs (>=1.4.4,<2.0.0)
Requires-Dist: beautifulsoup4 (>=4.9.3,<5.0.0)
Requires-Dist: bencode.py (>=4.0.0,<5.0.0)
Requires-Dist: object-colors (>=2.1.0,<3.0.0)
Requires-Dist: transmission-rpc (>=3.2.1,<4.0.0)
Project-URL: Documentation, https://turba.readthedocs.io/en/latest/?badge=latest
Project-URL: Repository, https://github.com/jshwi/turba
Description-Content-Type: text/x-rst

turba
=====
.. image:: https://img.shields.io/badge/License-MIT-yellow.svg
    :target: https://opensource.org/licenses/MIT
    :alt: License
.. image:: https://img.shields.io/pypi/v/turba
    :target: https://img.shields.io/pypi/v/turba
    :alt: pypi
.. image:: https://github.com/jshwi/turba/actions/workflows/ci.yml/badge.svg
    :target: https://github.com/jshwi/turba/actions/workflows/ci.yml
    :alt: CI
.. image:: https://github.com/jshwi/turba/actions/workflows/codeql-analysis.yml/badge.svg
    :target: https://github.com/jshwi/turba/actions/workflows/codeql-analysis.yml
    :alt: CodeQL
.. image:: https://codecov.io/gh/jshwi/turba/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/jshwi/turba
    :alt: codecov.io
.. image:: https://readthedocs.org/projects/turba/badge/?version=latest
    :target: https://turba.readthedocs.io/en/latest/?badge=latest
    :alt: readthedocs.org
.. image:: https://img.shields.io/badge/python-3.8-blue.svg
    :target: https://www.python.org/downloads/release/python-380
    :alt: python3.8
.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/psf/black
    :alt: black

Turbocharged torrent scraper
----------------------------

Requires `transmission-daemon`

Usage
*****

.. code-block:: console

    usage: turba [-h] URL

    positional arguments:
      URL         url to harvest

    optional arguments:
      -h, --help  show this help message and exit

