Metadata-Version: 2.4
Name: amitgohelfirstpythonpackage
Version: 0.1.0
Summary: A simple demo python package
Author-email: Amit Gohel <your_email@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/amitgohelfirstpythonpackage
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# amitgohelfirstpythonpackage

A simple demo Python package with math, string utilities and a calculator class.

## Installation

```bash
pip install amitgohelfirstpythonpackage
```
