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 -
geometry
module - for Strings -
strings
module - for Dictionnaries -
dicts
module - for Iterators and generators -
iters
module
For external libraries types : ( extern
module)
General purpose custom types structures :
- custom structures -
structs
module
User workflow enhancement modules
- user experience
workflows
module - local network utility
network
module - file input output utility -
fileio
module
-
[Metasyntaxic variables](https://en.wikipedia.org/wiki/Metasyntactic_variable#General_usage) ↩