grizzled.collections provides some useful Python collection classes.
Submodules
grizzled.collections.dict: grizzled.collections.dict contains some useful dictionary classes
that extend the behavior of the built-in Python dict type.
grizzled.collections.tuple: grizzled.collections.tuple contains some useful tuple-related classes
and functions.