Metadata-Version: 2.1
Name: humatron-python-sdk
Version: 1.0.1
Summary: SDK library for Humatron developers
Home-page: https://humatron.ai/build/api_reference
Author: Humatron
Author-email: spec-support@humatron.ai
Keywords: Humatron python
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: locked-dict>=2023.10.22

# Humatron Python SDK Library

This project provides a Python SDK library designed for Humatron developers. The library includes:

- 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.

## Installation

```bash
pip install humatron-python-sdk
```

## Usage

- Test Sections: Review the test sections in the documentation to understand how to implement and use the library's
  features.
- Examples: Visit the examples section on the [Humatron website](https://humatron.ai) for practical use cases and
  demonstrations.

## Library Release

- `rm -rf dist/*`
- `pip list --format=freeze > requirements.txt`
- `python setup.py sdist bdist_wheel`
- `twine upload --repository testpypi dist/*` or `twine upload --repository pypi dist/*`

<br />
<img src="https://humatron.ai/images/logo_64x64.png" alt="Humatron Logo">
