Metadata-Version: 1.1
Name: intervalset
Version: 0.1.5
Summary: Abstract classes that represent an immutable set of non-intersecting intervals (begin/end)
Home-page: https://bitbucket.org/nagylzs/intervalset
Author: László Zsolt Nagy
Author-email: nagylzs@gmail.com
License: LGPL v3
Description: Provides a simple module that can be used to create sets of intervals (with
              a beginning and ending value), and perform set operations on these sets.
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: Implementation :: CPython
