Metadata-Version: 2.1
Name: euclipy
Version: 0.2.3
Summary: A Euclidean Geometry based library
Home-page: 
Author: Joshua Varon
Author-email: joshuavaron@gmail.com
License: MIT
Project-URL: Source Code, https://github.com/joshuavaron/euclipy
Keywords: geometry,math
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Euclipy

[![PyPI version](https://img.shields.io/pypi/v/euclipy.svg?color=dodgerblue&label=%20latest%20version)](https://pypi.org/project/euclipy/)
[![PyPI downloads](https://img.shields.io/pypi/dm/euclipy.svg?color=limegreen&label=PyPI%20downloads)](https://pypi.org/project/euclipy/)

### A library used to create, model, and solve figures in Euclidean Geometry.
## Features:

- Complete missing information found in triangles
```sh
# PyPi Instillation
pip install euclipy
```


