Metadata-Version: 2.1
Name: area-calculation
Version: 0.0.2
Summary: library for finding the area of a circle and a triangle
Home-page: https://github.com/ylerby/areaCalculatingLib
Author: ylerby
Author-email: WeaklyFob@yandex.ry
Project-URL: GitHub, https://github.com/ylerby/areaCalculatingLib
Keywords: files area
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pytest

# Library for calculating the area of a triangle and a circle

---

The area of the triangle is calculated according to the Heron formula, the area
of the circle is according to the standard formula &pi; * r<sup>2</sup>

--- 
To run the tests, you need to write in the terminal
```
pytest tests.py
```

--- 

