Metadata-Version: 2.4
Name: funny-numbers
Version: 0.2.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Rust
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 :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Typing :: Typed
Summary: A collection of factories to reliably produce funny numbers
Author-email: lalitm1004 <lalitm1004@gmail.com>
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Project-URL: Repository, https://github.com/lalitm1004/funny-numbers
Project-URL: Homepage, https://github.com/lalitm1004/funny-numbers
Project-URL: Issues, https://github.com/lalitm1004/funny-numbers/issues

[![PyPI version info](https://img.shields.io/pypi/v/funny-numbers.svg?style=for-the-badge&logo=pypi&color=yellowgreen&logoColor=white)](https://pypi.python.org/pypi/funny-numbers)
[![PyPI supported Python versions](https://img.shields.io/pypi/pyversions/funny-numbers.svg?style=for-the-badge&logo=python&logoColor=white)](https://pypi.python.org/pypi/funny-numbers)

## Key Features
- Represent funny numbers with an explanation
- Generate the same funny number every time using a deterministic factory
- Generate random funny numbers from a pool of your favorites
- Compute basic statistics like min, max, mean, and variance of your funny numbers

## Installation
```bash
# using pip
pip install funny-numbers

# using uv
uv add funny-numbers
```
> *Note: Python 3.9 or higher is required*
