The devel/py-intervaltree,python3 port
py3-intervaltree-3.1.0p3 – editable interval tree data structure for Python 2 and 3 (cvsweb github mirror)
Description
A mutable, self-balancing interval tree for Python 2 and 3. Queries may be by point, by range overlap, or by range envelopment. This library was designed to allow tagging text and time intervals, where the intervals include the lower bound but not the upper bound.WWW: https://github.com/chaimleib/intervaltree
Maintainer
The OpenBSD ports mailing-list
Categories
Build dependencies
Run dependencies
Reverse dependencies
Files
- /usr/local/lib/python3.11/site-packages/intervaltree-3.1.0.dist-info/
- /usr/local/lib/python3.11/site-packages/intervaltree-3.1.0.dist-info/LICENSE.txt
- /usr/local/lib/python3.11/site-packages/intervaltree-3.1.0.dist-info/METADATA
- /usr/local/lib/python3.11/site-packages/intervaltree-3.1.0.dist-info/RECORD
- /usr/local/lib/python3.11/site-packages/intervaltree-3.1.0.dist-info/WHEEL
- /usr/local/lib/python3.11/site-packages/intervaltree-3.1.0.dist-info/top_level.txt
- /usr/local/lib/python3.11/site-packages/intervaltree-3.1.0.dist-info/zip-safe
- /usr/local/lib/python3.11/site-packages/intervaltree/
- /usr/local/lib/python3.11/site-packages/intervaltree/__init__.py
- /usr/local/lib/python3.11/site-packages/intervaltree/__pycache__/
- /usr/local/lib/python3.11/site-packages/intervaltree/__pycache__/__init__.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/intervaltree/__pycache__/__init__.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/intervaltree/__pycache__/interval.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/intervaltree/__pycache__/interval.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/intervaltree/__pycache__/intervaltree.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/intervaltree/__pycache__/intervaltree.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/intervaltree/__pycache__/node.cpython-311.opt-1.pyc
- /usr/local/lib/python3.11/site-packages/intervaltree/__pycache__/node.cpython-311.pyc
- /usr/local/lib/python3.11/site-packages/intervaltree/interval.py
- /usr/local/lib/python3.11/site-packages/intervaltree/intervaltree.py
- /usr/local/lib/python3.11/site-packages/intervaltree/node.py