Easy and awesome immutable records (classes) for Python
Last updated Mon Nov 02 08:14:39 -0800 2009
change from mixedCase to underscore_case
add update to README about namedtuple
2 commits »
add namedValues and fromNamedValues
add NamedTuple
cleanup README even more
make examples.py a little more clear
improve README to make it more readable
move LinkedList into main code, not just test
add examples, license, and README text
add Record.py