Metadata-Version: 2.4
Name: poignant-pip
Version: 0.1.0
Summary: Pip the rubber duck swims across your terminal after every pip install.
Project-URL: Homepage, https://github.com/andrewdeitrick/poignant-pip
Author: Andrew Deitrick
License-Expression: MIT
License-File: LICENSE
Keywords: animation,duck,easter-egg,pip,terminal
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development
Classifier: Topic :: Utilities
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# poignant-pip

**Pip the rubber duck swims across your terminal after every `pip install`.**

A companion easter egg to [A(i) Poignant Guide to Vibe Coding](https://andrewdeitrick.com/poignant-guide/ai-poignant-guide.html).

## Install

```bash
pip install poignant-pip
```

Then add this to your `~/.zshrc` or `~/.bashrc`:

```bash
eval "$(poignant-pip --shell-init)"
```

Restart your shell (or `source ~/.zshrc`), and the next time you `pip install` something, Pip will swim by.

## Uninstall

```bash
pip uninstall poignant-pip
```

Remove the `eval` line from your shell config. (If you forget, it's harmless — the wrapper checks if `poignant-pip` exists before activating.)

## License

MIT
