H2O Engine Manager python client
Project description
H2O Engine Manager
H2O Engine Manager python client. This python client implements interaction with AIEM REST API server (manager).
Local development
This python project is managed by hatch (environment management, version management, dependency management, building, publishing, etc.).
You're free to use any tools for local development for managing python environments that you're comfortable with.
Usage
Run using hatch
You can run H2O Engine manager python client using hatch. Hatch will automatically create an environment and install all required dependencies:
hatch run python local/example.py
You can also switch to hatch's environment and run commands in it:
hatch shell
python local/example.py
Run in custom env
If you want to use your own environment for running the client (global, virtual env, etc.), you can do so. For example to build, install and run H2O Engine Manager python client in the current python env:
hatch build
pip install dist/h2o_engine_manager-*.whl
python local/example.py
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file h2o_engine_manager-0.5.4.tar.gz
.
File metadata
- Download URL: h2o_engine_manager-0.5.4.tar.gz
- Upload date:
- Size: 517.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a1c39bb0f89c5ab6dcae40d36ec76fcc046a3a1b6279e6f6c460e288e3caa2c4 |
|
MD5 | 5ffb7368018322306165bb5e1c105368 |
|
BLAKE2b-256 | dd53a1b3a2b91b473ce9f442a7d2a8077ce919cb3e739c0c1e5058351306f28a |
File details
Details for the file h2o_engine_manager-0.5.4-py3-none-any.whl
.
File metadata
- Download URL: h2o_engine_manager-0.5.4-py3-none-any.whl
- Upload date:
- Size: 769.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 992c22a42cff76885ef4a155c8e02e7563cd980ff416d457b7d134d1da6e9b5a |
|
MD5 | 1920ac88c1adb5fa1b2343241041fe2b |
|
BLAKE2b-256 | 217cc4453e74dda904555f3baa701cfae36e87f15d11bfd922fd2e533614c4fe |