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.1.tar.gz
(11.5 kB
view details)
Built Distribution
File details
Details for the file humatron_python_sdk-1.1.1.tar.gz
.
File metadata
- Download URL: humatron_python_sdk-1.1.1.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 | 26383237a2819965a87d6f1c47ba1b84d6c4ba02a2dee4dffa24bf790d1519ef |
|
MD5 | a1df6b34e10743e1f4b62c0360db9759 |
|
BLAKE2b-256 | 28632c31487eb33ece939f72b5b8deac29c023f01e6c9b4c6f2b8706842fb5cc |
File details
Details for the file humatron_python_sdk-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: humatron_python_sdk-1.1.1-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 | 5b9c1960803b5228961a100f1f15cd32fd30c7bb9fb28ab4869470f3c8a468cd |
|
MD5 | 399c594724b550f5ee21d2e8dd7d5c1e |
|
BLAKE2b-256 | 6ea9ab37a75db6f4b67d257bea925374dcd532953f2aecf863a5d0a07714b723 |