.gitignore
LICENSE
README.md
pyproject.toml
setup.cfg
.github/workflows/docs.yml
.github/workflows/test.yml
docs/Makefile
docs/make.bat
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/quick-start.rst
examples/polygon.py
examples/right_angle.py
examples/triangle.py
pygeosolve/__init__.py
pygeosolve/_version.py
pygeosolve/constraints.py
pygeosolve/geometry.py
pygeosolve/plot.py
pygeosolve/problem.py
pygeosolve/util.py
pygeosolve.egg-info/PKG-INFO
pygeosolve.egg-info/SOURCES.txt
pygeosolve.egg-info/dependency_links.txt
pygeosolve.egg-info/requires.txt
pygeosolve.egg-info/top_level.txt
tests/conftest.py
tests/test_geometry.py
tests/test_solve.py