Metadata-Version: 2.4
Name: oddoreven-checker-hafizmdph
Version: 0.1.0
Summary: A simple Python library to check if numbers are odd or even.
Author-email: Your Name <you@example.com>
License: MIT
Keywords: odd,even,math,numbers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# oddoreven

A simple Python library to check whether a number is **odd** or **even**.

## Installation

```bash
pip install oddoreven
```
