Metadata-Version: 2.1
Name: quadtreed3
Version: 0.1.0
Summary: Quadtree implementation in Python following the d3-quadtree's structure
Home-page: https://github.com/xiaohk/quadtreed3
Author: Quadtree
Author-email: jay@zijie.wang
License: MIT license
Keywords: quadtreed3
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# Quadtree

A Python implementation of Quadtree. The tree structure is compatible with [d3-quadtree](https://github.com/d3/d3-quadtree).
