Metadata-Version: 2.4
Name: whom
Version: 1.0.0
Summary: A mysterious library for those who seek
Author: Aubrey
License: MIT
Project-URL: Homepage, https://github.com/aubrey/whom
Project-URL: Repository, https://github.com/aubrey/whom
Keywords: easter-egg,mystery,whom,fun
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
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: Topic :: Games/Entertainment :: Puzzle Games
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# whom

A mysterious Python library for those who seek.

## Installation

```bash
pip install whom
```

## Usage

```python
import whom

# Print the mystery
whom.whom()

# Get the mystery as a string
rhyme = whom.who()

# For the curious...
secret = whom.reveal()
```

## What is this?

Some say it's just a simple rhyme,
a bit of code to pass the time.
But look a little closer, friend,
there's more than meets the eye in the end.

## License

MIT
