File: __init__.py

package info (click to toggle)
python-rtree 1.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 444 kB
  • sloc: python: 3,434; makefile: 97; sh: 52
file content (12 lines) | stat: -rw-r--r-- 216 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
"""
# rtree

Rtree provides Python bindings to libspatialindex for quick
hyperrectangular intersection queries.
"""

from __future__ import annotations

__version__ = "1.4.1"

from .index import Index, Rtree  # noqa