.bumpversion.cfg
.cookiecutterrc
.coveragerc
.editorconfig
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE
README.rst
pyproject.toml
pytest.ini
setup.py
tox.ini
.github/workflows/document.yml
.github/workflows/github-actions.yml
ci/bootstrap.py
ci/requirements.txt
ci/templates/.github/workflows/github-actions.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/emtl.rst
docs/reference/index.rst
src/emtl/__init__.py
src/emtl/__main__.py
src/emtl/_version.py
src/emtl/cli.py
src/emtl/const.py
src/emtl/core.py
src/emtl/utils.py
src/emtl.egg-info/PKG-INFO
src/emtl.egg-info/SOURCES.txt
src/emtl.egg-info/dependency_links.txt
src/emtl.egg-info/entry_points.txt
src/emtl.egg-info/not-zip-safe
src/emtl.egg-info/requires.txt
src/emtl.egg-info/top_level.txt
src/emtl/tests/__init__.py
src/emtl/tests/test_cli.py
src/emtl/tests/test_core.py