A tool for updating CA/PVA PVs from the components database.
The main entry point for cdbclerk is the command cdbclerk
.
To save the fields for a motor accessible over channel-access at the PV "255idcVME:m1" to the components database, run
cdbclerk store 255idcVME:m1
Sphinx-generated documentation for this project can be found here: https://spc-group.github.io/cdbclerk/
Describe the project requirements (i.e. Python version, packages and how to install them)
The following will download the package and load it into the python environment:
pip install cdbclerk
If you want the latest development version, install it directly from github:
git clone https://github.com/spc-group/cdbclerk
pip install -e cdbclerk
$ pip install -e ".[dev]"
$ pytest -vv