Metadata-Version: 1.1
Name: Restcord
Version: 1.0.1
Summary: Restcord is a rest API wrapper for the Discord API, but this one doesn't include WebSockets, this is for people who dont want websockets but only make requests to the api.
Home-page: https://github.com/JustMaffie/Restcord
Author: JustMaffie
Author-email: UNKNOWN
License: MIT
Description: SoonTM
        
        
        # Restcord
        
        [![PyPI](https://img.shields.io/pypi/v/restcord.svg)](https://pypi.python.org/pypi/restcord/)
        [![PyPI](https://img.shields.io/pypi/pyversions/restcord.svg)](https://pypi.python.org/pypi/restcord/)
        
        Restcord is a rest API wrapper for the Discord API, but this one doesn't include WebSockets, this is for people who dont want websockets but only make requests to the api.
        
        ### Breaking Changes
        
        The discord API is constantly changing and the wrapper API is as well.
        
        ## Installing
        
        To install the library, you can just run the following command:
        
        ```
        pip install -U restcord
        ```
        
        Please note that on Linux installing voice you must install the following packages via your favourite package manager (e.g. `apt`, `yum`, etc) before running the above command:
        
        - python<version>-dev (e.g. `python3.5-dev` for Python 3.5)
        
        ## Quick Example
        
        ```py
        import restcord
        ```
        
        ## Requirements
        
        - Python 3.4.2+ (There will be no effort to add support for lower versions)
        - `aiohttp` library
        
        Usually `pip` will handle these for you.
        
        ## Related Projects
        
        - [discord.py](https://github.com/rapptz/discord.py)
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
