diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-01-25 08:34:46 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:21:13 -0600 |
commit | e50eaab34a0c99137a0262e33b0958e4d4a2b7c9 (patch) | |
tree | 7d451898522a5d0dea0c7e21c12c1bb16fb42723 /libraries/rtorrent-python/README | |
parent | c0b2cf0ae8e411650144994d45625bcc09ae40e2 (diff) |
libraries/rtorrent-python: Added (A simple rTorrent interface).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/rtorrent-python/README')
-rw-r--r-- | libraries/rtorrent-python/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/rtorrent-python/README b/libraries/rtorrent-python/README new file mode 100644 index 0000000000000..11177de900fc7 --- /dev/null +++ b/libraries/rtorrent-python/README @@ -0,0 +1,10 @@ +A simple rTorrent interface written in Python. + +The xmlrpc interface to rTorrent is extremely unintuitive and has very +little documentation, this project aims to make interfacing with rTorrent +much easier. + +Optional dependency is lighttpd. + +NOTE: This project is considered beta, so expect the API to change. +All API changes will be noted in the CHANGELOG. |