Metadata-Version: 2.4
Name: agentshield-py
Version: 0.1.0
Summary: Alias package — installs agentshield-guard, the official AgentShield Python SDK.
Project-URL: Homepage, https://agentshield.pro
Project-URL: Source, https://github.com/dl-eigenart/agentshield-platform
Author-email: Eigenart Filmproduktion <eigenart.filmproduction@gmail.com>
License: MIT
Keywords: agentshield,llm-security,prompt-injection
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Security
Requires-Python: >=3.8
Requires-Dist: agentshield-guard>=0.1.2
Description-Content-Type: text/markdown

# agentshield-py

Alias for [`agentshield-guard`](https://pypi.org/project/agentshield-guard/) — the official AgentShield Python SDK.

```bash
pip install agentshield-py
# Equivalent to:
pip install agentshield-guard
```

Import path is unchanged:

```python
from agentshield import AgentShield
```

See: https://agentshield.pro
