Skip to main content

Rtree is a ctypes Python wrapper of libspatialindex that provides a number of advanced spatial indexing features for the spatially curious Python user. These features include:

  • Nearest neighbor search

  • Intersection search

  • Multi-dimensional indexes

  • Clustered indexes (store Python pickles directly with index entries)

  • Bulk loading

  • Deletion

  • Disk serialization

  • Custom storage implementation (to implement spatial indexing in ZODB, for example)

Documentation and Website

https://rtree.readthedocs.io/en/latest/

Requirements

Download

Development

Release files for rtree 0.9.6

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for rtree 0.9.6
File Size Uploaded
Rtree-0.9.6.tar.gz 44.9 kB Details

Built distributions (wheels)

Table of built distributions (wheels) for rtree 0.9.6
File
Rtree-0.9.6-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
Rtree-0.9.6-cp39-cp39-manylinux2010_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.12+ x86-64 Details
Rtree-0.9.6-cp39-cp39-manylinux2010_i686.whl CPython 3.9 CPython 3.9 Linux glibc 2.12+ x86-32 Details
Rtree-0.9.6-cp39-cp39-macosx_10_15_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.15+ x86-64 Details
Rtree-0.9.6-cp38-cp38-win_amd64.whl CPython 3.8 CPython 3.8 Windows x86-64 Details
Rtree-0.9.6-cp38-cp38-manylinux2010_x86_64.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-64 Details
Rtree-0.9.6-cp38-cp38-manylinux2010_i686.whl CPython 3.8 CPython 3.8 Linux glibc 2.12+ x86-32 Details
Rtree-0.9.6-cp38-cp38-macosx_10_15_x86_64.whl CPython 3.8 CPython 3.8 macOS 10.15+ x86-64 Details
Rtree-0.9.6-cp37-cp37m-win_amd64.whl CPython 3.7 CPython 3.7 pymalloc Windows x86-64 Details
Rtree-0.9.6-cp37-cp37m-manylinux2010_x86_64.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64 Details
Rtree-0.9.6-cp37-cp37m-manylinux2010_i686.whl CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32 Details
Rtree-0.9.6-cp37-cp37m-macosx_10_15_x86_64.whl CPython 3.7 CPython 3.7 pymalloc macOS 10.15+ x86-64 Details
Rtree-0.9.6-cp36-cp36m-win_amd64.whl CPython 3.6 CPython 3.6 pymalloc Windows x86-64 Details
Rtree-0.9.6-cp36-cp36m-manylinux2010_x86_64.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64 Details
Rtree-0.9.6-cp36-cp36m-manylinux2010_i686.whl CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-32 Details
Rtree-0.9.6-cp36-cp36m-macosx_10_15_x86_64.whl CPython 3.6 CPython 3.6 pymalloc macOS 10.15+ x86-64 Details
Rtree-0.9.6-cp35-cp35m-win_amd64.whl CPython 3.5 CPython 3.5 pymalloc Windows x86-64 Details
Rtree-0.9.6-cp35-cp35m-manylinux2010_x86_64.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.12+ x86-64 Details
Rtree-0.9.6-cp35-cp35m-manylinux2010_i686.whl CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.12+ x86-32 Details
Rtree-0.9.6-cp35-cp35m-macosx_10_15_x86_64.whl CPython 3.5 CPython 3.5 pymalloc macOS 10.15+ x86-64 Details
Rtree-0.9.6-cp27-cp27mu-manylinux2010_x86_64.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.12+ x86-64 Details
Rtree-0.9.6-cp27-cp27mu-manylinux2010_i686.whl CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.12+ x86-32 Details
Rtree-0.9.6-cp27-cp27m-win_amd64.whl CPython 2.7 CPython 2.7 pymalloc Windows x86-64 Details
Rtree-0.9.6-cp27-cp27m-manylinux2010_x86_64.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.12+ x86-64 Details
Rtree-0.9.6-cp27-cp27m-manylinux2010_i686.whl CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.12+ x86-32 Details
Rtree-0.9.6-cp27-cp27m-macosx_10_15_x86_64.whl CPython 2.7 CPython 2.7 pymalloc macOS 10.15+ x86-64 Details

Total release size: 20.0 MB

Release files / Rtree-0.9.6.tar.gz

Download URL Rtree-0.9.6.tar.gz
Size 44.9 kB
Tags Source
SHA-256 checksum
How to use checksums
515b5b3d0942fcdb057a95c365b31a0f9b6b50bc5d03c865488571174409ba18
BLAKE2b-256 checksum
How to use checksums
dca575a750f4d033c803baa6f3b5314873a3675ea28a12eec6a3cc3787cb7da8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp39-cp39-win_amd64.whl

Download URL Rtree-0.9.6-cp39-cp39-win_amd64.whl
Size 544.3 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
0bfd4240fadee3e4506aa90c990d7c1c383e9321273d7f165e264c400315bb26
BLAKE2b-256 checksum
How to use checksums
9006e00da6185d6c2ea03b97bea575733bbb758eb528067ec6a19f3fabbae014
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp39-cp39-manylinux2010_x86_64.whl

Download URL Rtree-0.9.6-cp39-cp39-manylinux2010_x86_64.whl
Size 994.7 kB
Tags CPython 3.9 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
32a955cd30f1014a7c9c37a898d6a47b392ee5ad924eb54f103adffc683670e3
BLAKE2b-256 checksum
How to use checksums
817169177c6ea00f73ff47d182429a12233b853cb39f32084aae04c2922d1e98
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp39-cp39-manylinux2010_i686.whl

Download URL Rtree-0.9.6-cp39-cp39-manylinux2010_i686.whl
Size 1.0 MB
Tags CPython 3.9 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
8d212270f20f0d89e44685199ce46a26e4023a7d6fad0538d97872609a899b01
BLAKE2b-256 checksum
How to use checksums
9c1f0230b69c24c3d4615935ea1707ad9318a953a7c23bd6ccfdc1a9c2c72d2b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp39-cp39-macosx_10_15_x86_64.whl

Download URL Rtree-0.9.6-cp39-cp39-macosx_10_15_x86_64.whl
Size 426.8 kB
Tags CPython 3.9 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
84a47d7cecd76d06d3f18f65d4e519be4a273934f947309d376c1fec1dbb5b19
BLAKE2b-256 checksum
How to use checksums
5ef3152cb93ac9d6c8a88ae84fe7db69a81460562d9a047a48768f6030c88d58
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp38-cp38-win_amd64.whl

Download URL Rtree-0.9.6-cp38-cp38-win_amd64.whl
Size 544.3 kB
Tags CPython 3.8 Windows x86-64
SHA-256 checksum
How to use checksums
28d337014d546c42ededf7df834d03133f4f6711607e4dfb09deb4d6c754d9b0
BLAKE2b-256 checksum
How to use checksums
b97aef978bdeb5618b38e5ec0858e554fd4b715a61dadda075786ea0f30c4825
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp38-cp38-manylinux2010_x86_64.whl

Download URL Rtree-0.9.6-cp38-cp38-manylinux2010_x86_64.whl
Size 994.7 kB
Tags CPython 3.8 Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
f457f5114655991a511abf714f32ba8175210ba4ad92ecb881f3a8487625b173
BLAKE2b-256 checksum
How to use checksums
54eef0119c11db7b6f5cc3835a18b2d54b8cb867f10ab27300a633e52a485daf
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp38-cp38-manylinux2010_i686.whl

Download URL Rtree-0.9.6-cp38-cp38-manylinux2010_i686.whl
Size 1.0 MB
Tags CPython 3.8 Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
0c492dd928b17a173bba7d2ad2ba3259178f86a04ced22cf201c932467c254d6
BLAKE2b-256 checksum
How to use checksums
6c6db528f0fe14aa59a667bd3bb9ad8f0a7c87c0f38c9dadbff893abf4b3e4f3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp38-cp38-macosx_10_15_x86_64.whl

Download URL Rtree-0.9.6-cp38-cp38-macosx_10_15_x86_64.whl
Size 426.8 kB
Tags CPython 3.8 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
ee2eecffa8dda604db86a480ab33204b224e4d65579dd8606e1cfcdabcd6646b
BLAKE2b-256 checksum
How to use checksums
f7c0ae7ff5144920ef1942968adc8ad1b206ac5fa046debf4ded714ed0a64e26
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp37-cp37m-win_amd64.whl

Download URL Rtree-0.9.6-cp37-cp37m-win_amd64.whl
Size 544.3 kB
Tags CPython 3.7 CPython 3.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
e0855ab84110f40582e266c76c3ce04be74dca67687405f2a07f4f389def03c7
BLAKE2b-256 checksum
How to use checksums
84bd5105260777ba482778e3beb8a24292400e62c7a97bd4042196111c308a8f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp37-cp37m-manylinux2010_x86_64.whl

Download URL Rtree-0.9.6-cp37-cp37m-manylinux2010_x86_64.whl
Size 994.7 kB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
6956ca8f2c40bd7a889d56574588650712a8d5d515d406006341c541c071aaa3
BLAKE2b-256 checksum
How to use checksums
ea6a575992df382764b25c6d8c29ef65c13f920e4de561a265279989e234a8d9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp37-cp37m-manylinux2010_i686.whl

Download URL Rtree-0.9.6-cp37-cp37m-manylinux2010_i686.whl
Size 1.0 MB
Tags CPython 3.7 CPython 3.7 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
e23d64f9ef42e978e5d2bef0fc7e28404d65f5c5c5e9fd4fd81c1b85be7f8115
BLAKE2b-256 checksum
How to use checksums
cd5b8fbd5c208acc482cd4010c1f057f706d997f96bb86e9e41ed60276c17bf3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp37-cp37m-macosx_10_15_x86_64.whl

Download URL Rtree-0.9.6-cp37-cp37m-macosx_10_15_x86_64.whl
Size 426.8 kB
Tags CPython 3.7 CPython 3.7 pymalloc macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
0fb519a046a70c686830d9127379735f19616aee46953d05fc402309b88ee99d
BLAKE2b-256 checksum
How to use checksums
6f358d58a5c635db84d418dd674446312468382b290e319b4529f480d452462c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp36-cp36m-win_amd64.whl

Download URL Rtree-0.9.6-cp36-cp36m-win_amd64.whl
Size 544.3 kB
Tags CPython 3.6 CPython 3.6 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
b3eeb5992a2c7eed8d2e1ae2b861b515c1aed1d1ea5071c7c538b02b9ebac3f4
BLAKE2b-256 checksum
How to use checksums
b9aded1d4d503cd61722a9718b9494128621abb971f8cdc88e804b26ef10e30c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp36-cp36m-manylinux2010_x86_64.whl

Download URL Rtree-0.9.6-cp36-cp36m-manylinux2010_x86_64.whl
Size 994.7 kB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
8a79e0b211c8e0ffc232e2165006c17c61ecf4f0192bd9eac9fbb9a98d52f5c7
BLAKE2b-256 checksum
How to use checksums
c4d77b66732254a3f97d383fcff2be68386a234a1dae088cd62bf9fb173990a1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp36-cp36m-manylinux2010_i686.whl

Download URL Rtree-0.9.6-cp36-cp36m-manylinux2010_i686.whl
Size 1.0 MB
Tags CPython 3.6 CPython 3.6 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
6881d6767ae59af47613c712ba311dc2b9b09df267f33a118ff8cdd7dd74ab75
BLAKE2b-256 checksum
How to use checksums
e6189453c860652aa4af7a7b10f634458cdeba932754640f73820ef35a199f3c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp36-cp36m-macosx_10_15_x86_64.whl

Download URL Rtree-0.9.6-cp36-cp36m-macosx_10_15_x86_64.whl
Size 426.8 kB
Tags CPython 3.6 CPython 3.6 pymalloc macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
44baad502cd8a4c07d8eeab971da6a72d1dab98187f067ad90567d38b169a183
BLAKE2b-256 checksum
How to use checksums
f39e503c7719df41c41a96ddb93758254a282d6de329c0e603e949b3a1eec84f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp35-cp35m-win_amd64.whl

Download URL Rtree-0.9.6-cp35-cp35m-win_amd64.whl
Size 544.3 kB
Tags CPython 3.5 CPython 3.5 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
10ced3f758715f2c5664b2a4ce985479a822af2db8a77ff4a8f5720cc05049f4
BLAKE2b-256 checksum
How to use checksums
52bd9913569fa5dcefbc36ae422279699862298d02e26807f89a09a10edc2489
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp35-cp35m-manylinux2010_x86_64.whl

Download URL Rtree-0.9.6-cp35-cp35m-manylinux2010_x86_64.whl
Size 994.7 kB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
e51fcc1dfe00d8d4152709db15eebb27070ad793ee9b0e468200d4c724982f33
BLAKE2b-256 checksum
How to use checksums
a1ca9b7e1fbe9db7a15ca77af662313f8c4743e627a5d18b60d6580ff08c8377
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp35-cp35m-manylinux2010_i686.whl

Download URL Rtree-0.9.6-cp35-cp35m-manylinux2010_i686.whl
Size 1.0 MB
Tags CPython 3.5 CPython 3.5 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
12ee4dad241f1bfba1ee25421d5dd4a1c83af5dced943c04b97ffaedfbe5c30e
BLAKE2b-256 checksum
How to use checksums
407787f4f04ce6d46af81b9f48eaf86bae28fd310ea40014ab7097b0a908c35d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp35-cp35m-macosx_10_15_x86_64.whl

Download URL Rtree-0.9.6-cp35-cp35m-macosx_10_15_x86_64.whl
Size 426.8 kB
Tags CPython 3.5 CPython 3.5 pymalloc macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
3255dc654ac5ff54d81d924d223e40b844f1a1cd7e1e7a0ccf5d7ff8cd907498
BLAKE2b-256 checksum
How to use checksums
a8d614b8c198a0a6a7d889adcae3af9e0b3e78680e0208d3665ae33ff43125de
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp27-cp27mu-manylinux2010_x86_64.whl

Download URL Rtree-0.9.6-cp27-cp27mu-manylinux2010_x86_64.whl
Size 994.7 kB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
50925d8c9a04e9aa6aef44b63a0e8adb2fc37158db2c43a62fef624b15c8fadd
BLAKE2b-256 checksum
How to use checksums
f39d2c4ae6e61e7300418506423c5c2440c1ae5922d8389c8f759ce36bcf7d0f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp27-cp27mu-manylinux2010_i686.whl

Download URL Rtree-0.9.6-cp27-cp27mu-manylinux2010_i686.whl
Size 1.0 MB
Tags CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
bbeed480089f383e66f702f6affeba3a6104c9ce5a97ec2d1d9a2656f58f33bb
BLAKE2b-256 checksum
How to use checksums
f108ae70cd8edf36d2eba6039b58afad8f0949f552ef7a720774f6ac312a24f4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp27-cp27m-win_amd64.whl

Download URL Rtree-0.9.6-cp27-cp27m-win_amd64.whl
Size 544.3 kB
Tags CPython 2.7 CPython 2.7 pymalloc Windows x86-64
SHA-256 checksum
How to use checksums
7ea00ca8906f9676fa60a2071bdc5865f17fcbb5af5f62b954306b547704e297
BLAKE2b-256 checksum
How to use checksums
5e0199e010d3a8c3bfdf6f76be0a38dba78732aca2424007a833b921ba197835
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp27-cp27m-manylinux2010_x86_64.whl

Download URL Rtree-0.9.6-cp27-cp27m-manylinux2010_x86_64.whl
Size 994.7 kB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.12+ x86-64
SHA-256 checksum
How to use checksums
a2c9a8f648af3f44ae9fc0b4b5275746752fa79ca1c90189aa3a282f02c1ed40
BLAKE2b-256 checksum
How to use checksums
60fbaf740f565771673eaf5a082b63688e228879de5648d32e98002d31315b7e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp27-cp27m-manylinux2010_i686.whl

Download URL Rtree-0.9.6-cp27-cp27m-manylinux2010_i686.whl
Size 1.0 MB
Tags CPython 2.7 CPython 2.7 pymalloc Linux glibc 2.12+ x86-32
SHA-256 checksum
How to use checksums
f513f644c1c2a68315dcf9aae54d606f5a6100bc9d6ffe0118e4521b0e9c9bd5
BLAKE2b-256 checksum
How to use checksums
f1346ad13ad963c697076a57cee8614a9f2ccf200bc8dfe08eef8e4223850a2a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release files / Rtree-0.9.6-cp27-cp27m-macosx_10_15_x86_64.whl

Download URL Rtree-0.9.6-cp27-cp27m-macosx_10_15_x86_64.whl
Size 426.8 kB
Tags CPython 2.7 CPython 2.7 pymalloc macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
1455961943e92862a791914bb0cd525d224b66e0b12720347bb517b254a0cdee
BLAKE2b-256 checksum
How to use checksums
7202e8cedc995b3f8c84876ea8af11eabc21c9080632881c0bbae09164a7f543
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.2.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.8.6

Release history Release notifications | RSS feed

1.4.1

9 release files

1.3.0

10 release files

1.2.0

10 release files

1.1.0

10 release files

1.0.1

45 release files

0.9.7

27 release files

This release

0.9.6 This release

27 release files

0.9.5

1 release file

0.9.4

1 release file

0.9.3

1 release file

0.9.2

1 release file

0.9.1

4 release files

0.9.0

1 release file

0.8.3

3 release files

0.8.2

1 release file

0.8.1

1 release file

0.8.0

1 release file

0.7.0

6 release files

0.6.0

2 release files

0.5.0

4 release files

0.4.3

7 release files

0.4.2

7 release files

0.4.1

3 release files

0.4

1 release file

0.3.0

3 release files

0.2.0

1 release file

0.1.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page