Metadata-Version: 2.4
Name: aegis-pay
Version: 0.4.99
Summary: Renamed to pop-pay. See https://github.com/TPEmist/Point-One-Percent
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# aegis-pay — Package Renamed

This package has been renamed. Please install the new package:

```bash
pip install pop-pay
```

## Why was it renamed?

**aegis-pay** is now **[Point One Percent](https://github.com/TPEmist/Point-One-Percent)** (`pop-pay`).

> it only takes 0.1% of Hallucination to drain 100% of your wallet.

The package has been renamed to better reflect the project's mission. All functionality is identical — just update your install command and imports:

| Old | New |
|---|---|
| `pip install aegis-pay` | `pip install pop-pay` |
| `from aegis.xxx import ...` | `from pop_pay.xxx import ...` |
| `AEGIS_*` env vars | `POP_*` env vars |
| `aegis-launch` CLI | `pop-launch` CLI |

## Links

- **New package**: https://pypi.org/project/pop-pay/
- **GitHub**: https://github.com/TPEmist/Point-One-Percent
- **Documentation**: https://github.com/TPEmist/Point-One-Percent/blob/main/docs/INTEGRATION_GUIDE.md
