6 projects
caseless-dictionary
Typed and Tested Case Insensitive Dictionary which was inspired by Raymond Hettinger
modifiable-items-dictionary
Typed and Tested Modifiable Items Dict and ModifiableItemsAttrDict which allow keys and values to be modified at run time. ModifiableItemsAttrDict additionally provides attribute-style access to dictionary items.
base-descriptor
A simple, fast, typed, and tested abstract and base classes for a python3.6+ Non Data Descriptor, Data Descriptor, and Slottable Data Descriptor.