.gitignore
CHANGELOG.md
LICENSE
README.md
makefile
pyproject.toml
pytest.ini
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature-request.md
.github/ISSUE_TEMPLATE/requirement.md
.github/PULL_REQUEST_TEMPLATE/pull_request_template.md
.github/workflows/draft-new-release.yaml
.github/workflows/publish-new-release.yaml
scripts/Dockerfile
scripts/docker_build
scripts/docker_prep
scripts/docker_run
src/east/__init__.py
src/east/__main__.py
src/east_tool.egg-info/PKG-INFO
src/east_tool.egg-info/SOURCES.txt
src/east_tool.egg-info/dependency_links.txt
src/east_tool.egg-info/entry_points.txt
src/east_tool.egg-info/requires.txt
src/east_tool.egg-info/top_level.txt
tests/__init__.py
tests/test_version.py