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
- Host: GitHub
- URL: https://github.com/diamondlightsource/pytac
- Owner: DiamondLightSource
- License: apache-2.0
- Created: 2017-05-24T12:50:03.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-07-15T08:54:34.000Z (10 months ago)
- Last Synced: 2025-02-02T06:33:18.261Z (4 months ago)
- Topics: hacktoberfest
- Language: Python
- Homepage:
- Size: 10.6 MB
- Stars: 7
- Watchers: 7
- Forks: 5
- Open Issues: 12
-
Metadata Files:
- Readme: README.rst
- Contributing: .github/CONTRIBUTING.rst
- License: LICENSE
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.rstSee https://DiamondLightSource.github.io/pytac for more detailed documentation.