fastquadtree 1.0.0__cp38-abi3-win_amd64.whl → 1.0.1__cp38-abi3-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
fastquadtree/_native.pyd CHANGED
Binary file
fastquadtree/pyqtree.py CHANGED
@@ -48,14 +48,17 @@ class Index:
48
48
  all the quad instances and lets you access their properties.
49
49
 
50
50
  Example usage:
51
+ ```python
52
+ from fastquadtree.pyqtree import Index
51
53
 
52
- >>> spindex = Index(bbox=(0, 0, 100, 100))
53
- >>> spindex.insert('duck', (50, 30, 53, 60))
54
- >>> spindex.insert('cookie', (10, 20, 15, 25))
55
- >>> spindex.insert('python', (40, 50, 95, 90))
56
- >>> results = spindex.intersect((51, 51, 86, 86))
57
- >>> sorted(results)
58
- ['duck', 'python']
54
+
55
+ spindex = Index(bbox=(0, 0, 100, 100))
56
+ spindex.insert('duck', (50, 30, 53, 60))
57
+ spindex.insert('cookie', (10, 20, 15, 25))
58
+ spindex.insert('python', (40, 50, 95, 90))
59
+ results = spindex.intersect((51, 51, 86, 86))
60
+ sorted(results) # ['duck', 'python']
61
+ ```
59
62
  """
60
63
 
61
64
  __slots__ = ("_free", "_item_to_id", "_objects", "_qt")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fastquadtree
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Classifier: Programming Language :: Python :: 3
5
5
  Classifier: Programming Language :: Python :: 3 :: Only
6
6
  Classifier: Programming Language :: Rust
@@ -1,13 +1,13 @@
1
- fastquadtree-1.0.0.dist-info/METADATA,sha256=Yqrf2FFDk5W1LX7iUD_xKt9gIz-nR48mpZSudcFG2i8,9524
2
- fastquadtree-1.0.0.dist-info/WHEEL,sha256=CG8OzNtm0LMpJ2zhrjswlO8N-965OeMLklsQAG-nMvQ,94
3
- fastquadtree-1.0.0.dist-info/licenses/LICENSE,sha256=46IVFhoCIwMo-ocq4olyEB1eBvvtaKic5yGLeKXnDuc,1092
1
+ fastquadtree-1.0.1.dist-info/METADATA,sha256=m-uka1-D5_b8Umb3vL-VFmHGPU8UIN7fvpmdOY_5rDA,9524
2
+ fastquadtree-1.0.1.dist-info/WHEEL,sha256=CG8OzNtm0LMpJ2zhrjswlO8N-965OeMLklsQAG-nMvQ,94
3
+ fastquadtree-1.0.1.dist-info/licenses/LICENSE,sha256=46IVFhoCIwMo-ocq4olyEB1eBvvtaKic5yGLeKXnDuc,1092
4
4
  fastquadtree/__init__.py,sha256=jy7uimnd7QDllmNOgnRByKom1aONIKOWhCvCJxndsnM,200
5
5
  fastquadtree/_base_quadtree.py,sha256=TnVa3Wp-iKUwlx_pHgOAr2dLzc65mrm1hcwABtbig9A,8834
6
6
  fastquadtree/_item.py,sha256=cXiKXCjCfOWK19LUbxnzvAx6xffejd3F1axxYR9SMeM,1400
7
- fastquadtree/_native.pyd,sha256=ae1hsuqUpLh27RcKkDBJVg0ScSqgRwXnzBwNdlpcbGE,267264
7
+ fastquadtree/_native.pyd,sha256=i4NXjtF7y_DDYw37Ys1CdT_BXM57a8eIBCFiEESUpKM,267264
8
8
  fastquadtree/_obj_store.py,sha256=NVBGB8XsSiWFzoBgeVE2ScSuL7K9nXaggsp6nXqSGyc,5434
9
9
  fastquadtree/point_quadtree.py,sha256=v_iNQZfLOPDKwTwIPMMinSfRCn1im3P0gWEsOnK6qpY,5327
10
10
  fastquadtree/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- fastquadtree/pyqtree.py,sha256=DdcxwV_o6Qhe9iGTMStyaJszGdH8dcS1BU8qABxHEEs,5900
11
+ fastquadtree/pyqtree.py,sha256=cwraYux2wawRF0G7YodorU4iLPnU2aqHBosCBV_EqgA,5943
12
12
  fastquadtree/rect_quadtree.py,sha256=ZrOj5dNVg4B2lhuKZ9EMOoYeQNbD3Vbz8S3TxCVCj_c,3109
13
- fastquadtree-1.0.0.dist-info/RECORD,,
13
+ fastquadtree-1.0.1.dist-info/RECORD,,