Metadata-Version: 2.4
Name: agent-discover-scanner
Version: 2.7.3
Summary: Renamed to agentdiscover. This package is a redirect stub.
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: agentdiscover>=2.7.2

# 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 |

