Metadata-Version: 2.1
Name: shape_utils
Version: 1.0.0
Summary: Library for calculating area, perimeter, and volume of shapes
Home-page: https://github.com/yourusername/shape_utils
Author: Kelvin Mugwe
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Education
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Shape Utils

A simple Python toolkit for calculating the **area**, **perimeter**, and **volume** of common geometric shapes.

---

## âœ¨ Features
- Calculate **area** of circles, rectangles, squares, and triangles
- Calculate **perimeter** of basic shapes
- Calculate **volume** of spheres, hemispheres, cubes, and more

---

## ðŸŽ¯ Purpose
This package provides easy-to-use functions for quick geometry calculations.  
It is designed for:
- Mathematicians
- Data analysts
- Researchers
- Students learning geometry

---

## ðŸ“¦ Installation
You can install Shape Utils directly from PyPI:

```bash
pip install shape-utils
