blob: 79e5734307c069d8d983f47cfb8f29db6e49137a (
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
|