Metadata-Version: 2.1
Name: ooliver-botbase
Version: 2.0.3
Summary: A personal nextcord bot base package for bots.
Home-page: https://github.com/ooliver1/botbase
License: MIT
Author: ooliver1
Author-email: oliverwilkes2006@icloud.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: db
Requires-Dist: asyncpg (>=0.25,<0.28) ; extra == "db"
Requires-Dist: nextcord (>=2.0.0,<3.0.0)
Requires-Dist: nextcord-ext-menus (>=1.5.2,<2.0.0)
Requires-Dist: ormar[postgres] (>=0.11.0,<0.13.0) ; extra == "db"
Requires-Dist: psutil (>=5.9.0,<6.0.0)
Requires-Dist: python-dotenv (>=0.16.0,<1.1.0)
Project-URL: Repository, https://github.com/ooliver1/botbase
Description-Content-Type: text/markdown

# botbase

This is a bot base project for Discord python bots made with [nextcord](https://github.com/nextcord/nextcord) to reduce boilerplate.

