Python SDK for interacting with the Hyper.systems platform.
Project description
hyper-python-sdk
Python SDK for interacting with the Hyper.systems platform.
Check here for usage and other documentation.
Pypi.org:
Installing
Install the latest version globally using pip:
pip install -U hyper-systems
Adding as a dependency to your project
Add to requirements.txt for pip:
echo "hyper-systems==1.4.0" >> requirements.txt
Consider using venv, if you want to have an isolated environment for your project with pip.
Alternatively, install with poetry:
poetry add "hyper-systems==1.4.0"
Installing the latest development version of the package globally
$ pip install -U git+https://github.com/hyper-systems/hyper-python-sdk.git@master
Using this repo for development
This repo uses poetry (please check the docs) for development and building. It is currentlu set up to create a .venv directory in the root of this project on install.
Installing the environment:
$ poetry install
Shell usage
After installing you can use the environment created with poetry, for example to:
- update the environment:
$ poetry update
- execute scripts:
$ poetry run tests/test_devices.py
VSCode
You can also use the environment in VSCode by opening one of the python files in this repo and selecting the poetry python interpreter in the bottom left corner (('.venv': poetry)). You then reload the VSCode window (or open and close VSCode) and VSCode should be now using the .venv environment created by poetry.
Project details
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hyper_systems-1.4.0.tar.gz.
File metadata
- Download URL: hyper_systems-1.4.0.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.1 CPython/3.11.0 Linux/5.15.0-1034-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9558c2f1d21965d84a867569e7ec2cc074fc2025764d26846a54647554d32247
|
|
| MD5 |
c1d07cef230a27f2ed62e99896a1f033
|
|
| BLAKE2b-256 |
86ab35b95d87918878f22c5dc26c37f8bbebbc943b67a502eeef86575c22e837
|
File details
Details for the file hyper_systems-1.4.0-py3-none-any.whl.
File metadata
- Download URL: hyper_systems-1.4.0-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.1 CPython/3.11.0 Linux/5.15.0-1034-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
791e4983ba91d25dd85c1a4f40a2876de42d4244b630c1275eb67d7051959983
|
|
| MD5 |
96203c2fd824b9ddcfad478b949219d1
|
|
| BLAKE2b-256 |
d977ecc02af5efbab13681d5dd0c2a9cd3cf788a487ae3268ca2524b90336c2a
|