https://github.com/hydrospheredata/hydro-serving-sdk
Python SDK for the Hydrosphere.io project.
https://github.com/hydrospheredata/hydro-serving-sdk
hydrosphere python python-sdk sdk
Last synced: 2 months ago
JSON representation
Python SDK for the Hydrosphere.io project.
- Host: GitHub
- URL: https://github.com/hydrospheredata/hydro-serving-sdk
- Owner: Hydrospheredata
- License: apache-2.0
- Created: 2019-08-19T10:32:04.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T12:58:52.000Z (over 2 years ago)
- Last Synced: 2025-04-15T10:17:02.052Z (2 months ago)
- Topics: hydrosphere, python, python-sdk, sdk
- Language: HTML
- Homepage: https://hydrospheredata.github.io/hydro-serving-sdk/
- Size: 9.21 MB
- Stars: 7
- Watchers: 9
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hydrosphere Serving SDK
[](https://opensource.org/licenses/Apache-2.0)
[](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`