Metadata-Version: 2.4
Name: goodbye-bro
Version: 0.1.2
Summary: A tiny Python library that says Goodbye, World!
Author: bro
License: MIT
Project-URL: Homepage, https://pypi.org/project/goodbye-bro/
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

### 0. Hello!

Ho ho ho! A minimal Python library that prints a friendly goodbye message.

### 1. Installation

```bash
pip install goodbye-bro
```

### 2. Usage

```python
import goodbye
goodbye.say()
```

## 3. Output

Goodbye, World!

### 4. Why this exists

- Clean example package
- Zero dependencies
- Beginner friendly
- ASCII safe
- No magic, no noise

### 5. Goodbye!

Goodbye!

### 6. License

MIT License

Made by bro
