diff options
| author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-02-21 00:04:20 +0000 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-02-25 09:18:02 +0700 |
| commit | 20f3654f13bde86525851545aac243c30ccb8d41 (patch) | |
| tree | 036f44cdbd5decc19252c7c1ea2d9299bef0201b /python/python3-intervaltree/slack-desc | |
| parent | 391716349e52502c6d146a2715a9a436902c36e9 (diff) | |
python/python3-intervaltree: Added (self-balancing interval tree)
Signed-off-by: bedlam <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-intervaltree/slack-desc')
| -rw-r--r-- | python/python3-intervaltree/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-intervaltree/slack-desc b/python/python3-intervaltree/slack-desc new file mode 100644 index 0000000000..612c7210f2 --- /dev/null +++ b/python/python3-intervaltree/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-intervaltree: python3-intervaltree (A mutable, self-balancing interval tree) +python3-intervaltree: +python3-intervaltree: This library is a mutable, self-balancing interval tree. Queries may +python3-intervaltree: be by point, by range overlap, or by range envelopment. +python3-intervaltree: +python3-intervaltree: +python3-intervaltree: +python3-intervaltree: +python3-intervaltree: +python3-intervaltree: +python3-intervaltree: |
