Metadata-Version: 2.1
Name: discord-continued
Version: 1.0.8
Summary: A simple API wrapper for Discord.
Home-page: https://github.com/sakurazaki/discord-continued
Author: sakurazaki
Author-email: aitormartin1990@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.7
License-File: LICENSE
Requires-Dist: pre-commit
Requires-Dist: aiohttp
Requires-Dist: orjson
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: flake8 ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'
Requires-Dist: sphinx ; extra == 'dev'
Requires-Dist: karma-sphinx-theme ; extra == 'dev'
Provides-Extra: lint
Requires-Dist: black ; extra == 'lint'
Requires-Dist: flake8 ; extra == 'lint'
Requires-Dist: isort ; extra == 'lint'
Requires-Dist: sphinx ; extra == 'lint'
Requires-Dist: karma-sphinx-theme ; extra == 'lint'
Provides-Extra: readthedocs
Requires-Dist: sphinx ; extra == 'readthedocs'
Requires-Dist: karma-sphinx-theme ; extra == 'readthedocs'

discord-continued

====================



**An API wrapper for Discord interactions.**



----



The current version is Stable however it's still very unrefined and requires a lot of work and documentation.



This Bot feaures chunks from old discord.py that I have repurposed for this library, as they work extremely well, however I don't intend on just taking over from what was left. A lot of the code is new and rewritten.



Installation

============



Use this line to install the library:



.. code-block:: bash



    pip install -U discord-continued



