Metadata-Version: 2.4
Name: simpleglobalpkg
Version: 0.1.0
Summary: A simple Python calculator package
Author: Package Author
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# SimpleGlobalPkg

A simple Python calculator package that provides basic mathematical operations.

## Features

- Addition
- Subtraction
- Multiplication
- Division
- Power
- Average
- Percentage

## Installation

Install the package from PyPI:

```bash
pip install simpleglobalpkg
