nnss_progfigsite.cli.progfigsite_shim

The progfigsite command.

This is required.

Functions

ensure_staticinclude()

Ensure that the static include directory is in the Python path.

main()

Module Contents

nnss_progfigsite.cli.progfigsite_shim.ensure_staticinclude()

Ensure that the static include directory is in the Python path.

If progfiguration is installed as a statically included package, then it will find it there first. This means it will work from inside a progfiguration+progfigsite pip package.

If it’s installed as a system package, then it will find it there as well. This means it will work if you pip install -e ‘.[development]’.

nnss_progfigsite.cli.progfigsite_shim.main()