A tool suite for converting DLS XML builder projects to epics-containers ibek.
Source | https://github.com/epics-containers/builder2ibek |
---|---|
PyPI | pip install builder2ibek |
Releases | https://github.com/epics-containers/builder2ibek/releases |
╭─ Commands ───────────────────────────────────────────────────────────────────╮ │ xml2yaml Convert a builder XML IOC instance definition file into an │ │ ibek YAML file │ │ beamline2yaml Convert all IOCs in a BLXXI-SUPPORT project into a set of │ │ ibek services folders (TODO) │ │ autosave Convert DLS autosave DB template comments into autosave req │ │ files │ │ db-compare Compare two DB files and output the differences │ ╰──────────────────────────────────────────────────────────────────────────────╯
builder2ibek
```python
from builder2ibek import __version__
print(f"Hello builder2ibek {__version__}")
Or if it is a commandline tool then you might put some example commands here:
python -m builder2ibek --version