Metadata-Version: 1.1
Name: deluge-client-sync
Version: 1.0.0
Summary: A synchronous API to deluge using normal python code (no TwistedMatrix, no asyncio)
Home-page: http://github.com/allseeingeyetolledewesew/deluge_client_sync
Author: AllSeeingEyeTolledEweSew
Author-email: allseeingeyetolledewesew@protonmail.com
License: Unlicense
Description-Content-Type: UNKNOWN
Description: 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.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: Public Domain
Classifier: Programming Language :: Python
Classifier: Topic :: Communications :: File Sharing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Networking
Classifier: Operating System :: OS Independent
Classifier: License :: Public Domain
