Metadata-Version: 2.4
Name: oddeven-yahwin
Version: 0.1.0
Summary: Check if a number is odd or even
Author-email: Yahwin <yahwinlukose0@gmail.com>
License: MIT
License-File: LICENSE.txt
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# OddEven Yahwin

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

This package contains two functions:

- `is_even(number)` → Returns `True` if the number is even.
- `is_odd(number)` → Returns `True` if the number is odd.

---

## 📦 Installation

Install using pip:

```bash
pip install oddeven-yahwin
