Metadata-Version: 2.4
Name: waitpal
Version: 1.2.0
Summary: A friendly companion that keeps you entertained while long commands run.
Author: Dhruv
License-Expression: MIT
Keywords: cli,loading,spinner,terminal,waiting
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# waitpal

A terminal companion that greets you with a random witty one-liner every time you open a shell.

```bash
pip install waitpal
waitpal install-profile
```

That's it. Every new terminal (PowerShell or CMD) will show a random entry. Close the terminal, it stops.

## Commands

| Command | What it does |
|---|---|
| `waitpal install-profile` | Wire `waitpal show` into PowerShell & CMD startup |
| `waitpal uninstall-profile` | Remove it |
| `waitpal show` | Print one random entry and exit |
| `waitpal` | Start background daemon (logs entries every 10s) |
| `waitpal stop` | Stop the daemon |
| `waitpal status` | Check daemon status |
| `waitpal tail` | Tail the daemon log |

## Contents

`waitpal_entries.txt` has 587 original observations about Indian life, waiting, and the human condition.

## License

MIT
