Metadata-Version: 2.4
Name: deeploy
Version: 1.59.0
Summary: The official Deeploy client for Python
Home-page: https://gitlab.com/deeploy-ml/deeploy-python-client
Author: Tim Kleinloog
Author-email: opensource@deeploy.ml
Project-URL: Documentation, https://deeploy-ml.gitlab.io/deeploy-python-client/
Project-URL: Deeploy website, https://deeploy.ml
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10, <3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic<3,>2
Requires-Dist: requests>=2.31.0
Requires-Dist: joblib==1.4.2
Requires-Dist: dill==0.3.7
Requires-Dist: click
Requires-Dist: Jinja2
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: tqdm
Provides-Extra: fair
Requires-Dist: numpy>=1.17.2; extra == "fair"
Requires-Dist: pandas>=0.25.1; extra == "fair"
Requires-Dist: scikit-learn>=0.22.1; extra == "fair"
Requires-Dist: fairlearn>=0.5.0; extra == "fair"
Requires-Dist: fairsd~=0.1.0; extra == "fair"
Provides-Extra: docker
Requires-Dist: kserve[storage]==0.15.1; extra == "docker"
Requires-Dist: nest-asyncio~=1.4.0; extra == "docker"
Requires-Dist: attrs>=23.1.0; extra == "docker"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

## Deeploy Python Client API Reference

Python client for interacting with Deeploy: Deploying ML with confidence.

**Python Version Support:** This package supports Python 3.10, 3.11, and 3.12.

Read the [documentation](https://docs.deeploy.ml) or visit the [Deeploy website](https://deeploy.ml) to learn more about Deeploy.
