.gitignore
LICENSE
README.md
pyproject.toml
requirements.txt
setup.py
.github/workflows/build.yml
.github/workflows/publish.yml
.github/workflows/test.yml
src/_version.py
src/invoker_cli.py
src/Invoker_CLI.egg-info/PKG-INFO
src/Invoker_CLI.egg-info/SOURCES.txt
src/Invoker_CLI.egg-info/dependency_links.txt
src/Invoker_CLI.egg-info/entry_points.txt
src/Invoker_CLI.egg-info/requires.txt
src/Invoker_CLI.egg-info/top_level.txt
tests/test_invoker_cli.py
tests/_helper/scripts/bare_invoke.py
tests/_helper/scripts/correct.py
tests/_helper/scripts/create_lock.py
tests/_helper/scripts/empty_file.py
tests/_helper/scripts/incorrect.py
tests/_helper/scripts/without_invoke.py