Metadata-Version: 2.1
Name: dippy.bot
Version: 0.1.1a21
Summary: A Discord bot framework built to simplify the complicated parts of bot development.
Home-page: https://github.com/ZechCodes/Dippy
License: MIT
Keywords: discord,framework,bot
Author: Zech Zimmerman
Author-email: hi@zech.codes
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Provides-Extra: postgres
Provides-Extra: sqlalchemy
Provides-Extra: yaml
Requires-Dist: SQLAlchemy (>=1.3.23,<2.0.0); extra == "sqlalchemy"
Requires-Dist: bevy (>=0.4.5,<0.5.0)
Requires-Dist: discord.py (>=1.6.0,<2.0.0)
Requires-Dist: psycopg2-binary (>=2.8.6,<3.0.0); extra == "postgres"
Requires-Dist: pydantic (>=1.8.1,<2.0.0)
Requires-Dist: pyyaml (>=5.3.1,<6.0.0); extra == "yaml"
Project-URL: Documentation, https://github.com/ZechCodes/Dippy/blob/main/README.md
Project-URL: Repository, https://github.com/ZechCodes/Dippy
Description-Content-Type: text/markdown

A Discord bot framework built to simplify the complicated parts of bot development.

