Metadata-Version: 2.1
Name: hydrosdk
Version: 3.0.2a0
Summary:  This package's purpose is to provide a simple and convenient way of integrating user's workflow scripts with Serving API.
Author: Hydrospheredata
Maintainer: Bulat Lutfullin
Maintainer-email: blutfullin@provectus.com
Requires-Python: >=3.6.2,<4.0.0
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: dataclasses (==0.7); python_version < "3.7"
Requires-Dist: docker-image-py (>=0.1.10,<0.2.0)
Requires-Dist: hydro-serving-grpc (==3.0.1)
Requires-Dist: importlib_metadata (>=1.7.0,<2.0.0)
Requires-Dist: numpy (==1.18.3)
Requires-Dist: pandas (>=1.1.5)
Requires-Dist: pydantic (>=1.8.2,<2.0.0)
Requires-Dist: pyyaml (>=5.4.1,<6.0.0)
Requires-Dist: requests (==2.23.0)
Requires-Dist: requests_toolbelt (>=0.9.1,<0.10.0)
Requires-Dist: sseclient-py (>=1.7,<2.0)
Project-URL: homepage, https://hydrosphere.io/
Description-Content-Type: text/markdown

# Hydrosphere Serving SDK


[![License](https://img.shields.io/badge/License-Apache%202.0-green.svg)](https://opensource.org/licenses/Apache-2.0)
[![PyPI version](https://badge.fury.io/py/hydrosdk.svg)](https://badge.fury.io/py/hydrosdk)

The package contains an implementation of [Hydroserving](https://github.com/Hydrospheredata/hydro-serving) API.

This package's purpose is to provide a simple and convenient way
of integrating user's workflow scripts with Serving API.

Read the full documentation [here](https://hydrospheredata.github.io/hydro-serving-sdk/).

## Installation
```
pip install hydrosdk
```

## Testing
Tested on python 3.6, 3.7, 3.8.

1. `poetry install`
2. `poetry run tox`



