Metadata-Version: 2.4
Name: utkarsh_odd_vowels
Version: 0.1.0
Summary: A simple package to check odd numbers and count vowels/consonants
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://pypi.org/project/mypackage/
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENCE
Dynamic: license-file

# mypackage

A simple Python package with two utilities:

- Check if a number is odd.
- Count vowels and consonants in a string.

## Installation

```bash
pip install mypackage
