Metadata-Version: 2.4
Name: tala
Version: 26.3.2
Summary: Design dialogue domain descriptions (DDDs) for TDM
Author-email: Talkamatic <dev@talkamatic.se>
Project-URL: Homepage, http://www.talkamatic.se
Project-URL: Documentation, https://docs.talkamatic.se
Project-URL: Repository, https://github.com/talkamatic/tala
Keywords: tala,tdm,ddd,ddds,dialogue,conversation,AI
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.11
Description-Content-Type: text/markdown
Requires-Dist: azure-data-tables==12.5.0
Requires-Dist: dill>=0.3.6
Requires-Dist: iso8601>=0.1.14
Requires-Dist: Jinja2<4,>=3.0.1
Requires-Dist: lxml>=4.6.3
Requires-Dist: paho-mqtt==2.1.0
Requires-Dist: prompt-toolkit>=3.0.19
Requires-Dist: requests>=2.26.0
Requires-Dist: structlog>=21.1.0
Requires-Dist: setuptools>=68.2.2
Requires-Dist: setuptools-scm>=8.0.4
Requires-Dist: websocket-client>=1.8.0

This is a command line SDK for managing TDM-based dialogue domain descriptions (DDDs). For further information, see [talkamatic.se](http://talkamatic.se).

# Install dependencies

### Ubuntu

```bash
apt install libxml2-dev libxslt-dev
```

# Installation

Install the latest version of Tala with pip:

```bash
pip3 install tala
```
