Skip to content

palotasb/boldi-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boldi's Python Libraries

These are Boldi's personal Python libraries.

Read the docs on python.boldi.net.

boldi package

To install all of Boldi's Python libraries, run:

pip install boldi

...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.