Skip to content

Latest commit

 

History

History
62 lines (42 loc) · 1.53 KB

README.rst

File metadata and controls

62 lines (42 loc) · 1.53 KB

metaparams

PyPi Version License Travis-ci Build Status Documentation Status Pytghon versions

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

Documentation

Read the full documentation at readthedocs.org:

Python 3 Only

  • Yes it is time to move forward

Installation

From pypi:

pip install metaparams

From source:

  • Place the metaparams directory found in the sources inside your project

Features:

  • ParamsBase a class from which to subclass to also be params-enabled
  • MetaParams a MetaClass for more complex usage pattern