Python package for logging data from scientific experiments.
Install the latest version of DataLogs using pip:
pip install -U datalogs
To install along with ParamDB for support for tagging logs with the latest commit ID,
DataLogs can be installed with the paramdb
extra:
pip install -U "datalogs[paramdb]"