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.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file transmission-fluid-0.6.tar.gz.
File metadata
- Download URL: transmission-fluid-0.6.tar.gz
- Upload date:
- Size: 2.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7a99e60f2beedd4591f6d99886d9266d4af5ebec6802ba31284e8882f8a249bf
|
|
| MD5 |
db7a473a5b92f7c320dd4a34dd0c64dc
|
|
| BLAKE2b-256 |
6698f0bb81224936f87f72a4597d763e0cb1cb2a1eec2d921bdfb25976385303
|