aboutsummaryrefslogtreecommitdiff
blob: a1c1f205a37f17a2513e445b6a942c366ec0dc8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
"""
snakeoil library

This library is a bit of a grabbag of the following:

* implementations that make nasty/hard problems simple in usage
* standard lib fixups; a new style UserDict base class for example that
  is designed around iter* overriding, rather than sequence methods as
  UserDict is.
* optimized implementations of common patterns
"""

__title__ = "snakeoil"
__version__ = "0.10.4"