Metadata-Version: 2.1
Name: cymulate-oauth2-client
Version: 1.0.14
Summary: A Python client for OAuth2 authentication with Cymulate API
Home-page: https://github.com/cymulate-ltd/oauth2-client
Author: Cymulate
Author-email: roys@cymulate.com
License: MIT
Project-URL: Documentation, https://github.com/cymulate-ltd/oauth2-client#readme
Project-URL: Bug Tracker, https://github.com/cymulate-ltd/oauth2-client/issues
Project-URL: Source Code, https://github.com/cymulate-ltd/oauth2-client
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Classifier: Natural Language :: English
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests <3,>=2.31.0
Requires-Dist: tenacity <9,>=8.2.2
Requires-Dist: urllib3 <3,>=2.0.6
Requires-Dist: aiohttp <4,>=3.8.6
Provides-Extra: dev
Requires-Dist: pytest <8,>=7.4.0 ; extra == 'dev'
Requires-Dist: pytest-asyncio <0.22,>=0.21.0 ; extra == 'dev'
Requires-Dist: flake8 <7,>=6.1.0 ; extra == 'dev'
Requires-Dist: black <24,>=23.7.0 ; extra == 'dev'

A Python client for OAuth2 authentication with Cymulate API. This library helps you to authenticate and interact with the Cymulate API using OAuth2, handling token management and secure requests.
