[ 源代码: python-intervaltree ]
软件包:python3-intervaltree(3.0.2-1.1)
python3-intervaltree 的相关链接
Debian 的资源:
下载源码包 python-intervaltree:
- [python-intervaltree_3.0.2-1.1.dsc]
- [python-intervaltree_3.0.2.orig.tar.gz]
- [python-intervaltree_3.0.2-1.1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [pypi.python.org]
相似软件包:
mutable, self-balancing interval tree (Python 3)
This library contains a mutable, self-balancing interval tree implementation for Python. Queries may be by point, by range overlap, or by range envelopment.
It was designed to allow tagging text and time intervals, where the intervals include the lower bound but not the upper bound.
This package installs the library for Python 3.
其他与 python3-intervaltree 有关的软件包
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-sortedcontainers
- sorted container types: SortedList, SortedDict, and SortedSet (Python 3)