Metadata-Version: 2.3
Name: stats_calculator_chamso
Version: 0.1.0
Summary: A simple statistics calculator package
License: MIT
Keywords: statistics,calculator,python
Author: Chamso
Author-email: chamseboulabba@gmail.com
Requires-Python: >=3.12
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

A simple calculator package that supports basic operations like addition and subtraction.

## Installation

To install the package, run:

```bash
pip install my-calculator
```

