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

https://github.com/diamondlightsource/fastcs

Control system agnostic framework for building device support in Python for both EPICS and Tango
https://github.com/diamondlightsource/fastcs

Last synced: 3 months ago
JSON representation

Control system agnostic framework for building device support in Python for both EPICS and Tango

Awesome Lists containing this project

README

        

FastCS Logo

[![CI](https://github.com/DiamondLightSource/FastCS/actions/workflows/ci.yml/badge.svg)](https://github.com/DiamondLightSource/FastCS/actions/workflows/ci.yml)
[![Coverage](https://codecov.io/gh/DiamondLightSource/FastCS/branch/main/graph/badge.svg)](https://codecov.io/gh/DiamondLightSource/FastCS)
[![PyPI](https://img.shields.io/pypi/v/fastcs.svg)](https://pypi.org/project/fastcs)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)

# FastCS

Source |
:---: | :---:
PyPI | `pip install fastcs`
Documentation |
Releases |

FastCS is a control system agnostic framework for building Device support in Python that
will work for both EPICS and Tango without depending on either.

See https://diamondlightsource.github.io/FastCS for more detailed documentation.