Metadata-Version: 2.1
Name: stwcs
Version: 1.7.4
Summary: Computes the WCS of HST images.
Author-email: STScI <help@stsci.edu>
Project-URL: Repository, https://github.com/spacetelescope/stwcs.git
Project-URL: Documentation, https://stwcs.readthedocs.io
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
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/x-rst
Requires-Dist: astropy>=6.0
Requires-Dist: numpy>=2.0
Requires-Dist: stsci.tools>=3.6
Requires-Dist: requests
Requires-Dist: lxml
Provides-Extra: docs
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-automodapi; extra == "docs"
Requires-Dist: sphinx-rtd-theme; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"

STWCS
-----

.. image:: https://github.com/spacetelescope/stwcs/actions/workflows/weekly_cron.yml/badge.svg
    :target: https://github.com/spacetelescope/stwcs/actions
    :alt: CI Status
    
.. image:: https://readthedocs.org/projects/stwcs/badge/?version=latest
    :target: http://stwcs.readthedocs.io/en/latest/?badge=latest
    :alt: Documentation Status

`STWCS <https://stwcs.readthedocs.io>`__ provides support for WCS distortion models and coordinate
transformation for the imaging instruments on the Hubble Space Telescope (HST).

Note
----
Starting with version 1.4, STWCS requires Python 3.5 and above.

Installation
------------

To clone the project from github::

    git clone https://github.com/spacetelescope/stwcs.git

To install::

    python setup.py install
