Metadata-Version: 2.4
Name: rena_odd_even
Version: 0.1.0
Summary: A package to check odd or even numbers
Author: Rena Elza Viju
License: MIT
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENCE
Dynamic: license-file

\# oddoreven



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



\## Usage

```python

from oddoreven import check



print(check(5))  # Output: Odd



