Metadata-Version: 2.1
Name: sureel-api-sdk
Version: 1.0.1
Summary: Sureel API
Home-page: UNKNOWN
Author: OpenAPI Generator community
Author-email: team@openapitools.org
License: UNKNOWN
Keywords: OpenAPI,OpenAPI-Generator,Sureel API
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: urllib3<3.0.0,>=1.25.3
Requires-Dist: python-dateutil>=2.8.2
Requires-Dist: pydantic>=2
Requires-Dist: typing-extensions>=4.7.1

This package provides a Python SDK for the Sureel API.

The SDK is generated using the [OpenAPI specification](https://api.sureel.ai/b2b-docs/json) of the Sureel API and the [OpenAPI Generator](https://github.com/OpenAPITools/openapi-generator).

## Installation

You can install the SDK using pip:

```sh
pip install sureel-api-sdk
```


