An open API service indexing awesome lists of open source software.

https://github.com/diamondlightsource/pytac

Python Toolkit for Accelerator Controls
https://github.com/diamondlightsource/pytac

hacktoberfest

Last synced: 3 months ago
JSON representation

Python Toolkit for Accelerator Controls

Awesome Lists containing this project

README

        

pytac
===========================

|code_ci| |docs_ci| |coverage| |pypi_version| |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 https://github.com/DiamondLightSource/pytac
Documentation https://DiamondLightSource.github.io/pytac
Releases https://github.com/DiamondLightSource/pytac/releases
============== ==============================================================

.. code-block:: python

from pytac import __version__

print(f"Hello pytac {__version__}")

.. |code_ci| image:: https://github.com/DiamondLightSource/pytac/actions/workflows/code.yml/badge.svg?branch=main
:target: https://github.com/DiamondLightSource/pytac/actions/workflows/code.yml
:alt: Code CI

.. |docs_ci| image:: https://github.com/DiamondLightSource/pytac/actions/workflows/docs.yml/badge.svg?branch=main
:target: https://github.com/DiamondLightSource/pytac/actions/workflows/docs.yml
:alt: Docs CI

.. |coverage| image:: https://codecov.io/gh/DiamondLightSource/pytac/branch/main/graph/badge.svg
:target: https://codecov.io/gh/DiamondLightSource/pytac
:alt: Test Coverage

.. |pypi_version| image:: https://img.shields.io/pypi/v/pytac.svg
:target: https://pypi.org/project/pytac
:alt: Latest PyPI version

.. |license| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:target: https://opensource.org/licenses/Apache-2.0
:alt: Apache License

..
Anything below this line is used when viewing README.rst and will be replaced
when included in index.rst

See https://DiamondLightSource.github.io/pytac for more detailed documentation.