Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T12:58:52.000Z (about 2 years ago)
- Last Synced: 2024-11-11T15:51:56.318Z (about 1 month ago)
- Topics: hydrosphere, python, python-sdk, sdk
- Language: HTML
- Homepage: https://hydrospheredata.github.io/hydro-serving-sdk/
- Size: 9.21 MB
- Stars: 7
- Watchers: 10
- Forks: 2
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`