Metadata-Version: 2.4
Name: llm-firewall
Version: 0.2.1
Summary: A lightweight, domain-aware safety firewall for LLM applications — works with any API or local model, with dynamic policy-document support.
Author-email: Parshva Shah <shahparshva2005@gmail.com>
License: MIT
Project-URL: Repository, https://github.com/Parshva2605/LLM-Firewall
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Security
Classifier: Development Status :: 3 - Alpha
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: PyYAML
Provides-Extra: openai
Requires-Dist: openai; extra == "openai"
Provides-Extra: groq
Requires-Dist: groq; extra == "groq"
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Provides-Extra: dynamic
Requires-Dist: sentence-transformers; extra == "dynamic"
Provides-Extra: ollama
Requires-Dist: ollama; extra == "ollama"
Dynamic: license-file

# LLM-Shield

A lightweight, domain-aware safety firewall for LLM applications — works with any API or local model.

Install with:

```bash
pip install llm-shield
```

Import with:

```python
from llm_shield import Firewall
```
