Metadata-Version: 2.4
Name: RT_OOE
Version: 0.0.1
Summary: A package to check if a number is odd or even.
Author: Your Name
Author-email: Your Name <your-email@example.com>
License: MIT
Keywords: odd,even,number
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: author
Dynamic: license-file
Dynamic: requires-python

# RT_OOE

RT_OOE is a simple Python package that checks whether a number is Odd or Even.  
It provides a single function `check()` which takes an integer and returns `"Odd"` or `"Even"`.

---

## 📦 Installation

Install the package from PyPI using:

