LittleHorse is a high-performance microservice orchestration engine that allows developers to build scalable, maintainable, and observable applications
Project description
LittleHorse Python SDK
For documentation on how to use this library, please go to the LittleHorse website.
For examples go to the examples folder.
Dependencies
- Install python.
- Install pipx:
brew install pipx - Install poetry:
pipx install poetry - Install poetry shell plugin:
poetry self add poetry-plugin-shell
Initialize
poetry install
Protobuf Compilation
../local-dev/compile-proto.sh
Run tests
poetry shell
python -m unittest discover -v
Validate Indentations
poetry run ruff check .
Validate types
poetry run mypy .
Useful Commands
Set python version:
poetry env use python3.9
Types Map
Task arguments type reference:
VariableType.JSON_OBJ: dict[str, Any]
VariableType.JSON_ARR: list[Any]
VariableType.DOUBLE: float
VariableType.BOOL: bool
VariableType.STR: str
VariableType.INT: int
VariableType.BYTES: bytes
Python Code Formatter
poetry shell
black .
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
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 littlehorse_client-0.16.0.tar.gz.
File metadata
- Download URL: littlehorse_client-0.16.0.tar.gz
- Upload date:
- Size: 85.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7736d4a1fb06d29330a7c3ffa8109df0e34a198e1a7cf74faca86d3c4786f46c
|
|
| MD5 |
b6c54663f1261b46fd16f7092e16e971
|
|
| BLAKE2b-256 |
8f3e4b65529268009bd64f5cdd4d9ea35ab632558b6e1dcc11be22317cd938eb
|
File details
Details for the file littlehorse_client-0.16.0-py3-none-any.whl.
File metadata
- Download URL: littlehorse_client-0.16.0-py3-none-any.whl
- Upload date:
- Size: 113.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28cf77efb8682b9c2ac887d22a000fc3390ea85259f7f0fce6d56a66b94ab364
|
|
| MD5 |
25cd95a3a66698295f3629e1c529830c
|
|
| BLAKE2b-256 |
ed7f74900397307e17bf25444d3045d9d743a74f56c07edf49504f76c67a6ca6
|