CHANGES.rst
CITATION.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
LICENSE
MANIFEST.in
README.rst
bandit.yaml
conftest.py
pyproject.toml
requirements-dev.txt
tox.ini
.github/CODEOWNERS
.github/codecov.yml
.github/workflows/changelog.yml
.github/workflows/ci.yml
.github/workflows/downstream.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/s390x.yml
asdf/__init__.py
asdf/_convenience.py
asdf/_display.py
asdf/_helpers.py
asdf/_node_info.py
asdf/_version.py
asdf/asdf.py
asdf/asdftypes.py
asdf/block.py
asdf/compression.py
asdf/config.py
asdf/conftest.py
asdf/constants.py
asdf/entry_points.py
asdf/exceptions.py
asdf/fits_embed.py
asdf/generic_io.py
asdf/reference.py
asdf/resolver.py
asdf/resource.py
asdf/schema.py
asdf/search.py
asdf/stream.py
asdf/tagged.py
asdf/treeutil.py
asdf/type_index.py
asdf/types.py
asdf/util.py
asdf/versioning.py
asdf/yamlutil.py
asdf.egg-info/PKG-INFO
asdf.egg-info/SOURCES.txt
asdf.egg-info/dependency_links.txt
asdf.egg-info/entry_points.txt
asdf.egg-info/requires.txt
asdf.egg-info/top_level.txt
asdf/commands/__init__.py
asdf/commands/defragment.py
asdf/commands/diff.py
asdf/commands/edit.py
asdf/commands/exploded.py
asdf/commands/extension.py
asdf/commands/extract.py
asdf/commands/info.py
asdf/commands/main.py
asdf/commands/remove_hdu.py
asdf/commands/tags.py
asdf/commands/to_yaml.py
asdf/commands/tests/__init__.py
asdf/commands/tests/test_defragment.py
asdf/commands/tests/test_diff.py
asdf/commands/tests/test_edit.py
asdf/commands/tests/test_exploded.py
asdf/commands/tests/test_extension.py
asdf/commands/tests/test_extract.py
asdf/commands/tests/test_info.py
asdf/commands/tests/test_main.py
asdf/commands/tests/test_remove_hdu.py
asdf/commands/tests/test_tags.py
asdf/commands/tests/test_to_yaml.py
asdf/commands/tests/data/__init__.py
asdf/commands/tests/data/block0.asdf
asdf/commands/tests/data/block1.asdf
asdf/commands/tests/data/blocks.diff
asdf/commands/tests/data/frames.diff
asdf/commands/tests/data/frames0.asdf
asdf/commands/tests/data/frames1.asdf
asdf/commands/tests/data/frames_ignore_asdf_library.diff
asdf/commands/tests/data/frames_ignore_both.diff
asdf/commands/tests/data/frames_ignore_reference_frame.diff
asdf/commands/tests/data/frames_minimal.diff
asdf/commands/tests/data/simple_inline_array.diff
asdf/commands/tests/data/simple_inline_array0.asdf
asdf/commands/tests/data/simple_inline_array1.asdf
asdf/compat/__init__.py
asdf/compat/numpycompat.py
asdf/extension/__init__.py
asdf/extension/_compressor.py
asdf/extension/_converter.py
asdf/extension/_extension.py
asdf/extension/_legacy.py
asdf/extension/_manager.py
asdf/extension/_manifest.py
asdf/extension/_tag.py
asdf/extern/RangeHTTPServer.py
asdf/extern/__init__.py
asdf/extern/atomicfile.py
asdf/tags/__init__.py
asdf/tags/core/__init__.py
asdf/tags/core/complex.py
asdf/tags/core/constant.py
asdf/tags/core/external_reference.py
asdf/tags/core/integer.py
asdf/tags/core/ndarray.py
asdf/tags/core/tests/__init__.py
asdf/tags/core/tests/test_complex.py
asdf/tags/core/tests/test_extension_metadata.py
asdf/tags/core/tests/test_external_reference.py
asdf/tags/core/tests/test_history.py
asdf/tags/core/tests/test_integer.py
asdf/tags/core/tests/test_ndarray.py
asdf/tags/core/tests/data/__init__.py
asdf/tags/core/tests/data/datatype-1.0.0.yaml
asdf/tags/core/tests/data/ndim-1.0.0.yaml
asdf/testing/__init__.py
asdf/testing/helpers.py
asdf/tests/__init__.py
asdf/tests/conftest.py
asdf/tests/helpers.py
asdf/tests/httpserver.py
asdf/tests/test_api.py
asdf/tests/test_array_blocks.py
asdf/tests/test_asdf.py
asdf/tests/test_compression.py
asdf/tests/test_config.py
asdf/tests/test_entry_points.py
asdf/tests/test_extension.py
asdf/tests/test_file_format.py
asdf/tests/test_fits_embed.py
asdf/tests/test_generic_io.py
asdf/tests/test_helpers.py
asdf/tests/test_info.py
asdf/tests/test_integration.py
asdf/tests/test_reference.py
asdf/tests/test_reference_files.py
asdf/tests/test_resolver.py
asdf/tests/test_resource.py
asdf/tests/test_schema.py
asdf/tests/test_search.py
asdf/tests/test_stream.py
asdf/tests/test_tagged.py
asdf/tests/test_treeutil.py
asdf/tests/test_types.py
asdf/tests/test_util.py
asdf/tests/test_versioning.py
asdf/tests/test_yaml.py
asdf/tests/data/__init__.py
asdf/tests/data/asdf.fits.gz
asdf/tests/data/complex-42.0.0.yaml
asdf/tests/data/custom-1.0.0.yaml
asdf/tests/data/custom_flow-1.0.0.yaml
asdf/tests/data/custom_flow-1.1.0.yaml
asdf/tests/data/custom_schema.yaml
asdf/tests/data/custom_schema_definitions.yaml
asdf/tests/data/custom_schema_external_ref.yaml
asdf/tests/data/custom_style-1.0.0.yaml
asdf/tests/data/default-1.0.0.yaml
asdf/tests/data/example_schema.json
asdf/tests/data/extension_check.fits
asdf/tests/data/foreign_tag_reference-1.0.0.yaml
asdf/tests/data/fraction-1.0.0.yaml
asdf/tests/data/fraction_with_inverse-1.0.0.yaml
asdf/tests/data/fractional_2d_coord-1.0.0.yaml
asdf/tests/data/missing-1.1.0.yaml
asdf/tests/data/one_of-1.0.0.yaml
asdf/tests/data/self_referencing-1.0.0.yaml
asdf/tests/data/tag_reference-1.0.0.yaml
asdf/tests/data/version_mismatch.fits
compatibility_tests/README.md
compatibility_tests/assert_file_correct.py
compatibility_tests/common.py
compatibility_tests/generate_file.py
compatibility_tests/test_file_compatibility.py
docker/s390x/Dockerfile
docker/s390x/README.md
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/_static/logo.ico
docs/_static/logo.pdf
docs/_static/logo.png
docs/asdf/CODE_OF_CONDUCT.md
docs/asdf/arrays.rst
docs/asdf/asdf_tool.rst
docs/asdf/changes.rst
docs/asdf/citation.rst
docs/asdf/config.rst
docs/asdf/contributing.rst
docs/asdf/developer_api.rst
docs/asdf/developer_overview.rst
docs/asdf/developer_versioning.rst
docs/asdf/features.rst
docs/asdf/install.rst
docs/asdf/overview.rst
docs/asdf/user_api.rst
docs/asdf/using_extensions.rst
docs/asdf/extending/compressors.rst
docs/asdf/extending/converters.rst
docs/asdf/extending/extensions.rst
docs/asdf/extending/legacy.rst
docs/asdf/extending/manifests.rst
docs/asdf/extending/resources.rst
docs/asdf/extending/schemas.rst
docs/asdf/extending/uris.rst
docs/asdf/extending/use_cases.rst
pytest_asdf/__init__.py
pytest_asdf/plugin.py