deluge-client-sync

A synchronous API to deluge using normal python code (no TwistedMatrix, no asyncio)


License
Unlicense
Install
pip install deluge-client-sync==1.0.0

Documentation

deluge_client_async

deluge_client_async is an asyncio client to deluge.

The standard deluge package requires Python 2.7 and TwistedMatrix.

This package is written for Python 3.4 and asyncio, and does not depend on the standard deluge package.

It requires:

  • Python 3.4+
  • The rencode package.