Metadata-Version: 2.4
Name: ai-shield-core
Version: 0.1.1
Summary: DEPRECATED — renamed to studiomeyer-aishield. This stub redirects.
Project-URL: Homepage, https://pypi.org/project/studiomeyer-aishield/
Project-URL: Repository, https://github.com/studiomeyer-io/ai-shield-py
Author-email: "Matthias Meyer (StudioMeyer)" <matthias@studiomeyer.io>
License-Expression: MIT
License-File: LICENSE
Keywords: deprecated,redirect
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT 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
Requires-Python: >=3.10
Requires-Dist: studiomeyer-aishield>=0.1.0
Description-Content-Type: text/markdown

# ai-shield-core (DEPRECATED)

This package has been **renamed** to `studiomeyer-aishield`.

## Migration

```bash
pip uninstall ai-shield-core
pip install studiomeyer-aishield
```

Imports remain unchanged:

```python
from ai_shield import AIShield, ScanResult, Decision
```

## Why the rename?

PyPI flagged the originally-planned name `ai-shield` as too similar to
the existing `aishield` package. We picked `studiomeyer-aishield` for
clearer brand attribution.

`ai-shield-core@0.1.1` is a transitional stub that depends on
`studiomeyer-aishield>=0.1.0` — installing this package automatically
pulls the real one. Importing this stub will print a `DeprecationWarning`.

## Links

- **Real package:** https://pypi.org/project/studiomeyer-aishield/
- **Repository:** https://github.com/studiomeyer-io/ai-shield-py

## License

MIT — Copyright (c) 2026 Matthias Meyer (StudioMeyer).
