Metadata-Version: 1.2
Name: discord.aio
Version: 0.1.5.2
Summary: discord.aio is a asynchronous Discord API wrapper for asyncio and python
Home-page: https://github.com/Ryozuki/discord.aio
Author: Ryozuki
Author-email: contact@ryobyte.com
License: MIT
Download-URL: https://github.com/Ryozuki/discord.aio/archive/0.1.4.tar.gz
Description-Content-Type: UNKNOWN
Description: discord.aio
        ===========
        
            discord.aio is an asynchronous Discord API wrapper
        
        *Currently under very early development*
        
        Documentation
        -------------
        
        You can find the module documentation here:
        https://ryozuki.github.io/discord.aio/docs
        
        Local development
        -----------------
        
        -  ``git clone https://github.com/Ryozuki/discord.aio``
        -  ``cd discord.aio && pip3 install -e .``
        
        TODO
        ----
        
        -  `Add compression
           support <https://discordapp.com/developers/docs/topics/gateway#encoding-and-compression>`__
        -  `Add bot shards
           support <https://discordapp.com/developers/docs/topics/gateway#get-gateway-bot>`__
        -  `Handle all discord
           events <https://discordapp.com/developers/docs/topics/gateway#commands-and-events-gateway-events>`__
        
Keywords: discord,wrapper,api,bot,asyncio
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Utilities
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
