Metadata-Version: 2.1
Name: aiohttp-oauth2-session
Version: 0.1.0
Summary: A small package that adds OAuth2 support for aiohttp.ClientSession.
Home-page: https://github.com/Cikmo/OAuth2Session
License: MIT
Keywords: aiohttp,oauth,oauth2,oauthlib,session
Author: Cikmo
Author-email: 59421913+Cikmo@users.noreply.github.com
Requires-Python: >=3.10,<4.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: aiohttp (>=3.8.3,<4.0.0)
Requires-Dist: oauthlib (>=3.2.2,<4.0.0)
Project-URL: Repository, https://github.com/Cikmo/OAuth2Session
Description-Content-Type: text/markdown

# aiohttp-oauth2-session

A small package that adds OAuth2 support for aiohttp.ClientSession.

More information will be added soon.

