Metadata-Version: 2.1
Name: disnakeapi
Version: 1.0.0a0
Summary: Create APIs within Disnake bots using aiohttp.
Home-page: https://github.com/vcokltfre/disnakeapi
License: MIT
Author: vcokltfre
Author-email: vcokltfre@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: aiohttp (>=3.8.4,<4.0.0)
Requires-Dist: disnake (>=2.8,<3.0)
Requires-Dist: pydantic (>=1.10.7,<2.0.0)
Project-URL: Repository, https://github.com/vcokltfre/disnakeapi
Description-Content-Type: text/markdown

# disnakeapi

Create APIs within Disnake bots using aiohttp.

## License

This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.

