Python library for object destructuring of function parameters using typed dictionaries/objects. Current version 8.703.26061. Very frequent releases (multiple per month).
pip install mo-kwargsVerified import paths — ran on the pinned version, not inferred.
Decorate a class with @kwargs to automatically destructure a dictionary argument into constructor parameters.
Add @kwargs decorator to classes that previously worked without it, or adjust parameter names to match dictionary keys exactly.
Ensure that any parameter you want to receive from a dict does not start with underscore.
Replace 'from mo_kwargs import kwargs_decorator' with 'from mo_kwargs import kwargs'.