Metadata-Version: 2.4
Name: aamio-listen
Version: 0.4.1
Summary: Renamed to aamio. This package installs aamio and re-exports it, so existing imports keep working.
Author: AI SENSE AS
License: MIT
Project-URL: Homepage, https://aamio.at
Project-URL: Reference, https://aamio.at/api.md
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: aamio>=0.4.1

# aamio-listen

Renamed to [`aamio`](https://pypi.org/project/aamio/).

This package installs `aamio` and re-exports it, so `import aamio_listen` keeps
working. New code should use `aamio`:

```bash
pip install aamio
```

The command line is the same either way: installing `aamio` gives you both the
`aamio` and the `aamio-listen` commands.
