LICENSE
README.md
pyproject.toml
setup.py
analyzer/__init__.py
analyzer/base.py
analyzer/conflicts.py
analyzer/dead_locations.py
analyzer/diff.py
analyzer/duplicates.py
analyzer/empty_blocks.py
analyzer/include.py
analyzer/rewrite.py
analyzer/route.py
analyzer/unused.py
analyzer/warnings.py
commands/__init__.py
commands/analyze.py
commands/cli.py
commands/completion.py
commands/diff.py
commands/graph.py
commands/health.py
commands/include.py
commands/logs.py
commands/metrics.py
commands/resolve.py
commands/route.py
commands/syntax.py
commands/tree.py
commands/validate.py
config/__init__.py
config/config_loader.py
exporter/__init__.py
exporter/csv.py
exporter/graph.py
exporter/html.py
exporter/json_yaml.py
exporter/markdown.py
nginx_lens.egg-info/PKG-INFO
nginx_lens.egg-info/SOURCES.txt
nginx_lens.egg-info/dependency_links.txt
nginx_lens.egg-info/entry_points.txt
nginx_lens.egg-info/requires.txt
nginx_lens.egg-info/top_level.txt
parser/__init__.py
parser/nginx_parser.py
tests/test_conflicts.py
tests/test_diff.py
tests/test_duplicates.py
tests/test_empty_blocks.py
tests/test_graph.py
tests/test_health.py
tests/test_integration.py
tests/test_logs.py
tests/test_parser.py
tests/test_performance.py
tests/test_resolve.py
tests/test_route.py
upstream_checker/__init__.py
upstream_checker/checker.py
upstream_checker/dns_cache.py
utils/__init__.py
utils/progress.py