MANIFEST.in
README.md
pyproject.toml
safeframe.pth
safeframe_autoenable.py
setup.py
safeframe/__init__.py
safeframe/__main__.py
safeframe/cli.py
safeframe/errors.py
safeframe/guard.py
safeframe/report.py
safeframe.egg-info/PKG-INFO
safeframe.egg-info/SOURCES.txt
safeframe.egg-info/dependency_links.txt
safeframe.egg-info/entry_points.txt
safeframe.egg-info/requires.txt
safeframe.egg-info/top_level.txt
safeframe/detectors/__init__.py
safeframe/detectors/_merge_utils.py
safeframe/detectors/chained_assignment.py
safeframe/detectors/dtype_coercion.py
safeframe/detectors/index_misalignment.py
safeframe/detectors/merge_explosion.py
safeframe/detectors/nan_injection.py
safeframe/legacy_lint/__init__.py
safeframe/legacy_lint/analyzer.py
safeframe/legacy_lint/rewrites.py
tests/test_guard_lifecycle.py
tests/test_lint_cli.py