Metadata-Version: 2.4
Name: odd-or-even1
Version: 0.1.0
Summary: A simple Python library to check if a number is odd or even.
Author: Akshay Shibu
Project-URL: Homepage, https://pypi.org/project/odd-or-even/
Keywords: odd,even,number-check,math
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file
Dynamic: requires-python

# odd-or-even

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

## Installation

```bash
pip install odd-or-even
