Skip to content

Python package for logging data from scientific experiments.

License

Notifications You must be signed in to change notification settings

PainterQubits/datalogs

DataLogs

PyPI Latest Release PyPI Python Versions License CI Documentation Status

Python package for logging data from scientific experiments.

Installation

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]"