.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
requirements.txt
.github/dependabot.yml
.github/workflows/release.yaml
.github/workflows/test.yaml
a2km/__init__.py
a2km/__main__.py
a2km/_api.py
a2km/_cli.py
a2km/operations.py
a2km.egg-info/PKG-INFO
a2km.egg-info/SOURCES.txt
a2km.egg-info/dependency_links.txt
a2km.egg-info/entry_points.txt
a2km.egg-info/not-zip-safe
a2km.egg-info/requires.txt
a2km.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_cli.py
tests/test_env_kernel.py
tests/test_operations.py