cdbclerk

A tool for updating CA/PVA PVs from the components database.


License
Other
Install
pip install cdbclerk==0.1

Documentation

cdbclerk

CI badge PyPI badge

A tool for updating CA/PVA PVs from the components database.

Usage

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

Documentation

Sphinx-generated documentation for this project can be found here: https://spc-group.github.io/cdbclerk/

Requirements

Describe the project requirements (i.e. Python version, packages and how to install them)

Installation

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

Running the Tests

$ pip install -e ".[dev]"
$ pytest -vv