Metadata-Version: 2.4
Name: aelion_calc
Version: 0.2.2
Summary: A Python library for students: Math, Health (BMI), and CS algorithms.
Author-email: Rana Ahmad <elearninfo786@gmail.com>
Project-URL: Homepage, https://github.com/yourusername/aelion_calc
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Education
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# Aelion Calc

**Aelion Calc** is a Python library designed for students. It simplifies common calculations in Mathematics, Health, and Computer Science, allowing you to focus on learning rather than writing boilerplate formulas.

## Installation

You can install the library using pip:

```bash
pip install aelion_calc
