pylhc/__init__.py

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
"""
PyLHC
~~~~~~~~~~~~~~~~

PyLHC is a script collection for the optics measurements and corrections group (OMC) at CERN.

:copyright: pyLHC/OMC-Team working group.
:license: MIT, see the LICENSE.md file for details.
"""
__title__ = "pylhc"
__description__ = "An accelerator physics script collection for the OMC team at CERN."
__url__ = "https://github.com/pylhc/pylhc"
__version__ = "0.8.0"
__author__ = "pylhc"
__author_email__ = "pylhc@github.com"
__license__ = "MIT"

__all__ = [__version__]