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
- 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 client developers section
- REST 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 >=2.32.3
, 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/*
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.1.2.tar.gz
(11.5 kB
view details)
Built Distribution
File details
Details for the file humatron_python_sdk-1.1.2.tar.gz
.
File metadata
- Download URL: humatron_python_sdk-1.1.2.tar.gz
- Upload date:
- Size: 11.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 | 00c3cebe8625b1ed6fa7bb87fb512d5b089ab4feb88eab350e47f271dbd07314 |
|
MD5 | 9883fd415880761d41f10fa817444fa6 |
|
BLAKE2b-256 | b48f80dd0a140d06d5e07fb3bb6a039db5f8a13d98c02571c0a7d6c7b46f7a8b |
File details
Details for the file humatron_python_sdk-1.1.2-py3-none-any.whl
.
File metadata
- Download URL: humatron_python_sdk-1.1.2-py3-none-any.whl
- Upload date:
- Size: 14.5 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 | 39f463735cf7e872f1232838da0d2d317c8397c004e54150c58297e2919d38a9 |
|
MD5 | 1ff9838452124cabb90b9391850fdf81 |
|
BLAKE2b-256 | 724d8dc27e893d581fa91d3c2a5e411aac324a4244958a3e1663215ffa180614 |