blob: 239c822ed62724fd3776e586a49d8674113a290f (
plain) (
blame)
1
2
3
4
5
|
intspan is a set subclass that conveniently stores sets of integers.
Sets can be created from and displayed as integer spans such as
1-3,14,29,92-97 rather than exhaustive member listings.
WWW: https://pypi.python.org/pypi/intspan/
|