Metadata-Version: 2.4
Name: viper-utils
Version: 0.1.0
Summary: My first Python utility package with basic math functions
Author-email: Viper <kidanutessema@gmail.com>
License: MIT
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# MyUtils

MyUtils is a simple Python utility package that provides basic math functions like addition and multiplication. Perfect for small projects and learning how to create Python packages.

## Installation

You can install MyUtils via pip:

```bash
pip install myutils
