LICENSE
README.md
pyproject.toml
src/monopack/__init__.py
src/monopack/__main__.py
src/monopack/build.py
src/monopack/cli.py
src/monopack/discovery.py
src/monopack/graph.py
src/monopack/imports.py
src/monopack/inline_config.py
src/monopack/module_resolver.py
src/monopack/requirements.py
src/monopack/test_mode.py
src/monopack/validation.py
src/monopack/verifier.py
src/monopack.egg-info/PKG-INFO
src/monopack.egg-info/SOURCES.txt
src/monopack.egg-info/dependency_links.txt
src/monopack.egg-info/entry_points.txt
src/monopack.egg-info/requires.txt
src/monopack.egg-info/top_level.txt
tests/test_build.py
tests/test_build_integration.py
tests/test_cli.py
tests/test_cli_integration.py
tests/test_discovery.py
tests/test_graph.py
tests/test_imports.py
tests/test_inline_config.py
tests/test_module_resolver.py
tests/test_package.py
tests/test_requirements.py
tests/test_test_mode.py
tests/test_verifier.py