Boldi's Python Libraries¶
These are Boldi's personal Python libraries.
boldi package¶
To install all of Boldi's Python libraries, run:
...or add "boldi" to your Python dependencies.
See also: PyPI: boldi.
boldi namespace¶
boldi is the root namespace shared by all modules.
It is a namespace package,
so while it can be imported, it doesn't directly define anything.
To achieve something useful, install one of the subpackages and use the corresponding submodules.
boldi.proc(boldi-procpackage)boldi.ctx(boldi-ctxpackage)boldi.plugins(boldi-pluginspackage)boldi.cli(boldi-clipackage)boldi.dev(boldi-devpackage)