CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
./strataregula/__init__.py
./strataregula/py.typed
./strataregula/cli/__init__.py
./strataregula/cli/compile_command.py
./strataregula/cli/main.py
./strataregula/core/__init__.py
./strataregula/core/compiler.py
./strataregula/core/config_compiler.py
./strataregula/core/pattern_expander.py
./strataregula/hierarchy/__init__.py
./strataregula/hierarchy/commands.py
./strataregula/hierarchy/merger.py
./strataregula/hierarchy/processor.py
./strataregula/json_processor/__init__.py
./strataregula/json_processor/commands.py
./strataregula/json_processor/converter.py
./strataregula/json_processor/jsonpath.py
./strataregula/json_processor/validator.py
./strataregula/stream/__init__.py
./strataregula/stream/chunker.py
./strataregula/stream/processor.py
.github/ISSUE_TEMPLATE/bug-report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/documentation.md
.github/ISSUE_TEMPLATE/feature-request.md
.github/ISSUE_TEMPLATE/mvp-task.md
.github/workflows/benchmark.yml
.github/workflows/claude-code-review.yml
.github/workflows/claude.yml
.github/workflows/docs.yml
.github/workflows/pypi-publish.yml
.github/workflows/security.yml
.github/workflows/test.yml
docs/index.md
docs/getting-started/installation.md
examples/hierarchy_test.py
examples/sample_prefectures.yaml
examples/sample_traffic.yaml
strataregula/__init__.py
strataregula/py.typed
strataregula.egg-info/PKG-INFO
strataregula.egg-info/SOURCES.txt
strataregula.egg-info/dependency_links.txt
strataregula.egg-info/entry_points.txt
strataregula.egg-info/requires.txt
strataregula.egg-info/top_level.txt
strataregula/cli/__init__.py
strataregula/cli/compile_command.py
strataregula/cli/main.py
strataregula/core/__init__.py
strataregula/core/compiler.py
strataregula/core/config_compiler.py
strataregula/core/pattern_expander.py
strataregula/hierarchy/__init__.py
strataregula/hierarchy/commands.py
strataregula/hierarchy/merger.py
strataregula/hierarchy/processor.py
strataregula/json_processor/__init__.py
strataregula/json_processor/commands.py
strataregula/json_processor/converter.py
strataregula/json_processor/jsonpath.py
strataregula/json_processor/validator.py
strataregula/stream/__init__.py
strataregula/stream/chunker.py
strataregula/stream/processor.py