Metadata-Version: 2.4
Name: stpipe
Version: 0.13.0
Summary: Framework for calibration pipeline software
Author: STScI
Project-URL: repository, https://github.com/spacetelescope/stpipe
Project-URL: tracker, https://github.com/spacetelescope/stpipe/issues
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: asdf>=3
Requires-Dist: crds>=7.4.1.3
Requires-Dist: astropy>=6
Requires-Dist: importlib_metadata>=4.11.4
Requires-Dist: pyyaml>=6
Provides-Extra: docs
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-automodapi; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Requires-Dist: tomli; python_version < "3.11" and extra == "docs"
Provides-Extra: test
Requires-Dist: pytest>=9.0.0; extra == "test"
Requires-Dist: pytest-doctestplus>=0.10.0; extra == "test"
Dynamic: license-file

# stpipe

[![CI](https://github.com/spacetelescope/stpipe/actions/workflows/tests.yml/badge.svg)](https://github.com/spacetelescope/stpipe/actions/workflows/tests.yml)
[![codecov](https://codecov.io/gh/spacetelescope/stpipe/branch/main/graph/badge.svg?token=Mm9I0X1o4X)](https://codecov.io/gh/spacetelescope/stpipe)

Provides base classes and command-line tools for implementing calibration pipeline software.

> [!NOTE]
> Linux and MacOS platforms are tested and supported.  Windows is not currently supported.
