Metadata-Version: 2.5
Name: andre
Version: 0.1.0
Summary: pip install andre. import andre. 🌈
Project-URL: Homepage, https://github.com/andrewendlinger/andre
Project-URL: Source, https://github.com/andrewendlinger/andre
Project-URL: Issues, https://github.com/andrewendlinger/andre/issues
Author-email: Andre Wendlinger <37243793+andrewendlinger@users.noreply.github.com>
License-Expression: MIT
License-File: LICENSE
Keywords: andre,animation,easter-egg,terminal
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# andre

[Andre Wendlinger](https://github.com/andrewendlinger), as a Python package.

For now it does exactly one thing:

```bash
pip install andre
python -c "import andre"
```

🌈 — a short terminal animation. No dependencies, pure stdlib. Or skip the
install entirely:

```bash
uvx andre
```

Replay it any time with `python -m andre` or, from code, `andre.animate()`.

## It stays out of your way

The animation only plays in an interactive terminal. Importing `andre` in
scripts, pipes, and CI stays completely silent. The rules:

| Environment            | Effect                              |
| ---------------------- | ----------------------------------- |
| no TTY on stdout       | silent                              |
| `CI`, `NO_COLOR`, `TERM=dumb` | silent                       |
| `ANDRE_QUIET=1`        | silent, always                      |
| `ANDRE_FORCE=1`        | plays, always (overrides the above) |

## More to come

This package doubles as the reserved `andre` namespace — future releases may
grow real functionality. Until then, enjoy the colors.

## License

MIT — see [LICENSE](LICENSE).
