Metadata-Version: 2.4
Name: legend-dataflow-scripts
Version: 0.2.2
Summary: Python package for the processing scripts for LEGEND-200 data
Author-email: George Marshall <ggmarsh@uw.edu>, Luigi Pertoldi <gipert@pm.me>
Maintainer: The LEGEND Collaboration
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: colorlog
Requires-Dist: dbetto>=1.2.3
Requires-Dist: pygama>=2.1
Requires-Dist: dspeed>=1.6
Requires-Dist: pylegendmeta>=1.2.5
Requires-Dist: legend-pydataobj>=1.11
Requires-Dist: pip
Provides-Extra: test
Requires-Dist: legend-dataflow-scripts; extra == "test"
Requires-Dist: pytest>=6; extra == "test"
Requires-Dist: pytest-cov>=3; extra == "test"
Provides-Extra: dev
Requires-Dist: legend-dataflow-scripts[test]; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Provides-Extra: docs
Requires-Dist: sphinx>=7.0; extra == "docs"
Requires-Dist: myst_parser>=0.13; extra == "docs"
Requires-Dist: sphinx_inline_tabs; extra == "docs"
Requires-Dist: sphinx_copybutton; extra == "docs"
Requires-Dist: sphinx_autodoc_typehints; extra == "docs"
Requires-Dist: furo>=2023.08.17; extra == "docs"

# LEGEND dataflow scripts

[![PyPI](https://img.shields.io/pypi/v/legend-dataflow-scripts?logo=pypi)](https://pypi.org/project/legend-dataflow-scripts/)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/legend-exp/legend-dataflow-scripts?logo=git)
[![GitHub Workflow Status](https://img.shields.io/github/checks-status/legend-exp/legend-dataflow-scripts/main?label=main%20branch&logo=github)](https://github.com/legend-exp/legend-dataflow-scripts/actions)
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Codecov](https://img.shields.io/codecov/c/github/legend-exp/legend-dataflow-scripts?logo=codecov)](https://app.codecov.io/gh/legend-exp/legend-dataflow-scripts)
![GitHub issues](https://img.shields.io/github/issues/legend-exp/legend-dataflow-scripts?logo=github)
![GitHub pull requests](https://img.shields.io/github/issues-pr/legend-exp/legend-dataflow-scripts?logo=github)
![License](https://img.shields.io/github/license/legend-exp/legend-dataflow-scripts)
[![Read the Docs](https://img.shields.io/readthedocs/legend-dataflow-scripts?logo=readthedocs)](https://legend-dataflow-scripts.readthedocs.io)

Scripts used in the LEGEND data processing. These scripts are general enough to be used in
test stand processings also.
