/compact_interval_set

Uncomplicated Python interval set class.

Primary LanguagePythonGNU Lesser General Public License v2.1LGPL-2.1

compact_interval_set

Package for dealing with sets of range intervals, merging intervals within a set and allowing set union, intersection and difference operations. Strives to be a compact and understandable bit of code.