datalogs

Python package for logging data from scientific experiments.

https://github.com/painterqubits/datalogs

Science Score: 52.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
    Organization painterqubits has institutional domain (copilot.caltech.edu)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.6%) to scientific vocabulary

Keywords

json netcdf numpy python xarray

Keywords from Contributors

mesh sequences interactive hacking network-simulation
Last synced: 6 months ago · JSON representation ·

Repository

Python package for logging data from scientific experiments.

Basic Info
Statistics
  • Stars: 1
  • Watchers: 3
  • Forks: 0
  • Open Issues: 9
  • Releases: 9
Topics
json netcdf numpy python xarray
Created over 2 years ago · Last pushed about 1 year ago
Metadata Files
Readme Changelog License Code of conduct Citation

README.md

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

Owner

  • Name: PainterQubits
  • Login: PainterQubits
  • Kind: organization
  • Location: California Institute of Technology, Pasadena, CA USA

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
  - family-names: "Hadley"
    given-names: "Alex"
title: "DataLogs"
version: 0.5.1
date-released: 2024-08-24
url: "https://github.com/PainterQubits/datalogs"

GitHub Events

Total
  • Delete event: 1
  • Issue comment event: 1
  • Pull request event: 4
  • Create event: 3
Last Year
  • Delete event: 1
  • Issue comment event: 1
  • Pull request event: 4
  • Create event: 3

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 121
  • Total Committers: 3
  • Avg Commits per committer: 40.333
  • Development Distribution Score (DDS): 0.413
Past Year
  • Commits: 43
  • Committers: 2
  • Avg Commits per committer: 21.5
  • Development Distribution Score (DDS): 0.209
Top Committers
Name Email Commits
Alex Hadley a****6 71
Alex Hadley a****6@g****m 41
dependabot[bot] 4****] 9

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 45
  • Total pull requests: 128
  • Average time to close issues: 15 days
  • Average time to close pull requests: 13 days
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.36
  • Average comments per pull request: 0.8
  • Merged pull requests: 42
  • Bot issues: 0
  • Bot pull requests: 104
Past Year
  • Issues: 0
  • Pull requests: 15
  • Average time to close issues: N/A
  • Average time to close pull requests: 16 days
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.67
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 15
Top Authors
Issue Authors
  • alexhad6 (27)
  • dependabot[bot] (1)
Pull Request Authors
  • dependabot[bot] (62)
  • alexhad6 (11)
Top Labels
Issue Labels
dependencies (1) python (1)
Pull Request Labels
dependencies (62) python (56) github_actions (6)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 13 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 3
  • Total maintainers: 1
pypi.org: datalogs

Python package for logging data from scientific experiments.

  • Versions: 3
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 13 Last month
Rankings
Dependent packages count: 9.6%
Average: 36.3%
Dependent repos count: 63.1%
Maintainers (1)
Last synced: 6 months ago

Dependencies

.github/workflows/ci.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
.github/workflows/github-pages.yml actions
  • actions/checkout v4 composite
  • actions/deploy-pages v4 composite
  • actions/setup-python v5 composite
  • actions/upload-pages-artifact v3 composite
.github/workflows/publish.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v4 composite
  • actions/upload-artifact v4 composite
  • pypa/gh-action-pypi-publish release/v1 composite
poetry.lock pypi
  • 127 dependencies
pyproject.toml pypi
  • black ^24.4.0 develop
  • flake8 ^7.0.0 develop
  • freezegun ^1.4.0 develop
  • mypy ^1.9.0 develop
  • pylint ^3.1.0 develop
  • pytest ^8.1.1 develop
  • pytest-cov ^5.0.0 develop
  • directory-tree ^0.0.4 docs
  • furo ^2024.1.29 docs
  • ipykernel ^6.29.4 docs
  • jupyter-sphinx ^0.5.3 docs
  • myst-parser ^2.0.0 docs
  • sphinx ^7.2.6 docs
  • sphinx-autobuild ^2024.4.16 docs
  • sphinx-copybutton ^0.5.2 docs
  • netcdf4 ^1.6.5
  • numpy ^1.26.4
  • paramdb ^0.11.0
  • python ^3.9
  • typing-extensions ^4.11.0
  • xarray ^2024.3.0