Maps: Python’s missing mappings

Release v5.1.1. Maps @ Github

  Frozen Fixed-Key Mutable
Bracket-only access maps.FrozenMap maps.FixedKeyMap dict
Dot and bracket access maps.namedfrozen() maps.namedfixedkey() maps.NamedDict()

Testamonials

darkf
This is really cool. NamedDict is a useful thing indeed! [1]
Brando Miranda
I used the beta version of this library all the time in my code! It was really simple and my code was cleaner, easier to read and write! Thanks and I am looking forward to trying out Maps now! [2]