Metadata-Version: 2.1
Name: disquest-utils
Version: 1.0.0
Summary: A set of async utils for Miku's DisQuest Cog
Home-page: https://github.com/No767/DisQuest-Utils`
License: Apache-2.0
Author: No767
Author-email: 73260931+No767@users.noreply.github.com
Requires-Python: >=3.10,<4.0
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Dist: SQLAlchemy (>=1.4.36,<2.0.0)
Requires-Dist: asyncpg (>=0.25.0,<0.26.0)
Requires-Dist: python-dotenv (>=0.20.0,<0.21.0)
Requires-Dist: uvloop (>=0.16.0,<0.17.0)
Project-URL: Repository, https://github.com/No767/DisQuest-Utils
Description-Content-Type: text/markdown

# DisQuest-Utils

A set of async utils for DisQuest

# Info

DisQuest is an base system for storing and giving users on Discord xp. This is just the base set of coroutines needed in order to use DisQuest. DisQuest uses PostgreSQL.

