[ buster ]
[ 源代码: python-intervaltree ]
软件包:python-intervaltree(3.0.2-1)
python-intervaltree 的相关链接
Debian 的资源:
下载源码包 python-intervaltree:
- [python-intervaltree_3.0.2-1.dsc]
- [python-intervaltree_3.0.2.orig.tar.gz]
- [python-intervaltree_3.0.2-1.debian.tar.xz]
维护者:
外部的资源:
- 主页 [pypi.python.org]
相似软件包:
mutable, self-balancing interval tree (Python 2)
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 2.
其他与 python-intervaltree 有关的软件包
|
|
|
|
-
- dep: python
- 交互式高级面向对象语言(Python2 版本)
-
- dep: python-sortedcontainers
- sorted container types: SortedList, SortedDict, and SortedSet