Metadata-Version: 1.2
Name: nglpy
Version: 1.0.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.0.2.tar.gz
Description: 
        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.
        
        
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
