Metadata-Version: 2.0
Name: putio-automator
Version: 0.4.2.dev15
Summary: Automate management of torrents and files on Put.IO.
Home-page: https://github.com/datashaman/putio-automator
Author: Marlin Forbes
Author-email: marlinf@datashaman.com
License: MIT
Keywords: torrent
Requires-Dist: Flask (==0.12)
Requires-Dist: Flask-Script (==2.0.5)
Requires-Dist: Jinja2 (==2.9.5)
Requires-Dist: MarkupSafe (==0.23)
Requires-Dist: Werkzeug (==0.11.15)
Requires-Dist: appdirs (==1.4.2)
Requires-Dist: click (==6.7)
Requires-Dist: cogapp (==2.5.1)
Requires-Dist: itsdangerous (==0.24)
Requires-Dist: packaging (==16.8)
Requires-Dist: putio.py (==6.0.0)
Requires-Dist: pyinotify (==0.9.6)
Requires-Dist: pyparsing (==2.1.10)
Requires-Dist: python-dotenv (==0.6.3)
Requires-Dist: requests (==2.13.0)
Requires-Dist: six (==1.10.0)
Requires-Dist: tus.py (==1.2.0)
Provides-Extra: testing
Requires-Dist: mock; extra == 'testing'

# put.io automator

A suite of commands for managing torrents, transfers and files on put.io.

Configure Sickrage to use a Torrent black hole folder. Configure this application to
monitor that folder and download to the same folder used for post-processing in Sickrage.

## Table of Contents









<!-- toc -->

* [Installation](#installation)
* [Configuration](#configuration)
* [Local usage](#local-usage)
* [Docker usage](#docker-usage)
* [Command Reference](#command-reference)

<!-- toc stop -->





## Installation

Install the putio-automator package locally for your user (recommended):

    pip install --user putio-automator

Or for all users on your machine (not recommended):

    sudo -H pip install putio-automator

This will install a new command-line utility `putio`.

## Configuration

## Local usage

## Docker usage

## Command Reference



