Metadata-Version: 2.4
Name: asdf_standard
Version: 1.4.0
Summary: The ASDF Standard schemas
Author-email: The ASDF Developers <help@stsci.edu>
Project-URL: tracker, https://github.com/asdf-format/asdf-standard/issues
Project-URL: documentation, https://www.asdf-format.org/projects/asdf-standard/en/latest
Project-URL: repository, https://github.com/asdf-format/asdf-standard
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
Provides-Extra: docs
Requires-Dist: tomli; extra == "docs"
Requires-Dist: sphinx>=4.0; extra == "docs"
Requires-Dist: sphinx-asdf>=0.1.3; 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: pytest-asdf-plugin; extra == "test"
Requires-Dist: pyyaml; extra == "test"
Requires-Dist: asdf>=3.0.0; extra == "test"
Requires-Dist: packaging>=16.0; extra == "test"
Dynamic: license-file

ASDF specification and core schemas
===================================
![CI](https://github.com/asdf-format/asdf-standard/actions/workflows/ci.yml/badge.svg)
![Downstream](https://github.com/asdf-format/asdf-standard/actions/workflows/downstream.yml/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/)
[![DOI](https://zenodo.org/badge/18113139.svg)](https://zenodo.org/badge/latestdoi/18113139)

This document describes the Advanced Scientific Data Format (ASDF),
pronounced *AZ*-diff.  You can read the full specification at [the online documentation](http://asdf-standard.readthedocs.io/).

> This is the **A**dvanced **S**cientific **D**ata **F**ormat - if you are looking for the **A**daptable **S**eismic **D**ata **F**ormat, go here: http://seismic-data.org/


## Contributing
Please open a new [issue](https://github.com/spacetelescope/asdf-standard/issue) or new [pull request](https://github.com/spacetelescope/asdf-standard/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!

There are two mailing lists for ASDF:

* [asdf-users](https://groups.google.com/forum/#!forum/asdf-users)
* [asdf-developers](https://groups.google.com/forum/#!forum/asdf-developers)

## Getting More Information

* [FAQ page](https://github.com/spacetelescope/asdf-standard/wiki/FAQ) on the wiki.
* [ASDF: A new data format for astronomy](https://doi.org/10.1016/j.ascom.2015.06.004), published in *Astronomy and Computing*:

> Greenfield, P., Droettboom, M., & Bray, E. (2015). ASDF: A new data format for astronomy. *Astronomy and Computing*, 12: 240-251.
> doi:[10.1016/j.ascom.2015.06.004](https://doi.org/10.1016/j.ascom.2015.06.004)
