transmissionrpc-ng

Python module that implements the Transmission BitTorent client RPC protocol.


Keywords
transmission, bittorent, torrent, pycurl, python3, transmission-rpc
License
MIT
Install
pip install transmissionrpc-ng==0.14.1

Documentation

transmissionrpc-ng

PyPI CircleCI LGTM Alerts PyPI - Downloads GitHub

transmissionrpc-ng is a Python module implementing the JSON-RPC client protocol for the BitTorrent client Transmission.

Getting started

transmissionrpc-ng is compatible with Transmission 1.31 - 2.94.

Requirements

transmissionrpc-ng requires:

  • pycurl >= 7.43
  • Python >= 3.6

Install

transmissionrpc-ng can be installed by either by running setup.py or with pip, the package installer for Python.

python3 setup.py install
python3 -m pip install transmissionprc-ng

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

Running unit tests

pipenv install
pipenv run python3 -m unittest test/*.py

Changelog

See CHANGELOG.

License

This project is licensed under the MIT License.

Developers

Copyright © 2008-2014 Erik Svensson
Copyright © 2019 Janne K