Metadata-Version: 2.1
Name: nglpy
Version: 1.1.2
Summary: A wrapper library for exposing the C++ neighborhood graph library (NGL) for computing empty region graphs to python
Home-page: https://github.com/maljovec/nglpy
Author: Dan Maljovec
Author-email: maljovec002@gmail.com
License: BSD
Download-URL: https://github.com/maljovec/nglpy/archive/1.1.2.tar.gz
Keywords: geometry,neighborhood,empty region graph,neighborhood graph library,beta skeleton,relative neighbor,Gabriel graph
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: C++
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Mathematics
Requires-Python: >=2.7, <4
Requires-Dist: scipy (<2.0,>=1.3.2)
Requires-Dist: numpy (<2.0,>=1.17.4)
Requires-Dist: scikit-learn (<1.0,>=0.21.2)


Given a set of arbitrarily arranged points in any dimension, this library is
able to construct several different types of neighborhood graphs mainly focusing
on empty region graph algorithms such as the beta skeleton family of graphs.



