Metadata-Version: 2.1
Name: haltia
Version: 24.0.0.dev0
Summary: Haltia.AI Software Development Kit (SDK) for Python
Home-page: https://sdk.haltia.ai
Author: Haltia.AI
Author-email: support@haltia.ai
License: Public Domain
Project-URL: Bug Tracker, https://github.com/HaltiaAI/haltia.py/issues
Project-URL: Changelog, https://github.com/HaltiaAI/haltia.py/blob/master/CHANGES.md
Project-URL: Documentation, https://github.com/HaltiaAI/haltia.py/blob/master/README.md
Project-URL: Source Code, https://github.com/HaltiaAI/haltia.py
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: Public Domain
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries
Requires-Python: ~=3.9
Description-Content-Type: text/markdown
License-File: UNLICENSE
Requires-Dist: know.py >=0.0.1
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'

# Haltia.AI Software Development Kit (SDK) for Python

[![License](https://img.shields.io/badge/license-Public%20Domain-blue.svg)](https://unlicense.org)
[![Compatibility](https://img.shields.io/badge/python-3.9%2B-blue)](https://pypi.org/project/haltia/)
[![Package](https://img.shields.io/pypi/v/haltia)](https://pypi.org/project/haltia/)

## Prerequisites

- [Python](https://python.org) 3.9+

- [Haltia.AI SDK](https://sdk.haltia.ai) 24.0+

## Installation

```shell
$ pip install haltia
```

## Examples

### Importing the library

```python
from haltia import sdk
```
