Metadata-Version: 2.1
Name: daschat-base
Version: 0.15.9
Summary: Base package for Daschat modules.
Home-page: https://github.com/daschat-io/daschat_base
License: MIT
Author: Abner G Jacobsen
Author-email: abner@apoana.com.br
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: cuid (>=0.3,<0.4)
Requires-Dist: loguru (>=0.5.3,<0.6.0)
Requires-Dist: pydantic (>=1.8.2,<2.0.0)
Description-Content-Type: text/markdown

# daschat-handsoff-base

Base package for the development of integration modules with chat applications for the handsoff of conversations.


<p align="center">
<a href="https://www.python.org/">
    <img src="https://img.shields.io/badge/Made%20with-Python-1f425f.svg"
        alt = "Made with Python">
</a>

<a href="https://pypi.python.org/pypi/daschat_base">
    <img src="https://img.shields.io/pypi/v/daschat_base.svg"
        alt = "Release Status">
</a>

<a href="https://github.com/daschat-io/daschat_base/actions">
    <img src="https://github.com/daschat-io/daschat_base/actions/workflows/main.yml/badge.svg?branch=release" alt="CI Status">
</a>

<!-- <a href="https://daschat-handsoff-base.readthedocs.io/en/latest/?badge=latest">
    <img src="https://readthedocs.org/projects/daschat-base/badge/?version=latest" alt="Documentation Status">
</a> -->

</p>

## Features

* Free software: MIT
* Documentation: <https://daschat-io.github.io/daschat_base/>


## Enabling Python versions

Install Python versions using `pyenv` and enable all versions to be used with `tox`:

``` console
$ pyenv install 3.8.10 3.9.5
$ pyenv shell 3.8.10 3.9.5
$ pyenv local 3.8.10
```

## Acknowledgements

 - [Cookiecutter](https://github.com/audreyr/cookiecutter)
 - [zillionare/cookiecutter-pypackage](https://github.com/zillionare/cookiecutter-pypackage)
 - [Naereen/badges](https://github.com/Naereen/badges)

