SDK library for Humatron developers
Project description
Humatron Python SDK Library
Content
This project provides a Python SDK library designed for Humatron developers. The library includes:
- Worker developers section
- REST channel client developers section
Worker developers section
- Request and Response Classes: Python classes for handling API interactions efficiently.
- Abstract Helper Classes: Simplify asynchronous logic processing.
- REST Utility Methods: Offer helpful functions for working with REST APIs.
REST channel client developers section
- REST channel client synchronous and asynchronous implementations.
Installation
pip install humatron-python-sdk
Depends on API section usage following libraries must be installed:
Worker developers section
locked-dict, version >=2023.10.22, mandatory.pip install locked-dict.
flask, version >=3.0.3, optional.pip install flask.
REST client developers section
requests, version >=2.32.3, mandatory.pip install requests.
Usage
- Examples: Visit the examples section on the Humatron website for practical use cases and demonstrations.
- Test Sections: Review the test sections in the documentation to understand how to implement and use the library's features.
Library Release
rm -rf dist/*pip list --format=freeze > requirements.txtpython setup.py sdist bdist_wheeltwine upload --repository testpypi dist/*ortwine upload --repository pypi dist/*
Documentation generation
-
./make-doc.sh <version>Example:
./make-doc.sh 1.2.0
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
humatron_python_sdk-1.3.8.tar.gz
(23.5 kB
view details)
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 humatron_python_sdk-1.3.8.tar.gz.
File metadata
- Download URL: humatron_python_sdk-1.3.8.tar.gz
- Upload date:
- Size: 23.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9cabe0fb35fa6614589a2b6083511c596435cfb3bac6d559e508e7658d00578d
|
|
| MD5 |
c434d23e82ac1e1f442a08f6c5d3a3d7
|
|
| BLAKE2b-256 |
a0439fc9c6b6b6bf798a3d2d06579e5a3133cad810a7a3395a9139c8791f9aab
|
File details
Details for the file humatron_python_sdk-1.3.8-py3-none-any.whl.
File metadata
- Download URL: humatron_python_sdk-1.3.8-py3-none-any.whl
- Upload date:
- Size: 28.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7cb02bdb2715028e0b103fe9c393171a3664ad0c566e28a7bb059a2086673761
|
|
| MD5 |
f8583ede2ff6c1e54b181450eb717951
|
|
| BLAKE2b-256 |
66a25ae9a3b60bbaf16cafe34291dfa84417f679de74fd17b83c87415c2f1f97
|