LICENSE
README.md
pyproject.toml
src/octorules/__init__.py
src/octorules/__main__.py
src/octorules/cli.py
src/octorules/config.py
src/octorules/dumper.py
src/octorules/formatter.py
src/octorules/phases.py
src/octorules/plan_output.py
src/octorules/planner.py
src/octorules/provider.py
src/octorules.egg-info/PKG-INFO
src/octorules.egg-info/SOURCES.txt
src/octorules.egg-info/dependency_links.txt
src/octorules.egg-info/entry_points.txt
src/octorules.egg-info/requires.txt
src/octorules.egg-info/top_level.txt
tests/test_cli.py
tests/test_cli_custom_rulesets.py
tests/test_cli_lists.py
tests/test_cli_page_shield.py
tests/test_config.py
tests/test_dumper.py
tests/test_dumper_custom_rulesets.py
tests/test_dumper_lists.py
tests/test_dumper_page_shield.py
tests/test_formatter.py
tests/test_formatter_custom_rulesets.py
tests/test_formatter_lists.py
tests/test_formatter_page_shield.py
tests/test_main.py
tests/test_phases.py
tests/test_plan_output.py
tests/test_planner.py
tests/test_planner_custom_rulesets.py
tests/test_planner_lists.py
tests/test_planner_page_shield.py
tests/test_provider.py
tests/test_provider_custom_rulesets.py
tests/test_provider_lists.py
tests/test_provider_page_shield.py