A Python wrapper around Transmission's RPC interface

edavis edavis Last update: Jan 23, 2022

transmission-fluid

Travis-CI build status

A Python wrapper around the Transmission BitTorrent client's RPC interface.

>>> from transmission import Transmission>>> client = Transmission()>>> response = client('torrent-get', ids=1, fields=['name'])>>> response['torrents'][{u'name': u'torrent 1'}]

Complete documentation available on ReadTheDocs.

Subscribe to our newsletter