Metadata-Version: 2.1
Name: clutchless
Version: 0.1.0.dev2
Summary: A CLI tool to manage torrents and their data in Transmission
Home-page: https://github.com/mhadam/clutchless
License: MIT
Author: mhadam
Author-email: michael@hadam.us
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: bencode.py (>=2.1.0,<3.0.0)
Requires-Dist: colorama (>=0.4.3,<0.5.0)
Requires-Dist: docopt (>=0.6.2,<0.7.0)
Requires-Dist: texttable (>=1.6.2,<2.0.0)
Requires-Dist: torrentool (>=1.0.2,<2.0.0)
Requires-Dist: transmission-clutch (>=3.1.1,<4.0.0)
Project-URL: Documentation, https://github.com/mhadam/clutchless
Project-URL: Repository, https://github.com/mhadam/clutchless
Description-Content-Type: text/x-rst

**This is still under active development - use at your own risk!**

Clutchless
----------

.. image:: https://readthedocs.org/projects/clutch/badge/?version=latest
    :target: https://clutch.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation badge

.. image:: https://img.shields.io/pypi/v/clutchless.svg
    :target: https://pypi.org/project/clutchless
    :alt: PyPI badge

.. image:: https://img.shields.io/pypi/pyversions/clutchless.svg
    :target: https://pypi.org/project/clutchless
    :alt: PyPI versions badge

.. image:: https://img.shields.io/badge/code%20style-black-000000.svg
    :target: https://github.com/ambv/black
    :alt: Black formatter badge

.. image:: https://img.shields.io/pypi/l/clutchless.svg
    :target: https://en.wikipedia.org/wiki/MIT_License
    :alt: License badge

.. image:: https://img.shields.io/pypi/dm/clutchless.svg
    :target: https://pypistats.org/packages/clutchless
    :alt: PyPI downloads badge

Quick start
===========

Install the package:

.. code-block:: console

    $ pip install clutchless

The ``-h`` flag can be used to bring up documentation, e.g. ``clutchless -h``::

    A tool for working with torrents and their data in the Transmission BitTorrent client.

    Usage:
        clutchless [options] <command> [<args> ...]

    Options:
        -h, --help  Show this screen.
        --version   Show version.

    The available clutchless commands are:
        add         Add torrents to Transmission (with or without data).
        find        Locate data that belongs to torrent files.
        link        For torrents with missing data in Transmission, find the data and fix the location.
        archive     Copy .torrent files from Transmission for backup.
        organize    Migrate torrents to a new location, sorting them into separate folders for each tracker.

    See 'clutchless help <command>' for more information on a specific command.

