Metadata-Version: 2.1
Name: ConstellationDAQ
Version: 0.1
Summary: The Autonomous Control and Data Acquisition System for Dynamic Experimental Setups
Author: Constellation Authors
License: EUPL-1.2
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: C++
Classifier: Operating System :: Unix
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: European Union Public Licence 1.2 (EUPL 1.2)
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Project-URL: Homepage, https://constellation.pages.desy.de/
Project-URL: Repository, https://gitlab.desy.de/constellation/constellation
Requires-Python: >=3.11
Requires-Dist: pyzmq
Requires-Dist: msgpack
Requires-Dist: python-statemachine>=2.3.3
Requires-Dist: numpy
Requires-Dist: coloredlogs
Requires-Dist: psutil
Provides-Extra: dev
Requires-Dist: build; extra == "dev"
Requires-Dist: black; extra == "dev"
Requires-Dist: flake8; extra == "dev"
Requires-Dist: flake8-pyproject; extra == "dev"
Requires-Dist: mypy; extra == "dev"
Requires-Dist: types-psutil; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-forked; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-sugar; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: pydata_sphinx_theme; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: breathe; extra == "docs"
Requires-Dist: ablog; extra == "docs"
Requires-Dist: sphinxcontrib-plantuml; extra == "docs"
Requires-Dist: sphinx_design; extra == "docs"
Requires-Dist: sphinx-favicon; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Provides-Extra: cli
Requires-Dist: ipython; extra == "cli"
Provides-Extra: caenhv
Requires-Dist: pycaenhv>=0.03; extra == "caenhv"
Requires-Dist: pyserial; extra == "caenhv"
Provides-Extra: hdf5
Requires-Dist: h5py; extra == "hdf5"
Provides-Extra: influxdb
Requires-Dist: influxdb-client; extra == "influxdb"
Provides-Extra: keithley
Requires-Dist: pyserial; extra == "keithley"
Description-Content-Type: text/markdown

<!--
SPDX-FileCopyrightText: 2023 DESY and the Constellation authors
SPDX-License-Identifier: CC-BY-4.0
-->
<!-- markdownlint-disable-next-line first-line-heading -->
[![Logo](docs/logo/logo_small.png)](https://constellation.pages.desy.de/)

# Constellation

## The Autonomous Control and Data Acquisition System for Dynamic Experimental Setups

Constellation is a control and data acquisition system for small-scale experiments and experimental setup with volatile and dynamic constituents such as testbeam environments or laboratory test stands. Constellation aims to provide a flexible SCADA software system that requires minimal effort for the integration of new devices, that is based on widely adopted open-source network communication libraries and that keeps the required maintenance as low as possible.

More details about the project can be found on the website at [constellation.pages.desy.de](https://constellation.pages.desy.de/).

[![Latest Release](https://gitlab.desy.de/constellation/constellation/-/badges/release.svg)](https://gitlab.desy.de/constellation/constellation/-/releases)
[![License: EUPL 1.2](https://img.shields.io/badge/License-EUPL%201.2-blue.svg)](https://opensource.org/license/eupl-1-2/)
[![REUSE Status](https://api.reuse.software/badge/gitlab.desy.de/constellation/constellation)](https://api.reuse.software/info/gitlab.desy.de/constellation/constellation)
[![Coverage Report](https://gitlab.desy.de/constellation/constellation/badges/main/coverage.svg)](https://gitlab.desy.de/constellation/constellation/-/graphs/main/charts)
[![Build Status](https://gitlab.desy.de/constellation/constellation/badges/main/pipeline.svg)](https://gitlab.desy.de/constellation/constellation/-/commits/main)

## Licenses

This software is distributed under the terms of the EUPL-1.2 license. The documentation is distributed under the terms of the CC-BY-4.0 license.

This repository follows the [REUSE](https://reuse.software/) specification, a full copyright report can be created via `reuse spdx`.

A copy of all licenses can be found in the [LICENSES](LICENSES/) folder.
