Metadata-Version: 2.1
Name: ci_watson
Version: 0.7.0
Summary: CI helper for STScI Jenkins
Home-page: https://github.com/spacetelescope/ci_watson
Author: STScI
Author-email: help@stsci.edu
License: BSD-3-Clause
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.md
Requires-Dist: pytest>=6
Requires-Dist: requests
Requires-Dist: crds
Provides-Extra: all
Requires-Dist: astropy; extra == "all"
Provides-Extra: test
Requires-Dist: pytest-astropy-header; extra == "test"
Provides-Extra: docs
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: sphinx_rtd_theme>1.2.0; extra == "docs"
Requires-Dist: sphinx-automodapi; extra == "docs"

# ci_watson

[![CI Status](https://github.com/spacetelescope/ci_watson/workflows/CI/badge.svg)](https://github.com/spacetelescope/ci_watson/actions)
[![Documentation Status](https://readthedocs.org/projects/ci-watson/badge/?version=latest)](https://ci-watson.readthedocs.io/en/latest/?badge=latest)

CI helper for STScI Jenkins.
If you ask nicely, it might also help you solve crimes.

Nightly regression test results are available only from within the STScI
network at this time.
https://plwishmaster.stsci.edu:8081/job/RT/job/ci_watson/test_results_analyzer/

## Installation ##

With `pip`::

    pip install ci-watson
