mayli / rtorrent-python

A simple rTorrent interface written in Python

Home Page:http://cjlucas.github.com/rtorrent-python/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ABOUT THIS PROJECT

The xmlrpc interface to rTorrent is extremely unintuitive and has very little documentation, this project aims to make interfacing with rTorrent much easier.

NOTE: This project is considered beta, so expect the API to change. API changes will be noted in the changelog.

REQUIREMENTS

  • Python 2.6 or higher, 3.0 or higher (might work on older versions, but these are the only ones I'm supporting).
  • rTorrent 0.8.1 or later, with xmlrpc-c support (see this guide).
  • xmlrpc-c 1.00 or later. 1.07 or later for 64bit integer support (highly recommended, download either the stable or advanced branches).
  • Apache or lighttpd

INSTALLATION

If you're downloading the source:

$ python setup.py install

Or you can install directly from PyPI:

$ pip install rtorrent-python

ROADMAP

  • v0.3.0

    • Add option for fast RTorrent init (skip paranoid check)
  • unknown

    • Logging support
    • Documentation and examples
    • Add support for views

CREDITS

fuzeman

About

A simple rTorrent interface written in Python

http://cjlucas.github.com/rtorrent-python/


Languages

Language:Python 100.0%