freebsd-ports/devel/py-intervaltree/pkg-descr
Antoine Brodin 103ac09c0f New port: devel/py-intervaltree
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
2015-04-01 11:40:02 +00:00

6 lines
315 B
Text

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