Calum Lind 5ec6ae3ad0 [Packaging] Minimal requirements for test_requires in setup.py
Remove extra_requires since requirements-*.txt files provides these now
plus the extras_requires is for extras at installation time which does
not apply to docs or dev.

For test_requires include the minimal requirements for pytest to run.
This is not the same as the longer tox test requirements that include
linting, docs etcs.

Fix license field.
2018-10-19 14:14:03 +01:00
2018-10-19 14:14:03 +01:00
2018-10-08 14:49:36 +01:00
2018-10-08 14:47:27 +01:00
2018-10-10 18:50:41 +01:00
2018-10-10 18:50:41 +01:00
2015-08-17 23:03:48 +01:00
2018-10-19 14:14:03 +01:00
2009-04-06 21:17:26 +00:00
2018-10-16 14:59:00 +01:00
2018-10-03 15:21:53 +01:00
2018-10-05 09:45:42 +01:00
2018-10-10 18:50:41 +01:00

Deluge BitTorrent Client

build-status docs-status

Deluge is a BitTorrent client that utilizes a daemon/client model. There are various user interfaces available for Deluge such as the GTK-UI, the Web-UI and a Console-UI. Deluge uses libtorrent in it's backend to handle the BitTorrent protocol.

Installation

Instruction for installing from source code. See DEPENDS for build and runtime dependencies. Further details on the wiki: Installing/Source.

python setup.py build
python setup.py install

Usage

There are various user-interfaces and a daemon for Deluge that can be used as follows:

  • Gtk

    deluge or deluge-gtk

  • Console

    deluge-console

  • Web

    deluge-web

    Go to http://localhost:8112 and use default password deluge.

  • Daemon

    deluged

    See Thinclient guide for connecting to the daemon from another machine.

Contact/Support

Description
Deluge BitTorrent client - Git mirror, PRs only
https://www.deluge-torrent.org
Readme Multiple Licenses
Languages
Python 75.6%
JavaScript 15.3%
CSS 8.3%
Shell 0.4%
NSIS 0.3%
Other 0.1%