Skip to content

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 external libraries types : ( extern module)

General purpose custom types structures :

User workflow enhancement modules


  1. [Metasyntaxic variables](https://en.wikipedia.org/wiki/Metasyntactic_variable#General_usage) 

Back to top