Metadata-Version: 2.4
Name: silent_killers
Version: 0.1.2
Summary: Audit pipeline that detects unsafe exception handling in LLM‑generated Python code
Author: Julian Quick
License: MIT
Project-URL: Homepage, https://github.com/your-org/llm-exception-audit
Project-URL: Issues, https://github.com/your-org/llm-exception-audit/issues
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: pandas>=2.1
Requires-Dist: numpy>=1.23
Requires-Dist: matplotlib>=3.8
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == "dev"
Requires-Dist: coverage[toml]>=7.5; extra == "dev"
Requires-Dist: ruff>=0.4; extra == "dev"
