Skip to content

home

daschat-handsoff-base

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

Made with Python Release Status CI Status

Features

Enabling Python versions

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

1
2
3
$ pyenv install 3.8.10 3.9.5
$ pyenv shell 3.8.10 3.9.5
$ pyenv local 3.8.10

Acknowledgements