Metadata-Version: 2.4
Name: odd_or_even7
Version: 0.0.1
Summary: A simple library to check odd or even numbers
Author-email: Albert C S <your_email@example.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# odd-even-utils

A simple Python library for checking whether a number is odd or even.

## Installation

```bash
pip install odd-even-utils
