Metadata-Version: 2.4
Name: agent-discover-scanner
Version: 2.7.2
Summary: Deprecated stub — installs agentdiscover. This package has been renamed.
Project-URL: Homepage, https://pypi.org/project/agentdiscover/
Project-URL: Repository, https://github.com/Defend-AI-Tech-Inc/agent-discover-scanner
Project-URL: Changelog, https://github.com/Defend-AI-Tech-Inc/agent-discover-scanner/blob/main/CHANGELOG.md
Author-email: Mohamed Waseem <mwaseem@defendai.tech>
Maintainer-email: DefendAI <support@defendai.ai>
License: MIT
Keywords: agent-discovery,agents,ai,deprecated,security
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: agentdiscover>=2.7.2
Description-Content-Type: text/markdown

# agent-discover-scanner (deprecated stub)

> **This package has been renamed.**
>
> `agent-discover-scanner` is now published as **[agentdiscover](https://pypi.org/project/agentdiscover/)**.
>
> This stub exists solely to redirect existing users. Installing it automatically installs `agentdiscover`.

---

## Migration

```bash
# Uninstall the old name (optional — the stub works, but keeping both is untidy)
pip uninstall agent-discover-scanner

# Install the new name
pip install agentdiscover
# or
pipx install agentdiscover
```

The CLI commands `agent-discover-scanner` and `agent-discover` remain available as backward-compatible
aliases. The new primary command is `agentdiscover`.

## Deprecation warning

If both distributions are installed simultaneously, importing `agent_discover_scanner` will print:

```
DeprecationWarning: The package 'agent-discover-scanner' is deprecated and will be removed in a
future release. Please migrate: pip install agentdiscover
```

## Supported versions

| Package | Version | Status |
|---|---|---|
| `agentdiscover` | 2.7.2+ | ✅ Active |
| `agent-discover-scanner` | 2.7.2 | ⚠️ Stub only — no new features |
| `agent-discover-scanner` | ≤ 2.7.1 | ❌ No longer maintained |
