Metadata-Version: 2.3
Name: client_for3party
Version: 0.2.1
Summary: A simple, reliable, and easy-to-debug unified client for third-party APIs
Project-URL: Homepage, https://github.com/oerlock/client_for3party
Project-URL: Issues, https://github.com/oerlock/client_for3party/issues
Author-email: Erlock Lewis <oerlock@gmail.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: aiohttp
Requires-Dist: pydantic>=2.0.0
Provides-Extra: dev
Requires-Dist: pytest; extra == 'dev'
Description-Content-Type: text/markdown

# client_for3party(Temporary suspension of the project)
A simple, reliable, and easy-to-debug unified client for third-party APIs, designed to provide users with an efficient API interface management and calling experience.
* Auto Test
* Pypi package

## Usage
1. [Base usage](https://github.com/oerlock/client_for3party/blob/main/examples/a1_basic_usage.py)
