Go to file
Stefan Harmuth 87fbaeafbe coordinate.Shape: add __contains__()
coordinate.Line: add __contains__(), __len__() and proper __eq__()
NEW: coordinate.Polygon: deal with Polygons defined by a list of Coordinates (in (counter)?clockwise order. Currently allows for rectilinear decomposition and area calculation
2024-01-01 21:48:17 +01:00
.gitea/workflows twine: verbose and point to dedicated config file 2023-11-11 16:57:52 +01:00
src/tools coordinate.Shape: add __contains__() 2024-01-01 21:48:17 +01:00
.gitignore exclude pycharm ide env 2023-11-11 15:04:12 +01:00
LICENSE build/publish pipeline 2023-11-11 15:02:27 +01:00
pyproject.toml dealing with requirements 2023-11-11 18:43:57 +01:00
README.md code reformatting and cleanup 2023-11-11 15:37:42 +01:00
requirements.txt NEW: visualization.Window(): simple Tk visualization class, can just draw some lines for now, but with working realignment, zooming and panning 2023-12-28 06:09:16 +01:00

shs-tools

An assortment of helper functions, primarily developed for use in Advent Of Code