Previous topic

ninjecto.inputs

Next topic

ninjecto.plugins

This Page

ninjecto.local

Module implementing the load of local ninjeconf.py files.

Functions

  • load_local(): Try to load local configurations from ninjeconf.py file from the given root
ninjecto.local.load_local(rootpath)

Try to load local configurations from ninjeconf.py file from the given root directory.

Parameters
rootpath (Path) – Path to the root directory to load local configuration from.
Returns
The ninjeconf module loaded.
Return type
module