oapkg package¶
Submodules¶
oapkg.config module¶
-
oapkg.config.check(cfg)[source]¶ Check the validity of parameters in working environment.
Parameters: cfg (Config) – current package configuration Returns: list of faulty parameters Return type: (list of str)
oapkg.handlers module¶
Used to extend Jinja2 environment with extra arguments
oapkg.version module¶
-
oapkg.version.MAJOR= 0¶ (int) Version major component.
-
oapkg.version.MINOR= 1¶ (int) Version minor component.
-
oapkg.version.POST= 0¶ (int) Version post or bugfix component.