Transmission-rpc Readme

PyPI Documentation Status ci PyPI - Python Version Codecov branch

transmission-rpc is hosted by GitHub at github.com/Trim21/transmission-rpc

Introduction

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

Support rpc version <= 16 (transmission <= 3.00), should works fine with newer rpc version but some new feature may be missing.

versioning

transmission-rpc follow Semantic Versioning, report an issue if you found unexpected API break changes at same major version.

Install

pip install transmission-rpc -U

Documents

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

Developer

transmission-rpc is licensed under the MIT license.