Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/painterqubits/datalogs
- Owner: PainterQubits
- License: bsd-3-clause
- Created: 2023-06-27T20:12:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-01T10:02:17.000Z (15 days ago)
- Last Synced: 2024-11-11T17:16:11.881Z (5 days ago)
- Topics: json, netcdf, numpy, python, xarray
- Language: Python
- Homepage: https://datalogs.readthedocs.io
- Size: 875 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Citation: CITATION.cff
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/