A Python wrapper for Transmission's RPC interface
Project description
transmission-fluid is a Python wrapper for Transmission’s RPC interface.
>>> from transmission import Transmission >>> client = Transmission() >>> client('torrent-get', ids=range(1,11), fields=['name']) {u'torrents': [ {u'name': u'Elvis spotted in Florida.mov'}, {u'name': u'Bigfoot sings the hits'}, # ... {u'name': u'a-song-of-ice-and-fire_final-chapter.txt'} ]}
See the README for more information.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
transmission-fluid-0.6.tar.gz
(2.9 kB
view hashes)