paramdb
Python package for storing and retrieving experiment parameters.
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
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
Metadata Files
README.md
ParamDB
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:
pandasforpandas.DataFramesupport viaparamdb.ParamDataFrameastropyforastropy.units.Quantitysupportpydanticfor type-validation support via Pydantic
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
- Website: http://copilot.caltech.edu
- Repositories: 9
- Profile: https://github.com/PainterQubits
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
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.
- Documentation: https://paramdb.readthedocs.io/
- License: BSD-3-Clause
-
Latest release: 0.15.3
published 4 months ago
Rankings
Maintainers (1)
Dependencies
- actions/cache v3 composite
- actions/checkout v4 composite
- actions/setup-python v4 composite
- codecov/codecov-action v3 composite
- actions/checkout v4 composite
- actions/download-artifact v3 composite
- actions/upload-artifact v3 composite
- pypa/gh-action-pypi-publish release/v1 composite
- 115 dependencies
- astropy ^5.3.4
- python >=3.9,<3.13
- sqlalchemy ^2.0.23
- typing-extensions ^4.8.0
- zstandard ^0.22.0