dbetto

dbetto is a lightweight Python library that enables seamless access and management of text-based databases (JSON/YAML) scattered across your filesystem. Whether you’re handling nested data structures or querying data by validity periods, dbetto simplifies it all with an intuitive interface.

dbetto was originally developed to efficiently manage metadata for the LEGEND physics experiment.

Getting started

dbetto is published on the Python Package Index. Install on local systems with pip:

$ pip install dbetto
$ pip install dbetto@git+https://github.com/gipert/dbetto@main

Next steps