Metadata-Version: 2.1
Name: polyplotter
Version: 0.0.2
Summary: A quick way to plot polygons
Home-page: https://github.com/jss367/polyplotter
Author: Julius
Author-email: julius.simonelli@gmail.com
Project-URL: Bug Tracker, https://github.com/jss367/polyplotter/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# polyplotter
A repo for plotting polygons in Python



Recommended usage:

```
from ployplotter import plotpoly as p
p(my_polygon)
```

## Installation

This package can be installed from using pip:

`pip install polyplotter`
