misc#
Miscellaneous Tools
Functions
|
Change current directory, used as a context manager, i.e.: |
|
Check all mandatory argument in a dictionary. |
|
Compare two objects using a specific operation. |
|
Compare the version of a librarie to a reference, giving the operator. |
|
Find a value by key in a dictionary. |
Get the name of the function where this one is launched. |
|
Check if the session is running inside a docker |
|
|
Return a dictionary from a list |
|
Set value in nested directory: |
|
Prune keys from a dictionary. |
|
Remove empty values from list. |
|
Run a command line. |
|
Select keys from a dictionary. |
|
Keep only unique values from a list (any Iterable should work). |
Classes
|
List Enum (enum with function listing names and values) |