Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.15 KB

File metadata and controls

27 lines (17 loc) · 1.15 KB

CI Coverage PyPI License

pytac

Python Toolkit for Accelerator Controls (Pytac) is a Python library for working with elements of particle accelerators, developed at Diamond Light Source.

Source https://github.com/DiamondLightSource/pytac
PyPI pip install pytac
Documentation https://diamondlightsource.github.io/pytac
Releases https://github.com/DiamondLightSource/pytac/releases
from pytac import __version__

print(f"Hello pytac {__version__}")

See https://diamondlightsource.github.io/pytac for more detailed documentation.