Metadata-Version: 2.4
Name: asdf_coordinates_schemas
Version: 0.4.0
Summary: ASDF schemas for coordinates
Author-email: The ASDF Developers <help@stsci.edu>
Project-URL: tracker, https://github.com/asdf-format/asdf-coordinates-schemas/issues
Project-URL: documentation, https://www.asdf-format.org/projects/asdf-coordinates-schemas/en/latest/
Project-URL: repository, https://github.com/asdf-format/asdf-coordinates-schemas
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: asdf>=2.12.1
Requires-Dist: asdf-standard>=1.1.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; extra == "test"
Requires-Dist: asdf-astropy>=0.2.0; extra == "test"
Dynamic: license-file

# asdf-coordinates-schemas
![CI](https://github.com/asdf-format/asdf-coordinates-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 coordinates tags.  Users should not
need to install this directly; instead, install an implementation package such
as asdf-astropy, which includes asdf-coordinates-schemas as a dependency.
