Data Structures¶
Anytree¶
Simple, lightweight and extensible Tree data structure.
Attrs¶
attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods).
Notes:
A subset of Attrs is builtin as dataclasses
Transitions¶
A lightweight, object-oriented state machine implementation.