Metadata-Version: 1.1
Name: cykdtree
Version: 0.1.2
Summary: Cython based KD-Tree
Home-page: https://langmm@bitbucket.org/langmm/cykdtree
Author: Meagan Lang
Author-email: langmm.astro@gmail.com
License: BSD
Description: ======
        README
        ======
        cykdtree is a Python interface to a C++ implementation of a kd-tree using Cython. Documentation can be found `here <http://cykdtree.readthedocs.io/en/latest/>`_.
        
        ---------
        Licensing
        ---------
        cykdtree is released as open source software under a BSD license.
        
        ------------
        Requirements
        ------------
         * `Python 2.7 <https://www.python.org/download/releases/2.7/>`_
         * C++11 compiler
         * `Cython <http://cython.org/>`_
        
        ------------
        Installation
        ------------
        
        From Source
        ===========
         1. Clone the cykdtree package using `Mercurial <https://www.mercurial-scm.org/>`_. ``$ hg clone https://[username]@bitbucket.org/[username]/cykdtree`` where ``[username]`` should be replaced with your Bitbucket username. 
         2. From the distribution directory, execute the install script. ``$ python setup.py install`` If you do not have administrative privileges, add the flag ``--user`` to the above command and the package will be installed in your `user package directory <https://docs.python.org/2/install/#alternate-installation-the-user-scheme>`_.
        
        -----------------
        Who do I talk to?
        -----------------
        This code is currently maintained by `Meagan Lang <mailto:langmm.astro@gmail.com>`_
        
Keywords: domain decomposition,decomposition,kdtree
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: C++
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Development Status :: 3 - Alpha
