MANIFEST.in
README.md
requirements.txt
setup.py
sect/__init__.py
sect/decomposition.py
sect/hints.py
sect/triangulation.py
sect.egg-info/PKG-INFO
sect.egg-info/SOURCES.txt
sect.egg-info/dependency_links.txt
sect.egg-info/requires.txt
sect.egg-info/top_level.txt
sect/core/__init__.py
sect/core/contracts.py
sect/core/delaunay.py
sect/core/edge.py
sect/core/event.py
sect/core/events_queue.py
sect/core/hints.py
sect/core/leaf.py
sect/core/location.py
sect/core/node.py
sect/core/quad_edge.py
sect/core/sweep.py
sect/core/sweep_line.py
sect/core/trapezoid.py
sect/core/trapezoidal_map.py
sect/core/utils.py
sect/core/x_node.py
sect/core/y_node.py