LICENSE.md
README.md
pyproject.toml
python/benchmarks/test_hashing.py
python/benchmarks/test_parsing.py
python/makex/__main__.py
python/makex/_logging.py
python/makex/_shtab.py
python/makex/api.py
python/makex/argument_parser.py
python/makex/build_path.py
python/makex/colors.py
python/makex/configuration.py
python/makex/constants.py
python/makex/constraints.py
python/makex/constraints_test.py
python/makex/context.py
python/makex/errors.py
python/makex/executor.py
python/makex/executor_test.py
python/makex/file_checksum.py
python/makex/file_checksum_test.py
python/makex/file_cloning.py
python/makex/file_cloning_test.py
python/makex/file_system.py
python/makex/file_system_test.py
python/makex/flags.py
python/makex/locators.py
python/makex/makex_file.py
python/makex/makex_file_actions.py
python/makex/makex_file_actions_test.py
python/makex/makex_file_ast.py
python/makex/makex_file_parser.py
python/makex/makex_file_parser_test.py
python/makex/makex_file_paths.py
python/makex/makex_file_syntax.py
python/makex/makex_file_types.py
python/makex/metadata.py
python/makex/metadata_file.py
python/makex/metadata_sqlite.py
python/makex/metadata_sqlite_test.py
python/makex/metadata_test.py
python/makex/path.py
python/makex/patterns.py
python/makex/patterns_test.py
python/makex/protocols.py
python/makex/python_script.py
python/makex/run.py
python/makex/target.py
python/makex/ui.py
python/makex/version.py
python/makex/workspace.py
python/makex/workspace_test.py
python/makex.egg-info/PKG-INFO
python/makex.egg-info/SOURCES.txt
python/makex.egg-info/dependency_links.txt
python/makex.egg-info/entry_points.txt
python/makex.egg-info/requires.txt
python/makex.egg-info/top_level.txt
python/makex/actions/archive.py
python/makex/actions/erase.py
python/makex/actions/shell.py
python/makex/actions/write.py
python/makex/commands/fix.py
python/makex/data/completions/makex.bash
python/makex/data/completions/makex.zsh
python/makex/fixes/version_2024.py
python/makex/fixes/version_2024_test.py
python/makex/fixes/version_2025.py
python/makex/fixes/version_2025_test.py
python/makex/integrations/intellij.py
python/makex/integrations/vscode.py
python/makex/platform_object/__init__.py
python/makex/platform_object/platform_object.py
python/makex/platform_object/platform_test.py