Metadata-Version: 2.1
Name: disquest-utils
Version: 1.0.5
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.7,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software 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

<div align=center>


# DisQuest-Utils

![PyPI](https://img.shields.io/pypi/v/disquest-utils?label=PyPi&logo=pypi&logoColor=white) ![PyPI - Python Version](https://img.shields.io/pypi/pyversions/disquest-utils?label=Python&logo=python&logoColor=white)
![PyPI - License](https://img.shields.io/pypi/l/disquest-utils?label=License&logo=github&logoColor=white)

A set of async utils for DisQuest

<div align=left>

# 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.

