Package for the Python Accelerator Middle Layer core
Python Accelerator Middle Layer (pyAML) is a joint technology platform for design, commissioning and operation of particle accelerators. This repository is for the core of pyAML. It is control system independent and is intended to be used together with a package that implements the control system specific interface.
Install the package from PyPI:
pip install accelerator-middle-layerInstall the development dependencies with:
pip install accelerator-middle-layer[dev]Run the test suite with:
pytestInstall the pre-commit hooks with:
pre-commit installThe documentation is available at:
https://pyaml.readthedocs.io/en/latest/
Please use the issue tracker or submit a pull request.