pysap.utils
pysap.utils#
A module with common functions to list and load transformations.
- load_transform(name)[source]#
Load a transformation using his name.
All the available transfroms are stored in the ‘pysap.AVAILABLE_TRANSFORMS’ parameter.
- Parameters
name (str) – the name of the desired transformation.
- Returns
transform – the transformation.
- Return type
- class TempDir(isap=False)[source]#
Bases:
object
Create a tempdir with the with synthax.
- logo()[source]#
pySAP logo is ascii art using fender font.
- Returns
logo – the pysap logo.
- Return type