Metadata-Version: 2.4
Name: asdf_wcs_schemas
Version: 0.5.0
Summary: ASDF WCS schemas
Author-email: The ASDF Developers <help@stsci.edu>
Project-URL: tracker, https://github.com/asdf-format/asdf-wcs-schemas/issues
Project-URL: documentation, https://www.asdf-format.org/projects/asdf-wcs-schemas/en/latest
Project-URL: repository, https://github.com/asdf-format/asdf-wcs-schemas
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: asdf-standard>=1.1.0
Requires-Dist: asdf-transform-schemas>=0.6.0
Requires-Dist: asdf-coordinates-schemas>=0.4.0
Provides-Extra: docs
Requires-Dist: tomli; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinx-asdf>=0.1.3; extra == "docs"
Requires-Dist: sphinx-astropy; extra == "docs"
Requires-Dist: astropy>=5.0.4; extra == "docs"
Requires-Dist: graphviz; extra == "docs"
Requires-Dist: matplotlib; extra == "docs"
Requires-Dist: docutils; extra == "docs"
Requires-Dist: furo; extra == "docs"
Provides-Extra: test
Requires-Dist: pytest>=4.6.0; extra == "test"
Requires-Dist: asdf>=2.8.0; extra == "test"
Requires-Dist: asdf-astropy; extra == "test"
Dynamic: license-file

# asdf-wcs-schemas
![CI](https://github.com/asdf-format/asdf-wcs-schemas/workflows/CI/badge.svg)
[![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)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)

This package provides ASDF schemas for validating WCS tags. Users should not need to install this directly; instead, install an implementation package such as gwcs, which includes asdf-wcs-schemas as a dependency.
