Metadata-Version: 2.4
Name: openparallax-shield
Version: 0.1.0
Summary: 4-tier AI security pipeline for autonomous systems
Project-URL: Homepage, https://openparallax.dev
Project-URL: Documentation, https://docs.openparallax.dev/shield/python
Project-URL: Repository, https://github.com/openparallax/openparallax
Project-URL: Issues, https://github.com/openparallax/openparallax/issues
Author: OpenParallax Contributors
License-Expression: Apache-2.0
Keywords: agent,ai,llm,mcp,security,shield
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Security
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# openparallax-shield

4-tier AI security pipeline (policy, classifier, LLM evaluator, human approval)

Python wrapper for the [OpenParallax](https://openparallax.dev) shield module. Communicates with a pre-built Go binary over JSON-RPC (stdin/stdout).

## Installation

```bash
pip install openparallax-shield
```

## Documentation

See the [shield documentation](https://docs.openparallax.dev/shield/) for the full API reference and examples.

## License

Apache License 2.0
