pytac#

Code CI Docs CI Test Coverage Latest PyPI version Apache License

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

DiamondLightSource/pytac

Documentation

https://DiamondLightSource.github.io/pytac

Releases

DiamondLightSource/pytac

from pytac import __version__

print(f"Hello pytac {__version__}")

How the documentation is structured#

The documentation is split into 2 sections:

The User Guide contains documentation on how to install and use python3-pip-skeleton.

User Guide

The Developer Guide contains documentation on how to develop and contribute changes back to python3-pip-skeleton.

Developer Guide