Metadata-Version: 2.4
Name: ai-security-cli
Version: 1.0.1
Summary: DEPRECATED - Please use 'aisentry' instead. pip install aisentry
Author: AISentry Team
License-Expression: MIT
Project-URL: Homepage, https://aisentry.co
Project-URL: Repository, https://github.com/deosha/aisentry
Keywords: deprecated,aisentry
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: Topic :: Security
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: aisentry>=1.0.0b1

# ⚠️ DEPRECATED - Use `aisentry` instead

**This package has been renamed to `aisentry`.**

## Migration

```bash
pip uninstall ai-security-cli
pip install aisentry
```

## New Usage

```bash
# Old (deprecated)
ai-security-cli scan ./my-project

# New
aisentry scan ./my-project
aisentry audit ./my-project
aisentry test -p openai -m gpt-4
```

## Links

- **New Package**: https://pypi.org/project/aisentry/
- **GitHub**: https://github.com/deosha/aisentry
- **Website**: https://aisentry.co
