Metadata-Version: 2.4
Name: ibhanutils
Version: 0.1.0
Summary: Utility package by Ibhan Mukherjee
Author-email: Ibhan Mukherjee <ibhaanm29@gmail.com>
License: MIT
Keywords: python,utilities
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# HelloML

My first Python package published on PyPI.

## Installation

```bash
pip install helloml
```

## Usage

```python
import helloml

helloml.hello()

print(helloml.add(5,4))

print(helloml.multiply(3,9))

helloml.author()
```
