Metadata-Version: 2.1 Name: asdf_standard Version: 1.1.1 Summary: The ASDF Standard schemas Author-email: The ASDF Developers License: Copyright (c) 2022 Association of Universities for Research in Astronomy. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Project-URL: tracker, https://github.com/asdf-format/asdf-standard/issues Project-URL: documentation, https://asdf-standard.readthedocs.io/en/stable Project-URL: repository, https://github.com/asdf-format/asdf-standard Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 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: sphinx-rtd-theme >1.2.0 ; extra == 'docs' Provides-Extra: test Requires-Dist: pytest ; extra == 'test' Requires-Dist: pyyaml ; extra == 'test' Requires-Dist: asdf >=3.0.0 ; extra == 'test' Requires-Dist: packaging >=16.0 ; extra == 'test' ASDF standard 1.6.0 =================== ![CI](https://github.com/asdf-format/asdf-standard/workflows/CI/badge.svg) ![Downstream](https://github.com/asdf-format/asdf-standard/workflows/Downstream/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)