Metadata-Version: 2.1
Name: transmission-rpc
Version: 2.0.3
Summary: Python module that implements the Transmission bittorent client RPC protocol
Home-page: https://github.com/Trim21/transmission-rpc
License: MIT
Author: Trim21
Author-email: i@trim21.me
Requires-Python: >=3.5,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Communications :: File Sharing
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Version Control :: Git
Provides-Extra: docs
Requires-Dist: requests
Requires-Dist: sphinx (>=2.2,<3.0); extra == "docs"
Requires-Dist: sphinx-issues (==1.2.0); extra == "docs"
Requires-Dist: sphinx-rtd-theme (>=0.4.3,<0.5.0); extra == "docs"
Project-URL: Repository, https://github.com/Trim21/transmission-rpc
Description-Content-Type: text/markdown

# Transmission-rpc Readme

this project is forked from https://bitbucket.org/blueluna/transmissionrpc/overview

## Introduction

`transmission-rpc` is a python module implementing the json-rpc client protocol for the BitTorrent client Transmission.

## Requirements

transmission_rpc requires:

* Python >= 3.4
* requests

## Install

### install from pypi

```bash
$ pip install transmission-rpc
```

### install from source

```bash
$ pip install https://github.com/Trim21/transmission-rpc/tarball/master
```

NOTE: You might need administrator privileges to install python modules.

<!-- The setup program will take care of the simple json requirement. -->

## Documents

<https://transmission-rpc.readthedocs.io/en/latest/>

## Break change

## Developer

transmission-rpc is hosted by GitHub at [github.com/Trim21/transmission-rpc](https://github.com/Trim21/transmission-rpc)

`transmission-rpc` is licensed under the MIT license.

Copyright (c) 2018 Trim21.
Copyright (c) 2008-2014 Erik Svensson

