transmission-rpc icon indicating copy to clipboard operation
transmission-rpc copied to clipboard

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 14 < rpc version <= 16 (2.40 < transmission version <= 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/

Contributing

All kinds of PRs (docs, feature, bug fixes and eta...) are most welcome.

License

transmission-rpc is licensed under the MIT license.