README.md
pyproject.toml
src/acbox/__init__.py
src/acbox/cli2.py
src/acbox/dictionaries.py
src/acbox/fileops.py
src/acbox/git.py
src/acbox/loader.py
src/acbox/maincli.py
src/acbox/packer.py
src/acbox/run1.py
src/acbox/runner.py
src/acbox/ureporting.py
src/acbox/utils.py
src/acbox.egg-info/PKG-INFO
src/acbox.egg-info/SOURCES.txt
src/acbox.egg-info/dependency_links.txt
src/acbox.egg-info/entry_points.txt
src/acbox.egg-info/requires.txt
src/acbox.egg-info/top_level.txt
src/acbox/cli/__init__.py
src/acbox/cli/script.py
src/acbox/cli/shared.py
src/acbox/cli/flags/__init__.py
src/acbox/cli/flags/base.py
src/acbox/cli/flags/logging.py
src/acbox/cli/parsers/__init__.py
src/acbox/cli/parsers/base.py
src/acbox/cli/parsers/parser.py
src/acbox/cli/parsers/simple.py
tests/test_cli.py
tests/test_cli_shared.py
tests/test_dictionaries.py
tests/test_fileops.py
tests/test_internals.py
tests/test_loader.py
tests/test_run1.py
tests/test_runner.py
tests/test_services_git.py
tests/test_utils.py