Metadata-Version: 2.1
Name: pauth
Version: 0.1.0
Summary: A Python library for handling OAuth 2.0 authentication with multiple providers.
Home-page: https://github.com/utkarsh5026/pauth
Author: Utkarsh Priyadarshi
Author-email: utkarshpriyadarshi5026@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Provides-Extra: django
Requires-Dist: Django ; extra == 'django'
Provides-Extra: flask
Requires-Dist: Flask ; extra == 'flask'

