artgromov / multistore

Class with automatic attribute dependency management

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MultiStore class to manage state dependencies

This is my proof of concept class that can automatically recalc dependent attributes.

Roadmap

  • Write MultiStore class that maintain attribute dependencies
  • Class methods should recalculate attributes with respect to their dependencies
  • Custom logic and validators should be possible to add in any order
  • Optimize loop search algorithm by rewrite get_recalc_order as generator function

About

Class with automatic attribute dependency management

License:MIT License


Languages

Language:Python 100.0%