Metadata-Version: 2.1
Name: superwise
Version: 8.2.1
Summary: Superwise SDK
Home-page: https://docs.superwise.ai/docs/python-sdk
Author: Superwise.ai
Author-email: tech@superwise.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown
Requires-Dist: azure-storage-blob (>=12.13.0)
Requires-Dist: boto3 (>=1.20.17)
Requires-Dist: google-cloud-storage (>=1.43.0)
Requires-Dist: google (>=3.0.0)
Requires-Dist: humanize (>=4.2.3)
Requires-Dist: numpy (>=1.20.0)
Requires-Dist: pandas (>=1.1.5)
Requires-Dist: PyJWT (>=2.3.0)
Requires-Dist: requests (>=2.25.0)
Requires-Dist: scikit-learn (>=1.0.1)
Requires-Dist: scipy (>=1.6.3)
Requires-Dist: shap (>=0.39.0)
Requires-Dist: tqdm (>=4.62.3)

# Superwise Python SDK

### A python SDK to integrate with Superwise

In order to use this library you need:

```
python > 3.0
```

### Install

Use pip to install the Superwise SDK

```
pip install superwise

```

## 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).


For getting started, HOWTOs, jupyter notebooks examples etc., head over to the Superwise documentation portal:  https://docs.superwise.ai/


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


