Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.11 KB

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