Metadata-Version: 2.1
Name: tala
Version: 13.1.1
Summary: Design dialogue domain descriptions (DDDs) for TDM
Home-page: http://www.talkamatic.se
Author: Talkamatic
Author-email: dev@talkamatic.se
License: UNKNOWN
Keywords: tala tdm ddd ddds dialogue conversation AI
Platform: UNKNOWN
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: Jinja2 (==3.0.1)
Requires-Dist: dill (==0.3.6)
Requires-Dist: iso8601 (==0.1.14)
Requires-Dist: lxml (==4.6.3)
Requires-Dist: prompt-toolkit (==3.0.19)
Requires-Dist: python-magic (==0.4.24)
Requires-Dist: requests-cache (==0.6.4)
Requires-Dist: requests (==2.26.0)
Requires-Dist: structlog (==21.1.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 LTS 16.04 is supported. Install non-python dependencies with `apt-get`:
```bash
apt-get install libxml2-dev libxslt-dev libmagic1
```

# Install tala
Install the latest version of tala with pip:
```bash
pip3 install tala
```

# Run tala
Now run tala to get started:
```bash
tala create-ddd my_ddd
tala verify
```

For more information, consult the usage help:
```bash
tala -h
```


