Metadata-Version: 2.1
Name: IsNumberOdd
Version: 1.0.0
Summary: Return true if the given number is odd.
Home-page: https://github.com/GabouKing/IsOdd
Author: Gabriel R Amaral
Author-email: professor.gabriel.amaral@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown
Requires-Dist: IsNumberEven

# IsNumberOdd Package

The `IsNumberOdd` package provides a simple utility to check whether a given number is odd.

## Installation

Install `IsNumberOdd` using pip:

```bash
pip install IsNumberEven
pip install IsNumberOdd
```

This will download and install the latest version of IsNumberOdd from PyPI.

## Usage

Once installed, you can use the IsNumberOdd function in your Python scripts as follows:

```bash
from isOdd.is_odd import is_odd

# Example usage
number = 3
print(is_odd(number))  # Output: True
```

## License

IsNumberOdd is licensed under the MIT License. See the LICENSE file for more details.


