Metadata-Version: 2.1
Name: pydiscordwrapper
Version: 0.1.2.dev1652021237
Summary: A simple wrapper for the Discord API for Python using async/non async methods with httpx and pydantic.
Home-page: https://github.com/MarcoMuellner/PyDiscordWrapper
License: MIT
Keywords: discord,wrapper,api,python,async,non,async,httpx,pydantic
Author: Marco Müllner
Author-email: muellnermarco@gmail.com
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: httpx (>=0.22.0,<0.23.0)
Requires-Dist: importlib-metadata (>=4.11.3,<5.0.0); python_version < "3.8"
Requires-Dist: pydantic (>=1.9.0,<2.0.0)
Project-URL: Repository, https://github.com/MarcoMuellner/PyDiscordWrapper
Description-Content-Type: text/markdown

# PyDiscordWrapper [![Tests](https://github.com/MarcoMuellner/PyDiscordWrapper/workflows/Tests/badge.svg)](https://github.com/<your-username>/hypermodern-python/actions?workflow=Tests)

A simple http async/non async wrapper around the discord API using httpx and pydantic

