Metadata-Version: 2.1
Name: ConstellationDAQ
Version: 0.6.1
Summary: The Autonomous Control and Data Acquisition System for Dynamic Experimental Setups
Author: Constellation Authors
License: EUPL-1.2
Classifier: Development Status :: 4 - Beta
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: psutil
Requires-Dist: rich
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"
Requires-Dist: types-pygments; extra == "dev"
Requires-Dist: isort; extra == "dev"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest-sugar; extra == "test"
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-autobuild; extra == "docs"
Requires-Dist: pydata_sphinx_theme; extra == "docs"
Requires-Dist: myst-parser; extra == "docs"
Requires-Dist: ablog; extra == "docs"
Requires-Dist: breathe; extra == "docs"
Requires-Dist: sphinxcontrib-plantuml; extra == "docs"
Requires-Dist: sphinxcontrib-spelling; extra == "docs"
Requires-Dist: sphinx_design; extra == "docs"
Requires-Dist: sphinx-favicon; extra == "docs"
Requires-Dist: sphinx-copybutton; extra == "docs"
Requires-Dist: PyYAML; extra == "docs"
Requires-Dist: python-gitlab; extra == "docs"
Requires-Dist: python-slugify; extra == "docs"
Provides-Extra: cli
Requires-Dist: ipython; extra == "cli"
Requires-Dist: traitlets; extra == "cli"
Requires-Dist: pygments; 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"
Requires-Dist: numpy; extra == "hdf5"
Provides-Extra: influx
Requires-Dist: influxdb-client; extra == "influx"
Provides-Extra: keithley
Requires-Dist: pyserial; extra == "keithley"
Provides-Extra: lecroy
Requires-Dist: lecrunch3>=3.0.3; extra == "lecroy"
Requires-Dist: numpy; extra == "lecroy"
Provides-Extra: visa
Requires-Dist: pyvisa; extra == "visa"
Requires-Dist: pyvisa-py; extra == "visa"
Requires-Dist: pyserial; extra == "visa"
Requires-Dist: zeroconf; extra == "visa"
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 an autonomous 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 framework that is easy to use and requires minimal effort for the integration of new devices.

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/-/pipelines/charts)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.15688357.svg)](https://doi.org/10.5281/zenodo.15688357)

## 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.
