Metadata-Version: 2.1
Name: transmission-rpc
Version: 3.0.0a3
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.6.1,<4.0.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 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Communications :: File Sharing
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Version Control :: Git
Provides-Extra: docs
Requires-Dist: requests (>=2.23.0,<3.0.0)
Requires-Dist: sphinx (==3.1.1); extra == "docs"
Requires-Dist: sphinx-rtd-theme (==0.5.0); extra == "docs"
Requires-Dist: yarl (>=1.4.2,<2.0.0)
Project-URL: Repository, https://github.com/Trim21/transmission-rpc
Description-Content-Type: text/markdown

# Transmission-rpc Readme

[![PyPI](https://img.shields.io/pypi/v/transmission-rpc)](https://pypi.org/project/transmission-rpc/)
[![Documentation Status](https://readthedocs.org/projects/transmission-rpc/badge/?version=stable)](https://transmission-rpc.readthedocs.io/en/stable/?badge=stable)
[![ci](https://github.com/Trim21/transmission-rpc/workflows/ci/badge.svg)](https://github.com/Trim21/transmission-rpc/actions)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/transmission-rpc)](https://pypi.org/project/transmission-rpc/)
[![Codecov branch](https://img.shields.io/codecov/c/github/Trim21/transmission-rpc/master)](https://codecov.io/gh/Trim21/transmission-rpc/branch/master)

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

## Introduction

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

## Install

```bash
$ pip install transmission-rpc==3.0.0a3
```

## Documents

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

## Developer

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

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

Copyright (c) 2018-2020 Trim21

Copyright (c) 2008-2014 Erik Svensson

