Metadata-Version: 2.1
Name: superwise-api
Version: 4.4.0
Summary: Superwise SDK for Python
License: MIT
Keywords: OpenAPI,SuperwiseSDK
Author: Superwise
Requires-Python: >=3.10,<4.0
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: Programming Language :: Python :: 3.13
Requires-Dist: aenum (>=3.1.11)
Requires-Dist: pydantic (>=2.10.4,<3.0.0)
Requires-Dist: pydantic-settings (>=2.7.0,<3.0.0)
Requires-Dist: python-dateutil (>=2.8.2)
Requires-Dist: requests (>=2.32.0,<3.0.0)
Requires-Dist: urllib3 (>=1.25.3)
Description-Content-Type: text/markdown

# Superwise Python SDK

### A python SDK to integrate with Superwise Api

In order to use this library you need:

```
python > 3.8
pydantic < 2
```

### Install

Use pip to install the Superwise SDK

```
pip install superwise-api

```

## Versioning

We use [SemVer](http://semver.org/) for versioning. For all available versions, see the [tags in this repository](https://github.com/your/project/tags).

## License
The Superwise SDK is released under the MIT licence (See LICENSE file)

