Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 323 Bytes

README.rst

File metadata and controls

14 lines (9 loc) · 323 Bytes

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.