.bumpversion.cfg
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
setup.cfg
setup.py
.github/workflows/ci.yml
binder/postBuild
src/maxborn/__init__.py
src/maxborn/commandline.py
src/maxborn/version.py
src/maxborn.egg-info/PKG-INFO
src/maxborn.egg-info/SOURCES.txt
src/maxborn.egg-info/dependency_links.txt
src/maxborn.egg-info/entry_points.txt
src/maxborn.egg-info/requires.txt
src/maxborn.egg-info/top_level.txt
tests/test_cli.py
tests/test_import.py