Utilities
Collect Env
Collect environment information for reporting issues. |
Env
Return (and optionally set) debug mode. |
|
Returns if package is available. |
|
Returns package version. |
Logger
Initialize the dosma logger. |
If you do not want logging messages to display on your console (terminal, Jupyter Notebook, etc.), the code below will only log messages at the ERROR level or higher:
>>> import logging
>>> dm.setup_logger(stream_lvl=logging.ERROR)