Metadata-Version: 2.1
Name: likd-tree
Version: 1.0.0
Summary: A Lightweight Incremental KD-Tree for dynamic point insertion
Home-page: https://github.com/scomup/likd-tree
Author: Liu Yang
Author-email: 
License: MIT
Project-URL: Homepage, https://github.com/scomup/likd-tree
Project-URL: Documentation, https://github.com/scomup/likd-tree#readme
Project-URL: Repository, https://github.com/scomup/likd-tree.git
Project-URL: Bug Tracker, https://github.com/scomup/likd-tree/issues
Keywords: kd-tree,kdtree,spatial-index,nearest-neighbor,point-cloud
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: C++
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pybind11>=2.6.0
Requires-Dist: numpy>=1.19.0
Provides-Extra: dev
Requires-Dist: pytest>=6.0; extra == "dev"
Requires-Dist: numpy>=1.19.0; extra == "dev"
Provides-Extra: bench
Requires-Dist: scipy>=1.5.0; extra == "bench"
Requires-Dist: numpy>=1.19.0; extra == "bench"
