Metadata-Version: 2.4
Name: costools
Version: 1.2.7
Summary: Tools for COS (Cosmic Origins Spectrograph)
Author: Warren Hack, Nadezhda Dencheva, Phil Hodge
License-Expression: BSD-3-Clause
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE.txt
Requires-Dist: astropy
Requires-Dist: calcos
Requires-Dist: numpy
Requires-Dist: stsci.tools
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: sphinx_rtd_theme>1.2.0; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Dynamic: license-file

# COSTools

[![build](https://github.com/spacetelescope/costools/actions/workflows/publish-to-pypi.yml/badge.svg?branch=master)](https://github.com/spacetelescope/costools/actions/workflows/publish-to-pypi.yml)
[![tests](https://github.com/spacetelescope/costools/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/spacetelescope/costools/actions/workflows/tests.yml)
[![Codecov](https://codecov.io/gh/spacetelescope/costools/branch/master/graph/badge.svg)](https://codecov.io/gh/spacetelescope/costools)
[![ReadtheDocs](https://readthedocs.org/projects/costools/badge/?version=latest)(http://costools.readthedocs.io/en/latest/)
[![Powered by Astropy](http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat)(http://www.astropy.org)

## About

COSTools provides utility functions for analyzing and doing custom reductions
for hst/cos datasets.

You can read the full specification at [the online documentation](http://costools.readthedocs.io/).

## Contributing

Please open a new [issue](https://github.com/spacetelescope/costools/issues)
or new [pull request](https://github.com/spacetelescope/costools/pulls)
for bugs, feedback, or new features you would like to see.

If there is an issue you would like to work on, please leave a comment and
we will be happy to assist. New contributions and contributors are very welcome!
