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 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.2.3.tar.gz
(12.5 kB
view details)
Built Distribution
File details
Details for the file humatron_python_sdk-1.2.3.tar.gz
.
File metadata
- Download URL: humatron_python_sdk-1.2.3.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 | 01918c3a650d900063e796d8b1a37919f903af6ecb76a5370d4ef12301e0660c |
|
MD5 | b9bc052bf2625cc3d799724833c3a444 |
|
BLAKE2b-256 | 37316c46c8249105d9d32d2b7568922f3cba5ef395d429d1fb1c5663c3b884d9 |
File details
Details for the file humatron_python_sdk-1.2.3-py3-none-any.whl
.
File metadata
- Download URL: humatron_python_sdk-1.2.3-py3-none-any.whl
- Upload date:
- Size: 16.1 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 | df616e17debcce7d432e7771360ffe9100a78c771084846a867faf0f38e61eda |
|
MD5 | b57e2c7300a11c73e6248804a4a57cfc |
|
BLAKE2b-256 | 567d8f4e97a099fd5d8aa2461008ce66936992817990583e4b2e575c34b33366 |