Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/painterqubits/datalogs

Python package for logging data from scientific experiments.
https://github.com/painterqubits/datalogs

json netcdf numpy python xarray

Last synced: 5 days ago
JSON representation

Python package for logging data from scientific experiments.

Awesome Lists containing this project

README

        

# DataLogs

[![PyPI Latest Release](https://img.shields.io/pypi/v/datalogs)](https://pypi.org/project/datalogs/)
[![PyPI Python Versions](https://img.shields.io/pypi/pyversions/datalogs)](https://pypi.org/project/datalogs/)
[![License](https://img.shields.io/pypi/l/datalogs)](https://github.com/PainterQubits/datalogs/blob/main/LICENSE)
[![CI](https://github.com/PainterQubits/datalogs/actions/workflows/ci.yml/badge.svg)](https://github.com/PainterQubits/datalogs/actions/workflows/ci.yml)
[![Documentation Status](https://readthedocs.org/projects/datalogs/badge/?version=stable)](https://datalogs.readthedocs.io/en/stable/)

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

[ParamDB]: https://paramdb.readthedocs.io/en/stable/