Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.44 KB

File metadata and controls

34 lines (25 loc) · 1.44 KB

CI Coverage PyPI License

dls_backup_bl

A backup tool for beamlines for pmacs, terminal servers, zebras

This is where you should write a short paragraph that describes what your module does, how it does it, and why people should use it.

What Where
Source https://github.com/DiamondLightSource/dls-backup-bl
PyPI pip install dls-backup-bl
Docker docker run ghcr.io/diamondlightsource/dls-backup-bl:latest
Releases https://github.com/DiamondLightSource/dls-backup-bl/releases

This is where you should put some images or code snippets that illustrate some relevant examples. If it is a library then you might put some introductory code here:

from dls_backup_bl import __version__

print(f"Hello dls_backup_bl {__version__}")

Or if it is a commandline tool then you might put some example commands here:

python -m dls_backup_bl --version