Initial release of `greedy`.
**Greedy (topological) coloring for GeoPandas**
`greedy` is a Python package which brings topological (greedy) coloring to GeoPandas. It offers several coloring strategies, all accessible using one line of code.
Greedy or topological coloring (or sequential coloring) is a cartographic method of assigning colors to polygons (or other geometries, greedy supports all geometry types) in such a way, that no two adjacent polygons share the same color.
greedy is a small package providing such a functionality on top of GeoPandas GeoDataFrames. `greedy.greedy()` is all we need.