Metadata-Version: 2.4
Name: redsun
Version: 0.1.0
Summary: Event-driven data acquisition software for scientific applications.
Project-URL: bugs, https://github.com/redsun-acquisition/redsun/issues
Project-URL: changelog, https://github.com/redsun-acquisition/redsun/blob/master/changelog.md
Project-URL: homepage, https://github.com/redsun-acquisition/redsun
Author-email: Jacopo Abramo <jacopo.abramo@gmail.com>
Maintainer-email: Jacopo Abramo <jacopo.abramo@gmail.com>
License: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering
Classifier: Typing :: Typed
Requires-Python: >=3.9
Requires-Dist: importlib-metadata; python_version < '3.10'
Requires-Dist: platformdirs
Requires-Dist: sunflare>=0.4.0
Provides-Extra: dev
Requires-Dist: mypy; extra == 'dev'
Requires-Dist: pytest; extra == 'dev'
Requires-Dist: pytest-cov; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Provides-Extra: docs
Requires-Dist: myst-parser; extra == 'docs'
Requires-Dist: pydata-sphinx-theme; extra == 'docs'
Requires-Dist: sphinx; extra == 'docs'
Requires-Dist: sphinx-design; extra == 'docs'
Provides-Extra: pyqt
Requires-Dist: sunflare[pyqt]; extra == 'pyqt'
Provides-Extra: pyside
Requires-Dist: sunflare[pyside]; extra == 'pyside'
Description-Content-Type: text/markdown

[![PyPI](https://img.shields.io/pypi/v/redsun.svg?color=green)](https://pypi.org/project/redsun)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/redsun)](https://pypi.org/project/redsun)
[![codecov](https://codecov.io/gh/redsun-acquisition/redsun/graph/badge.svg?token=XAL7NBIU9N)](https://codecov.io/gh/redsun-acquisition/redsun)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

# Redsun

Event-driven, unopinionated data acquisition in Python.

> [!WARNING]
> This project is still in alpha stage and very unstable. Use at your own risk.

## Installation

This project is currently not yet on PyPI. You'll have to clone:

- this repository;
- the sunflare repository.

It is highly reccomended to install both in a virtual envinroment (mamba/conda/virtualenv).

## Features

WiP
