Metadata-Version: 2.1
Name: polygon_contains_point
Version: 1.0
Summary: CPython extension for checking if a polygon contains a given point.
Home-page: https://github.com/sgaebel/point_in_polygon
Author: Dr. Sebastian M. Gaebel
Author-email: gaebel.sebastian@gmail.com
License: MIT
Keywords: geometry polygon
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
License-File: LICENSE

A CPython extension which wraps the PNPOLY
point inclusion in polygon test by W. Randolph Franklin
(ref.: https://wrfranklin.org/Research/Short_Notes/pnpoly.html).
