CHANGES.rst
CITATION
LICENSE.rst
MANIFEST.in
README.rst
pyproject.toml
requirements-dev.txt
tox.ini
.github/dependabot.yml
.github/workflows/changelog.yml
.github/workflows/ci.yml
.github/workflows/downstream.yml
.github/workflows/publish-to-pypi.yml
asdf_astropy/__init__.py
asdf_astropy/_version.py
asdf_astropy/conftest.py
asdf_astropy/exceptions.py
asdf_astropy/extensions.py
asdf_astropy/integration.py
asdf_astropy.egg-info/PKG-INFO
asdf_astropy.egg-info/SOURCES.txt
asdf_astropy.egg-info/dependency_links.txt
asdf_astropy.egg-info/entry_points.txt
asdf_astropy.egg-info/requires.txt
asdf_astropy.egg-info/top_level.txt
asdf_astropy/converters/__init__.py
asdf_astropy/converters/helpers.py
asdf_astropy/converters/utils.py
asdf_astropy/converters/coordinates/__init__.py
asdf_astropy/converters/coordinates/angle.py
asdf_astropy/converters/coordinates/earth_location.py
asdf_astropy/converters/coordinates/frame.py
asdf_astropy/converters/coordinates/representation.py
asdf_astropy/converters/coordinates/sky_coord.py
asdf_astropy/converters/coordinates/spectral_coord.py
asdf_astropy/converters/coordinates/tests/__init__.py
asdf_astropy/converters/coordinates/tests/test_angle.py
asdf_astropy/converters/coordinates/tests/test_earth_location.py
asdf_astropy/converters/coordinates/tests/test_frame.py
asdf_astropy/converters/coordinates/tests/test_masked.py
asdf_astropy/converters/coordinates/tests/test_representation.py
asdf_astropy/converters/coordinates/tests/test_sky_coord.py
asdf_astropy/converters/coordinates/tests/test_spectral_coord.py
asdf_astropy/converters/fits/__init__.py
asdf_astropy/converters/fits/fits.py
asdf_astropy/converters/fits/tests/__init__.py
asdf_astropy/converters/fits/tests/test_fits.py
asdf_astropy/converters/nddata/__init__.py
asdf_astropy/converters/nddata/uncertainty.py
asdf_astropy/converters/nddata/tests/__init__.py
asdf_astropy/converters/nddata/tests/test_uncertainty.py
asdf_astropy/converters/table/__init__.py
asdf_astropy/converters/table/table.py
asdf_astropy/converters/table/tests/__init__.py
asdf_astropy/converters/table/tests/test_table.py
asdf_astropy/converters/time/__init__.py
asdf_astropy/converters/time/time.py
asdf_astropy/converters/time/time_delta.py
asdf_astropy/converters/time/tests/__init__.py
asdf_astropy/converters/time/tests/test_time.py
asdf_astropy/converters/time/tests/test_time_delta.py
asdf_astropy/converters/transform/__init__.py
asdf_astropy/converters/transform/compound.py
asdf_astropy/converters/transform/core.py
asdf_astropy/converters/transform/functional_models.py
asdf_astropy/converters/transform/mappings.py
asdf_astropy/converters/transform/math_functions.py
asdf_astropy/converters/transform/polynomial.py
asdf_astropy/converters/transform/projections.py
asdf_astropy/converters/transform/properties.py
asdf_astropy/converters/transform/rotations.py
asdf_astropy/converters/transform/spline.py
asdf_astropy/converters/transform/tabular.py
asdf_astropy/converters/transform/tests/__init__.py
asdf_astropy/converters/transform/tests/test_transform.py
asdf_astropy/converters/unit/__init__.py
asdf_astropy/converters/unit/equivalency.py
asdf_astropy/converters/unit/magunit.py
asdf_astropy/converters/unit/quantity.py
asdf_astropy/converters/unit/unit.py
asdf_astropy/converters/unit/tests/__init__.py
asdf_astropy/converters/unit/tests/test_equivalency.py
asdf_astropy/converters/unit/tests/test_magunit.py
asdf_astropy/converters/unit/tests/test_masked.py
asdf_astropy/converters/unit/tests/test_quantity.py
asdf_astropy/converters/unit/tests/test_unit.py
asdf_astropy/converters/wcs/__init__.py
asdf_astropy/converters/wcs/slicedwcs.py
asdf_astropy/converters/wcs/wcs.py
asdf_astropy/converters/wcs/tests/__init__.py
asdf_astropy/converters/wcs/tests/test_slicedwcs.py
asdf_astropy/converters/wcs/tests/test_wcs.py
asdf_astropy/io/__init__.py
asdf_astropy/io/connect.py
asdf_astropy/io/tests/__init__.py
asdf_astropy/io/tests/test_io.py
asdf_astropy/resources/__init__.py
asdf_astropy/resources/manifests/astropy-1.0.0.yaml
asdf_astropy/resources/manifests/astropy-1.1.0.yaml
asdf_astropy/resources/manifests/astropy-1.2.0.yaml
asdf_astropy/resources/manifests/astropy-1.3.0.yaml
asdf_astropy/resources/manifests/astropy-1.4.0.yaml
asdf_astropy/resources/manifests/units-1.0.0.yaml
asdf_astropy/resources/manifests/units-1.1.0.yaml
asdf_astropy/resources/schemas/fits/fits-1.0.0.yaml
asdf_astropy/resources/schemas/fits/fits-1.1.0.yaml
asdf_astropy/resources/schemas/nddata/uncertainty-1.0.0.yaml
asdf_astropy/resources/schemas/table/ndarraymixin-1.0.0.yaml
asdf_astropy/resources/schemas/table/table-1.0.0.yaml
asdf_astropy/resources/schemas/table/table-1.1.0.yaml
asdf_astropy/resources/schemas/table/table-1.2.0.yaml
asdf_astropy/resources/schemas/time/timedelta-1.0.0.yaml
asdf_astropy/resources/schemas/time/timedelta-1.1.0.yaml
asdf_astropy/resources/schemas/transform/units_mapping-1.0.0.yaml
asdf_astropy/resources/schemas/transform/units_mapping-1.1.0.yaml
asdf_astropy/resources/schemas/units/equivalency-1.0.0.yaml
asdf_astropy/resources/schemas/units/equivalency-1.1.0.yaml
asdf_astropy/resources/schemas/units/magunit-1.0.0.yaml
asdf_astropy/resources/schemas/wcs/slicedwcs-1.0.0.yaml
asdf_astropy/resources/schemas/wcs/slicedwcs-1.1.0.yaml
asdf_astropy/resources/schemas/wcs/wcs-1.0.0.yaml
asdf_astropy/testing/__init__.py
asdf_astropy/testing/helpers.py
asdf_astropy/tests/__init__.py
asdf_astropy/tests/test_integration.py
asdf_astropy/tests/versions.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/asdf-astropy/api.rst
docs/asdf-astropy/details.rst
docs/asdf-astropy/example.rst
docs/asdf-astropy/install.rst
docs/asdf-astropy/manifest.rst
docs/asdf-astropy/migrating.rst
docs/asdf-astropy/quickstart.rst
docs/asdf-astropy/schemas.rst
docs/asdf-astropy/table.rst
licenses/README.rst
scripts/__init__.py
scripts/generate_manifest.py