Metadata-Version: 1.0
Name: Delny
Version: 0.4.0
Summary: Delaunay triangulation
Home-page: http://flub.stuffwillmade.org/delny
Author: Floris Bruynooghe
Author-email: floris.bruynooghe@gmail.com
License: GNU General Pucblic License (GPL)
Download-URL: http://pypi.python.org/pypi/Delny
Description: Python package to create N-dimensional Delaunay triangulations.  It
        uses the libqhull library from the Qhull_ project for the
        triangulation so a proven algorithm is used.
        
        .. _Qhull: http://www.qhull.org
        
Keywords: delaunay,qhull,geometry,triangulation
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: DFSG approved
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
