Metadata-Version: 2.1
Name: ishita_area_volume
Version: 1.0.0
Summary: This is a python package to calculate area and volume of different shapes.
Author-email: Ishita Rathi <ishita.rathi2022@vitstudent.ac.in>
License-File: LICENCE.txt
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# ishita_area_volume

## This is a python package to calculate area and volume of different shapes.

---

# Use the package in your project

### Install the package

```
pip install ishita-area-volume
```

### Using the package

```
import ishita_area_volume.area_volume as area_volume

print(area_volume.area_square(2))
```

---

Ishita Rathi © 2023

> **Note**
> This is for a university project. Might not be maintained in future.
