Metadata-Version: 2.1
Name: retico-core
Version: 0.2.4
Summary: A framework for real time incremental dialogue processing.
Home-page: https://github.com/retico-team/retico-core
Download-URL: https://github.com/retico-team/retico-core
Author: Thilo Michael
Author-email: uhlomuhlo@gmail.com
Keywords: retico,framework,incremental,dialogue,dialog
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: >=3.6, <4
Description-Content-Type: text/markdown
License-File: LICENSE

# retico-core

[![Documentation Status](https://readthedocs.org/projects/retico-core/badge/?version=latest)](https://retico-core.readthedocs.io/en/latest/?badge=latest)

This project includes the core functionality of the retico framework. This includes the
abstract, general definitions of incremental modules and incremental units (IUs), as
well as modules and IUs for audio input/output, debugging, dialogue, and text
processing. Also, some tools for saving and loading modules to and from file are
available.

For the main repository that includes a variety of useful modules and IU definitions, 
go to [github.com/retico-team/retico](https://github.com/retico-team/retico).

## How to install

For installing retico-core, you need to have `portaudio` installed. See the
documentation for a detailed description of how to install it. Then, you can install it
via pip:

```bash
$ pip install retico-core
```

## Documentation

The documentation of retico-core can be found at [https://retico-core.readthedocs.io/](https://retico-core.readthedocs.io/)
