Here’s a short and sweet mutable named tuple I’ve often used for Python record types: https://gist.github.com/williballenthin/b6ab99052dcd644cc739

@williballenthin