Metadata-Version: 2.3
Name: polyfix
Version: 0.1.7
Summary: Module for creating EnergyPlus ready floor plans from geometry containing holes.
Author: Juliet Nwagwu Ume-Ezeoke
Author-email: Juliet Nwagwu Ume-Ezeoke <jnwagwu@stanford.edu>
Requires-Dist: bpython>=0.25
Requires-Dist: cyclopts>=4.4.3
Requires-Dist: expression>=5.6.0
Requires-Dist: geom>=0.3.0
Requires-Dist: loguru>=0.7.3
Requires-Dist: matplotlib>=3.10.6
Requires-Dist: networkx>=3.5
Requires-Dist: numpy>=2.3.3
Requires-Dist: pipe>=2.2
Requires-Dist: pre-commit>=4.5.1
Requires-Dist: ptpython>=3.0.31
Requires-Dist: pydantic>=2.12.5
Requires-Dist: pyprojroot>=0.3.0
Requires-Dist: pytest>=8.4.2
Requires-Dist: pytest-cov>=7.0.0
Requires-Dist: shapely>=2.1.2
Requires-Dist: snakemake>=9.14.5
Requires-Dist: tomli-w>=1.2.0
Requires-Dist: types-networkx>=3.5.0.20251106
Requires-Dist: utils4plans
Requires-Dist: whenever>=0.9.3
Requires-Python: >=3.13
Description-Content-Type: text/markdown

# polyfix

### Geometry conventions

- Polygonal domains can be specified using coordinate in either a clockwise or counterclockwise direction.
- After the coordinates are normalized, they will have a clockwise direction, starting from the bottom left. This comes from Shapely's defaults for normalizing
