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.