dachs.additemstoattrs

An add=on that will add an items() method to an attrs-created dataclass. Useful for iterating over keys, for example for storing in an HDF5 file.

Classes

addItemsToAttrs()

Mixin class to make attrs classes quack like a dictionary (well, technically a mutable mapping).