Metadata-Version: 2.4
Name: scrum-agent
Version: 2.8.0
Summary: Deprecated — this project was renamed to 'yeaboi'. Installing 'scrum-agent' now installs 'yeaboi'.
Project-URL: Homepage, https://yeaboi.ai
Project-URL: Repository, https://github.com/omardin14/yeaboi.ai
Author: Omar Din
License: MIT
Requires-Python: >=3.11
Requires-Dist: yeaboi>=2.8.0
Description-Content-Type: text/markdown

# scrum-agent → yeaboi

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

`scrum-agent` is now a thin redirect that just depends on `yeaboi`, so any
existing install keeps working:

```bash
pip install scrum-agent      # installs yeaboi
uv tool install scrum-agent  # installs yeaboi (exposes the `yeaboi` command)
```

New installs should use the new name directly:

```bash
uv tool install yeaboi
yeaboi --setup
yeaboi
```

- Homepage: https://yeaboi.ai
- Source: https://github.com/omardin14/yeaboi.ai
