Metadata-Version: 2.4
Name: basic-calculator-pkg
Version: 0.1.0
Summary: A basic Python package for simple arithmetic operations.
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://pypi.org/project/basic-calculator-pkg/
Project-URL: Source, https://github.com/yourusername/basic-calculator-pkg
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Basic Calculator

A simple Python package to perform basic arithmetic operations.

## Features

- Add
- Subtract
- Multiply
- Divide

## Installation

```bash
pip install basic-calculator-pkg
