Skip to content

edavis/transmission-fluid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Python wrapper around Transmission's RPC interface

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages