Metadata-Version: 2.1
Name: sdkgen-client
Version: 0.2.1
Summary: SDKgen is a powerful code generator to automatically build client SDKs for your REST API
Author-email: Christoph Kappestein <christoph.kappestein@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/apioo/sdkgen-python
Project-URL: Issues, https://github.com/apioo/sdkgen-python/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Code Generators
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Requires-Dist: pydantic
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"

SDKgen client
===

Python implementation of the SDKgen client library. This library is used at our automatically generated Python
clients. More information about SDKgen at https://sdkgen.app
