Source: range-set
Maintainer: Matthias Urlichs <matthias@urlichs.de>
Section: python
Priority: optional
Build-Depends: dh-python, python3-setuptools, python3-all, debhelper (>= 9),
  python3-setuptools-scm,
  python3-pytest,
Standards-Version: 3.9.6
Homepage: https://github.com/smurfix/range_set

Package: python3-range-set
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Efficient storage for sets of mostly-consecutive integers
 Python Sets are nice to work with, but very inefficient if you need a large
 set with mostly-consecutive integers. The RangeSet class provides efficient
 handling and storage for these sets.

