This website is an interactive, partially autogenerated documentation for the pLabUtils library, built with MkDocs, Material for Mkdocs, and MkDocStrings.
Expect to find Foo,Bar and friends in the documentation 1
Usage :
With foo, a function of the strings module of this library :
import LabUtils
bar = LabUtils.foo()
Import only specific modules :
from pLabUtils import strings
bar = strings.foo()
or
from pLabUtils.strings import *
bar = foo()
!!! Note: In many packages depending on this library, LibUtils is imported as luti, for shorter reference.
Documentation :
Data manipulation modules
- for Geometry - geometrymodule
- for Strings - stringsmodule
- for Dictionnaries - dictsmodule
- for Iterators and generators - itersmodule
For external libraries types : ( extern module)
General purpose custom types structures :
- custom structures - structsmodule
User workflow enhancement modules
- user experience workflowsmodule
- local network utility networkmodule
- file input output utility - fileiomodule
- 
[Metasyntaxic variables](https://en.wikipedia.org/wiki/Metasyntactic_variable#General_usage) ↩