Metadata-Version: 2.5
Name: aither-adk
Version: 3.6.0
Summary: Deprecated alias for awdk - installs awdk, which provides the same `adk` commands.
Project-URL: Homepage, https://github.com/Aitherium/awdk
License: MIT
Requires-Python: >=3.10
Requires-Dist: awdk>=3.6.0
Description-Content-Type: text/markdown

<!-- Every "aither-adk" below is deliberate and must survive any rename sweep:
     this is the redirect package for the OLD name. See pyproject.toml's header. -->
# aither-adk

**This package was renamed to [`awdk`](https://pypi.org/project/awdk/).**

`aither-adk` is now a thin alias that installs `awdk` and nothing else. It
exists so that existing installs, lockfiles and scripts keep working; it will
not be removed.

Nothing about your usage changes — the import name and every command are the
same:

```python
import adk
```

```bash
adk --help
adk-serve
adk-shell
```

New installs should prefer the new name:

```bash
pip install awdk
```
