Skip to content

spc-group/cdbclerk

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published