Metadata-Version: 2.5
Name: aithernode
Version: 0.3.0
Summary: Deprecated alias for awnode - installs awnode, which provides the awnode command.
Project-URL: Homepage, https://github.com/Aitherium/AitherOS
License: MIT
Requires-Python: >=3.10
Requires-Dist: awnode>=0.3.0
Description-Content-Type: text/markdown

<!-- Every "aithernode" below is deliberate and must survive any rename sweep:
     this is the redirect package for the OLD name. -->
# aithernode

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

`aithernode` is now a thin alias that installs `awnode`. It exists so existing
installs and lockfiles keep resolving, and it will not be removed.

**The command and import names did change.** Unlike a pure distribution rename,
you need to update calls:

| before | now |
|---|---|
| `aithernode` | `awnode` |
| `aithernode-mcp` | `awnode-mcp` |
| `import aithernode` | `import awnode` |

New installs should use the new name directly:

```bash
pip install awnode
```
