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: 4 months 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 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-22T22:22:58.000Z (about 1 year ago)
- Last Synced: 2025-10-11T19:41:57.001Z (4 months ago)
- Topics: json, netcdf, numpy, python, xarray
- Language: Python
- Homepage: https://datalogs.readthedocs.io
- Size: 956 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
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
[](https://pypi.org/project/datalogs/)
[](https://pypi.org/project/datalogs/)
[](https://github.com/PainterQubits/datalogs/blob/main/LICENSE)
[](https://github.com/PainterQubits/datalogs/actions/workflows/ci.yml)
[](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/