Metadata-Version: 2.1
Name: deluge
Version: 2.0.0b2.dev346
Summary: BitTorrent Client
Home-page: https://deluge-torrent.org
Author: Deluge Team
Maintainer: Calum Lind
Maintainer-email: calumlind+deluge@gmail.com
License: GPLv3+
Keywords: torrent bittorrent p2p fileshare filesharing
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Environment :: X11 Applications :: GTK
Classifier: Framework :: Twisted
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Topic :: Internet
Description-Content-Type: text/markdown
Requires-Dist: twisted[tls] (>=17.1)
Requires-Dist: pyasn1
Requires-Dist: rencode
Requires-Dist: pyopenssl
Requires-Dist: pyxdg
Requires-Dist: pillow
Requires-Dist: mako
Requires-Dist: chardet
Requires-Dist: six
Requires-Dist: setproctitle
Requires-Dist: zope.interface
Requires-Dist: pywin32 ; sys_platform == "win32"
Requires-Dist: certifi ; sys_platform == "win32"
Requires-Dist: py2-ipaddress ; sys_platform == "win32" and python_version == "2"

# Deluge BitTorrent Client

[![build-status]][travis-deluge] [![docs-status]][rtd-deluge]

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](DEPENDS.md) 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

- [Homepage](https://deluge-torrent.org)
- [Support docs][user guide]
- [Forum](https://forum.deluge-torrent.org)
- [IRC Freenode #deluge](irc://irc.freenode.net/deluge)

[user guide]: https://dev.deluge-torrent.org/wiki/UserGuide
[thinclient guide]: https://dev.deluge-torrent.org/wiki/UserGuide/ThinClient
[installing/source]: https://dev.deluge-torrent.org/wiki/Installing/Source
[build-status]: https://travis-ci.org/deluge-torrent/deluge.svg "Travis Status"
[travis-deluge]: https://travis-ci.org/deluge-torrent/deluge
[docs-status]: https://readthedocs.org/projects/deluge/badge/?version=develop
[rtd-deluge]: https://deluge.readthedocs.io/en/develop/?badge=develop "Documentation Status"


