Python Toolkit for Accelerator Controls (Pytac) is a Python library for working with elements of particle accelerators, developed at Diamond Light Source.
PyPI | pip install pytac |
Source code | https://github.com/DiamondLightSource/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.