Metadata-Version: 2.1
Name: polylatlib
Version: 1.0.2
Summary: Python library providing the functionality to generate, work with, view, and manipulate polygons and their lattices in the 2D space.
Home-page: https://github.com/RexGreenway/PolyLatLib
License: GPL-3.0-or-later
Author: Rex Greenway
Author-email: rexgreenway@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: matplotlib (>=3.8.2,<4.0.0)
Project-URL: Repository, https://github.com/RexGreenway/PolyLatLib
Description-Content-Type: text/markdown

PolyLatLib
=================
By Rex Greenway

This project aims to allow for the investigation of shapes in the R x R Cartesian Plane and their lattices. This Python library provides the functionality to generate, work with, view, and manipulate polygons in the 2D space and, for applciable shapes, generate the corresponding lattice.

<img src="https://user-images.githubusercontent.com/74911207/112646663-a3f8af80-8e3f-11eb-9c3e-a4ff5e5c379b.png" width="300">
The image above shows three seperate, 5-layer, circular lattices displaying equilateral triangles, squares, and regular hexagons.

Features so far:
----------------
- Basic class structure for Polygons.
- Methods to generate and draw Regular Polygons, with preset regular polygons classes.
- Lattice generation for Equilateral Triangles, Squares, and Hexagons.

To Install:
-----------
You can install the library using `pip`:
```
pip install polylatlib
```

