Metadata-Version: 1.1
Name: cyflann
Version: 0.1.2
Summary: A Cython-based interface to the FLANN nearest neighbors library.
Home-page: https://github.com/dougalsutherland/cyflann
Author: Dougal J. Sutherland
Author-email: dougal@gmail.com
License: LICENSE.txt
Description: This is a Cython-based interface to the
        `FLANN <http://people.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN>`_ library.
        
        If you're just looking for any Python interface to FLANN, the ctypes interface
        that it ships with is probably better for you. I wrote this interface for
        `an application <https://github.com/dougalsutherland/py-sdm/>`_
        that needs to run lots of independent searches without the GIL.
        
        The interface is currently incomplete; it only does what I needed to use, so
        some methods are unimplemented and right now only float32 is supported. It
        also has some known issues and is probably less friendly in general than it
        could be. If you want to use it, bug reports and/or pull requests are welcome.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Cython
Classifier: Programming Language :: Python :: Implementation :: CPython
