.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.travis.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
appveyor.yml
setup.cfg
setup.py
tox.ini
ci/appveyor-bootstrap.py
ci/appveyor-download.py
ci/appveyor-with-compiler.cmd
ci/bootstrap.py
ci/templates/.travis.yml
ci/templates/appveyor.yml
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/usage.rst
docs/reference/index.rst
docs/reference/voca.rst
src/voca/__init__.py
src/voca/__main__.py
src/voca/app.py
src/voca/caster_adapter.py
src/voca/cli.py
src/voca/config.py
src/voca/context.py
src/voca/listen.py
src/voca/log.py
src/voca/manager.py
src/voca/mic.py
src/voca/parsing.py
src/voca/patching.py
src/voca/platforms.py
src/voca/pronunciation.toml
src/voca/streaming.py
src/voca/utils.py
src/voca/worker.py
src/voca.egg-info/PKG-INFO
src/voca.egg-info/SOURCES.txt
src/voca.egg-info/dependency_links.txt
src/voca.egg-info/entry_points.txt
src/voca.egg-info/not-zip-safe
src/voca.egg-info/requires.txt
src/voca.egg-info/top_level.txt
src/voca/plugins/__init__.py
src/voca/plugins/basic.py
src/voca/plugins/math.py
src/voca/plugins/no.py
src/voca/plugins/python.py
src/voca/plugins/stopstart.py
src/voca/plugins/terminator.py
src/voca/plugins/turtle_context.py
src/voca/plugins/vscode.py
src/voca/plugins/yes.py
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/test_caster_adapter.py
tests/test_context.py
tests/test_patching.py
tests/test_platforms.py
tests/test_voca.py