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.txt
python setup.py sdist bdist_wheel
twine upload --repository testpypi dist/*
ortwine upload --repository pypi dist/*
Documentation genaration
-
./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.2.2.tar.gz
(12.5 kB
view details)
Built Distribution
File details
Details for the file humatron_python_sdk-1.2.2.tar.gz
.
File metadata
- Download URL: humatron_python_sdk-1.2.2.tar.gz
- Upload date:
- Size: 12.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 | 4888df0efcd76fc023a8598b421e2109a0d1bf7807de1fe40e6f6c87a4554b27 |
|
MD5 | 6f787fd3292ec05d32fb97ec8a922a78 |
|
BLAKE2b-256 | 2c15c0847cda0104a32e71090e574aaaab43ac10191d977980908ef171fec113 |
File details
Details for the file humatron_python_sdk-1.2.2-py3-none-any.whl
.
File metadata
- Download URL: humatron_python_sdk-1.2.2-py3-none-any.whl
- Upload date:
- Size: 16.2 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 | b63ab5b08533a3fde402ad4232bb676777a83fd8c7ea50bd43f29e335f27b5ad |
|
MD5 | 48d38fc883412bda123a9a404f4923b4 |
|
BLAKE2b-256 | 0b1c59167ac4609a73dfc56494106f3124ceffa3e013e91f0144245c2e7be6a9 |