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.