Metadata-Version: 2.1
Name: tala
Version: 2.0.0
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 :: 2.7
Description-Content-Type: text/markdown
Requires-Dist: Jinja2 (~=2.10)
Requires-Dist: pathlib (==1.0.1)
Requires-Dist: lxml (==4.2.5)
Requires-Dist: iso8601 (==0.1.12)
Requires-Dist: python-magic (==0.4.15)
Requires-Dist: prompt-toolkit (==2.0.8)
Requires-Dist: requests (==2.21.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
pip 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
```


