paramdb

Python package for storing and retrieving experiment parameters.

https://github.com/painterqubits/paramdb

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
  • Academic email domains
  • Institutional organization owner
    Organization painterqubits has institutional domain (copilot.caltech.edu)
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.9%) to scientific vocabulary

Keywords

astropy python sqlalchemy sqlite
Last synced: 4 months ago · JSON representation ·

Repository

Python package for storing and retrieving experiment parameters.

Basic Info
  • Host: GitHub
  • Owner: PainterQubits
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: main
  • Homepage: https://paramdb.readthedocs.io
  • Size: 1.35 MB
Statistics
  • Stars: 2
  • Watchers: 4
  • Forks: 0
  • Open Issues: 11
  • Releases: 21
Topics
astropy python sqlalchemy sqlite
Created almost 3 years ago · Last pushed 4 months ago
Metadata Files
Readme Changelog License Code of conduct Citation

README.md

ParamDB

PyPI Latest Release PyPI Python Versions License CI Codecov Documentation Status

Python package for storing and retrieving experiment parameters.

Installation

Install the latest version of ParamDB using pip:

pip install -U paramdb

ParamDB has several extras:

To install all extras, use the all extra:

pip install -U "paramdb[all]"

Usage

ParamDB has two main components:

  • Parameter Data: Base classes that are used to defined the structure and functionality of parameter data.

  • Database: A database object that commits and loads parameter data to a persistent file.

See the api reference for more information.

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: "ParamDB"
version: 0.15.3
date-released: 2025-08-24
url: "https://github.com/PainterQubits/paramdb"

GitHub Events

Total
  • Release event: 1
  • Push event: 5
  • Pull request event: 1
  • Create event: 2
Last Year
  • Release event: 1
  • Push event: 5
  • Pull request event: 1
  • Create event: 2

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 35
  • Total pull requests: 102
  • Average time to close issues: 7 days
  • Average time to close pull requests: 2 days
  • Total issue authors: 1
  • Total pull request authors: 2
  • Average comments per issue: 0.37
  • Average comments per pull request: 0.75
  • Merged pull requests: 52
  • Bot issues: 0
  • Bot pull requests: 70
Past Year
  • Issues: 0
  • Pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 19 days
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.5
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 4
Top Authors
Issue Authors
  • alexhad6 (39)
Pull Request Authors
  • dependabot[bot] (98)
  • alexhad6 (39)
Top Labels
Issue Labels
Pull Request Labels
dependencies (98) python (84) github_actions (5)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 38 last-month
  • Total dependent packages: 0
  • Total dependent repositories: 0
  • Total versions: 14
  • Total maintainers: 1
pypi.org: paramdb

Python package for storing and retrieving experiment parameters.

  • Versions: 14
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Downloads: 38 Last month
Rankings
Dependent packages count: 7.5%
Downloads: 19.6%
Stargazers count: 28.1%
Forks count: 30.2%
Average: 31.0%
Dependent repos count: 69.8%
Maintainers (1)
Last synced: 4 months ago

Dependencies

.github/workflows/ci.yml actions
  • actions/cache v3 composite
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
  • codecov/codecov-action v3 composite
.github/workflows/publish.yml actions
  • actions/checkout v4 composite
  • actions/download-artifact v3 composite
  • actions/upload-artifact v3 composite
  • pypa/gh-action-pypi-publish release/v1 composite
poetry.lock pypi
  • 115 dependencies
pyproject.toml pypi
  • astropy ^5.3.4
  • python >=3.9,<3.13
  • sqlalchemy ^2.0.23
  • typing-extensions ^4.8.0
  • zstandard ^0.22.0