├── LICENSE ├── README ├── config.py.template ├── utorrent ├── __init__.py ├── connection.py ├── file.py ├── job_info.py ├── priority.py ├── rss.py ├── torrent.py └── uTorrent.py └── utorrentctl.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twistedfall/utorrentctl/HEAD/LICENSE -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twistedfall/utorrentctl/HEAD/README -------------------------------------------------------------------------------- /config.py.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twistedfall/utorrentctl/HEAD/config.py.template -------------------------------------------------------------------------------- /utorrent/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twistedfall/utorrentctl/HEAD/utorrent/__init__.py -------------------------------------------------------------------------------- /utorrent/connection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twistedfall/utorrentctl/HEAD/utorrent/connection.py -------------------------------------------------------------------------------- /utorrent/file.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twistedfall/utorrentctl/HEAD/utorrent/file.py -------------------------------------------------------------------------------- /utorrent/job_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twistedfall/utorrentctl/HEAD/utorrent/job_info.py -------------------------------------------------------------------------------- /utorrent/priority.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twistedfall/utorrentctl/HEAD/utorrent/priority.py -------------------------------------------------------------------------------- /utorrent/rss.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twistedfall/utorrentctl/HEAD/utorrent/rss.py -------------------------------------------------------------------------------- /utorrent/torrent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twistedfall/utorrentctl/HEAD/utorrent/torrent.py -------------------------------------------------------------------------------- /utorrent/uTorrent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twistedfall/utorrentctl/HEAD/utorrent/uTorrent.py -------------------------------------------------------------------------------- /utorrentctl.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/twistedfall/utorrentctl/HEAD/utorrentctl.py --------------------------------------------------------------------------------