Metadata-Version: 2.1
Name: pyflatbush
Version: 0.1.0
Summary: A Cython port of Flatbush for fast, static 2D spatial indexing
Home-page: https://github.com/kylebarron/pyflatbush
Author: Kyle Barron
Author-email: kylebarron2@gmail.com
License: MIT
Keywords: spatial index numpy
Platform: UNKNOWN
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering :: GIS
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy
Provides-Extra: build
Requires-Dist: numpy ; extra == 'build'
Requires-Dist: Cython ; extra == 'build'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: flatbush ; extra == 'test'

# pyflatbush

A Cython port of Flatbush for fast, static 2D spatial indexing


