Metadata-Version: 2.4
Name: abug
Version: 0.1.0
Summary: A playful bug that greets you when you import it 🐛
Author: pythonic
Author-email: pythonic <pythonic@111.com>
License-Expression: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# 🐛 abug

A playful, dependency-free easter egg package: import it and a little bug greets you.

> Try it: `import abug` — then run the console command and see what happens. 😈

## Install

```bash
pip install abug
```

Works on Python 3.8+ (nothing but plain `print` here).

## Usage

```bash
# Run the console command
abug

# Or via module
python -m abug
```

```python
import abug  # 🐛 Aha, you catch me...

abug.coming()  # 🐛 I'm coming! And I'll be back.
```

## License

MIT