metaparams
is a MetaClass/Class infrastructure to define params
without invoking objects and have them automatically parse/remove the kwargs
passed to the class in which they are intalled
Read the full documentation at readthedocs.org:
- Yes it is time to move forward
From pypi:
pip install metaparams
From source:
- Place the metaparams directory found in the sources inside your project
ParamsBase
a class from which to subclass to also be params-enabledMetaParams
a MetaClass for more complex usage pattern