Skip to content

Instantly share code, notes, and snippets.

@ryantm
Last active January 7, 2020 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/0da2f8a47eec8369aa515b0044e1b345 to your computer and use it in GitHub Desktop.
Save ryantm/0da2f8a47eec8369aa515b0044e1b345 to your computer and use it in GitHub Desktop.
/nix/store/x5r6h37bd1vqc19d5ls2w52bw2rk3r6q-python3.7-asdf-2.5.0
├── bin
│   └── asdftool
├── lib
│   └── python3.7
│   └── site-packages
│   ├── asdf
│   │   ├── asdf.py
│   │   ├── asdftypes.py
│   │   ├── block.py
│   │   ├── commands
│   │   │   ├── defragment.py
│   │   │   ├── diff.py
│   │   │   ├── exploded.py
│   │   │   ├── extension.py
│   │   │   ├── extract.py
│   │   │   ├── __init__.py
│   │   │   ├── main.py
│   │   │   ├── __pycache__
│   │   │   │   ├── defragment.cpython-37.pyc
│   │   │   │   ├── diff.cpython-37.pyc
│   │   │   │   ├── exploded.cpython-37.pyc
│   │   │   │   ├── extension.cpython-37.pyc
│   │   │   │   ├── extract.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── main.cpython-37.pyc
│   │   │   │   ├── remove_hdu.cpython-37.pyc
│   │   │   │   ├── tags.cpython-37.pyc
│   │   │   │   └── to_yaml.cpython-37.pyc
│   │   │   ├── remove_hdu.py
│   │   │   ├── tags.py
│   │   │   ├── tests
│   │   │   │   ├── data
│   │   │   │   │   ├── block0.asdf
│   │   │   │   │   ├── block1.asdf
│   │   │   │   │   ├── blocks.diff
│   │   │   │   │   ├── frames0.asdf
│   │   │   │   │   ├── frames1.asdf
│   │   │   │   │   ├── frames.diff
│   │   │   │   │   ├── frames_minimal.diff
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_defragment.cpython-37.pyc
│   │   │   │   │   ├── test_diff.cpython-37.pyc
│   │   │   │   │   ├── test_exploded.cpython-37.pyc
│   │   │   │   │   ├── test_extract.cpython-37.pyc
│   │   │   │   │   ├── test_main.cpython-37.pyc
│   │   │   │   │   ├── test_remove_hdu.cpython-37.pyc
│   │   │   │   │   ├── test_tags.cpython-37.pyc
│   │   │   │   │   └── test_to_yaml.cpython-37.pyc
│   │   │   │   ├── test_defragment.py
│   │   │   │   ├── test_diff.py
│   │   │   │   ├── test_exploded.py
│   │   │   │   ├── test_extract.py
│   │   │   │   ├── test_main.py
│   │   │   │   ├── test_remove_hdu.py
│   │   │   │   ├── test_tags.py
│   │   │   │   └── test_to_yaml.py
│   │   │   └── to_yaml.py
│   │   ├── compat
│   │   │   ├── __init__.py
│   │   │   ├── jsonschemacompat.py
│   │   │   ├── numpycompat.py
│   │   │   └── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── jsonschemacompat.cpython-37.pyc
│   │   │   └── numpycompat.cpython-37.pyc
│   │   ├── compression.py
│   │   ├── conftest.py
│   │   ├── constants.py
│   │   ├── exceptions.py
│   │   ├── extension.py
│   │   ├── extern
│   │   │   ├── atomicfile.py
│   │   │   ├── decorators.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── atomicfile.cpython-37.pyc
│   │   │   │   ├── decorators.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── RangeHTTPServer.cpython-37.pyc
│   │   │   └── RangeHTTPServer.py
│   │   ├── fits_embed.py
│   │   ├── generic_io.py
│   │   ├── __init__.py
│   │   ├── _internal_init.py
│   │   ├── __pycache__
│   │   │   ├── asdf.cpython-37.pyc
│   │   │   ├── asdftypes.cpython-37.pyc
│   │   │   ├── block.cpython-37.pyc
│   │   │   ├── compression.cpython-37.pyc
│   │   │   ├── conftest.cpython-37.pyc
│   │   │   ├── constants.cpython-37.pyc
│   │   │   ├── exceptions.cpython-37.pyc
│   │   │   ├── extension.cpython-37.pyc
│   │   │   ├── fits_embed.cpython-37.pyc
│   │   │   ├── generic_io.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── _internal_init.cpython-37.pyc
│   │   │   ├── reference.cpython-37.pyc
│   │   │   ├── resolver.cpython-37.pyc
│   │   │   ├── schema.cpython-37.pyc
│   │   │   ├── stream.cpython-37.pyc
│   │   │   ├── tagged.cpython-37.pyc
│   │   │   ├── treeutil.cpython-37.pyc
│   │   │   ├── type_index.cpython-37.pyc
│   │   │   ├── types.cpython-37.pyc
│   │   │   ├── util.cpython-37.pyc
│   │   │   ├── version.cpython-37.pyc
│   │   │   ├── versioning.cpython-37.pyc
│   │   │   └── yamlutil.cpython-37.pyc
│   │   ├── reference_files
│   │   │   ├── 1.0.0
│   │   │   │   ├── ascii.asdf
│   │   │   │   ├── ascii.yaml
│   │   │   │   ├── basic.asdf
│   │   │   │   ├── basic.yaml
│   │   │   │   ├── complex.asdf
│   │   │   │   ├── complex.yaml
│   │   │   │   ├── compressed.asdf
│   │   │   │   ├── compressed.yaml
│   │   │   │   ├── exploded0000.asdf
│   │   │   │   ├── exploded.asdf
│   │   │   │   ├── exploded.yaml
│   │   │   │   ├── float.asdf
│   │   │   │   ├── float.yaml
│   │   │   │   ├── int.asdf
│   │   │   │   ├── int.yaml
│   │   │   │   ├── shared.asdf
│   │   │   │   ├── shared.yaml
│   │   │   │   ├── stream.asdf
│   │   │   │   ├── stream.yaml
│   │   │   │   ├── unicode_bmp.asdf
│   │   │   │   ├── unicode_bmp.yaml
│   │   │   │   ├── unicode_spp.asdf
│   │   │   │   └── unicode_spp.yaml
│   │   │   ├── generate
│   │   │   │   ├── generate
│   │   │   │   └── README.rst
│   │   │   └── README.rst
│   │   ├── reference.py
│   │   ├── resolver.py
│   │   ├── schema.py
│   │   ├── schemas
│   │   │   └── stsci.edu
│   │   │   ├── asdf
│   │   │   │   ├── asdf-schema-1.0.0.yaml
│   │   │   │   ├── core
│   │   │   │   │   ├── asdf-1.0.0.yaml
│   │   │   │   │   ├── asdf-1.1.0.yaml
│   │   │   │   │   ├── column-1.0.0.yaml
│   │   │   │   │   ├── complex-1.0.0.yaml
│   │   │   │   │   ├── constant-1.0.0.yaml
│   │   │   │   │   ├── extension_metadata-1.0.0.yaml
│   │   │   │   │   ├── externalarray-1.0.0.yaml
│   │   │   │   │   ├── history_entry-1.0.0.yaml
│   │   │   │   │   ├── integer-1.0.0.yaml
│   │   │   │   │   ├── ndarray-1.0.0.yaml
│   │   │   │   │   ├── software-1.0.0.yaml
│   │   │   │   │   └── table-1.0.0.yaml
│   │   │   │   ├── fits
│   │   │   │   │   └── fits-1.0.0.yaml
│   │   │   │   ├── time
│   │   │   │   │   ├── time-1.0.0.yaml
│   │   │   │   │   └── time-1.1.0.yaml
│   │   │   │   ├── transform
│   │   │   │   │   ├── add-1.0.0.yaml
│   │   │   │   │   ├── add-1.1.0.yaml
│   │   │   │   │   ├── add-1.2.0.yaml
│   │   │   │   │   ├── affine-1.0.0.yaml
│   │   │   │   │   ├── affine-1.1.0.yaml
│   │   │   │   │   ├── affine-1.2.0.yaml
│   │   │   │   │   ├── affine-1.3.0.yaml
│   │   │   │   │   ├── airy-1.0.0.yaml
│   │   │   │   │   ├── airy-1.1.0.yaml
│   │   │   │   │   ├── airy-1.2.0.yaml
│   │   │   │   │   ├── bonne_equal_area-1.0.0.yaml
│   │   │   │   │   ├── bonne_equal_area-1.1.0.yaml
│   │   │   │   │   ├── bonne_equal_area-1.2.0.yaml
│   │   │   │   │   ├── cobe_quad_spherical_cube-1.0.0.yaml
│   │   │   │   │   ├── cobe_quad_spherical_cube-1.1.0.yaml
│   │   │   │   │   ├── compose-1.0.0.yaml
│   │   │   │   │   ├── compose-1.1.0.yaml
│   │   │   │   │   ├── compose-1.2.0.yaml
│   │   │   │   │   ├── concatenate-1.0.0.yaml
│   │   │   │   │   ├── concatenate-1.1.0.yaml
│   │   │   │   │   ├── concatenate-1.2.0.yaml
│   │   │   │   │   ├── conic-1.0.0.yaml
│   │   │   │   │   ├── conic-1.1.0.yaml
│   │   │   │   │   ├── conic-1.2.0.yaml
│   │   │   │   │   ├── conic-1.3.0.yaml
│   │   │   │   │   ├── conic_equal_area-1.0.0.yaml
│   │   │   │   │   ├── conic_equal_area-1.1.0.yaml
│   │   │   │   │   ├── conic_equal_area-1.2.0.yaml
│   │   │   │   │   ├── conic_equidistant-1.0.0.yaml
│   │   │   │   │   ├── conic_equidistant-1.1.0.yaml
│   │   │   │   │   ├── conic_equidistant-1.2.0.yaml
│   │   │   │   │   ├── conic_orthomorphic-1.0.0.yaml
│   │   │   │   │   ├── conic_orthomorphic-1.1.0.yaml
│   │   │   │   │   ├── conic_orthomorphic-1.2.0.yaml
│   │   │   │   │   ├── conic_perspective-1.0.0.yaml
│   │   │   │   │   ├── conic_perspective-1.1.0.yaml
│   │   │   │   │   ├── conic_perspective-1.2.0.yaml
│   │   │   │   │   ├── constant-1.0.0.yaml
│   │   │   │   │   ├── constant-1.1.0.yaml
│   │   │   │   │   ├── constant-1.2.0.yaml
│   │   │   │   │   ├── constant-1.3.0.yaml
│   │   │   │   │   ├── cylindrical-1.0.0.yaml
│   │   │   │   │   ├── cylindrical-1.1.0.yaml
│   │   │   │   │   ├── cylindrical-1.2.0.yaml
│   │   │   │   │   ├── cylindrical_equal_area-1.0.0.yaml
│   │   │   │   │   ├── cylindrical_equal_area-1.1.0.yaml
│   │   │   │   │   ├── cylindrical_equal_area-1.2.0.yaml
│   │   │   │   │   ├── cylindrical_perspective-1.0.0.yaml
│   │   │   │   │   ├── cylindrical_perspective-1.1.0.yaml
│   │   │   │   │   ├── cylindrical_perspective-1.2.0.yaml
│   │   │   │   │   ├── divide-1.0.0.yaml
│   │   │   │   │   ├── divide-1.1.0.yaml
│   │   │   │   │   ├── divide-1.2.0.yaml
│   │   │   │   │   ├── domain-1.0.0.yaml
│   │   │   │   │   ├── fix_inputs-1.1.0.yaml
│   │   │   │   │   ├── generic-1.0.0.yaml
│   │   │   │   │   ├── generic-1.1.0.yaml
│   │   │   │   │   ├── generic-1.2.0.yaml
│   │   │   │   │   ├── gnomonic-1.0.0.yaml
│   │   │   │   │   ├── gnomonic-1.1.0.yaml
│   │   │   │   │   ├── gnomonic-1.2.0.yaml
│   │   │   │   │   ├── hammer_aitoff-1.0.0.yaml
│   │   │   │   │   ├── hammer_aitoff-1.1.0.yaml
│   │   │   │   │   ├── healpix-1.0.0.yaml
│   │   │   │   │   ├── healpix-1.1.0.yaml
│   │   │   │   │   ├── healpix-1.2.0.yaml
│   │   │   │   │   ├── healpix_polar-1.0.0.yaml
│   │   │   │   │   ├── healpix_polar-1.1.0.yaml
│   │   │   │   │   ├── healpix_polar-1.2.0.yaml
│   │   │   │   │   ├── identity-1.0.0.yaml
│   │   │   │   │   ├── identity-1.1.0.yaml
│   │   │   │   │   ├── identity-1.2.0.yaml
│   │   │   │   │   ├── label_mapper-1.0.0.yaml
│   │   │   │   │   ├── label_mapper-1.1.0.yaml
│   │   │   │   │   ├── label_mapper-1.2.0.yaml
│   │   │   │   │   ├── linear1d-1.0.0.yaml
│   │   │   │   │   ├── math_functions-1.0.0.yaml
│   │   │   │   │   ├── mercator-1.0.0.yaml
│   │   │   │   │   ├── mercator-1.1.0.yaml
│   │   │   │   │   ├── molleweide-1.0.0.yaml
│   │   │   │   │   ├── molleweide-1.1.0.yaml
│   │   │   │   │   ├── multiply-1.0.0.yaml
│   │   │   │   │   ├── multiply-1.1.0.yaml
│   │   │   │   │   ├── multiply-1.2.0.yaml
│   │   │   │   │   ├── multiplyscale-1.0.0.yaml
│   │   │   │   │   ├── ortho_polynomial-1.0.0.yaml
│   │   │   │   │   ├── parabolic-1.0.0.yaml
│   │   │   │   │   ├── parabolic-1.1.0.yaml
│   │   │   │   │   ├── plate_carree-1.0.0.yaml
│   │   │   │   │   ├── plate_carree-1.1.0.yaml
│   │   │   │   │   ├── polyconic-1.0.0.yaml
│   │   │   │   │   ├── polyconic-1.1.0.yaml
│   │   │   │   │   ├── polynomial-1.0.0.yaml
│   │   │   │   │   ├── polynomial-1.1.0.yaml
│   │   │   │   │   ├── polynomial-1.2.0.yaml
│   │   │   │   │   ├── power-1.0.0.yaml
│   │   │   │   │   ├── power-1.1.0.yaml
│   │   │   │   │   ├── power-1.2.0.yaml
│   │   │   │   │   ├── pseudoconic-1.0.0.yaml
│   │   │   │   │   ├── pseudoconic-1.1.0.yaml
│   │   │   │   │   ├── pseudoconic-1.2.0.yaml
│   │   │   │   │   ├── pseudocylindrical-1.0.0.yaml
│   │   │   │   │   ├── pseudocylindrical-1.1.0.yaml
│   │   │   │   │   ├── pseudocylindrical-1.2.0.yaml
│   │   │   │   │   ├── quadcube-1.0.0.yaml
│   │   │   │   │   ├── quadcube-1.1.0.yaml
│   │   │   │   │   ├── quadcube-1.2.0.yaml
│   │   │   │   │   ├── quad_spherical_cube-1.0.0.yaml
│   │   │   │   │   ├── quad_spherical_cube-1.1.0.yaml
│   │   │   │   │   ├── regions_selector-1.0.0.yaml
│   │   │   │   │   ├── regions_selector-1.1.0.yaml
│   │   │   │   │   ├── regions_selector-1.2.0.yaml
│   │   │   │   │   ├── remap_axes-1.0.0.yaml
│   │   │   │   │   ├── remap_axes-1.1.0.yaml
│   │   │   │   │   ├── remap_axes-1.2.0.yaml
│   │   │   │   │   ├── rotate2d-1.0.0.yaml
│   │   │   │   │   ├── rotate2d-1.1.0.yaml
│   │   │   │   │   ├── rotate2d-1.2.0.yaml
│   │   │   │   │   ├── rotate2d-1.3.0.yaml
│   │   │   │   │   ├── rotate3d-1.0.0.yaml
│   │   │   │   │   ├── rotate3d-1.1.0.yaml
│   │   │   │   │   ├── rotate3d-1.2.0.yaml
│   │   │   │   │   ├── rotate3d-1.3.0.yaml
│   │   │   │   │   ├── rotate_sequence_3d-1.0.0.yaml
│   │   │   │   │   ├── sanson_flamsteed-1.0.0.yaml
│   │   │   │   │   ├── sanson_flamsteed-1.1.0.yaml
│   │   │   │   │   ├── scale-1.0.0.yaml
│   │   │   │   │   ├── scale-1.1.0.yaml
│   │   │   │   │   ├── scale-1.2.0.yaml
│   │   │   │   │   ├── shift-1.0.0.yaml
│   │   │   │   │   ├── shift-1.1.0.yaml
│   │   │   │   │   ├── shift-1.2.0.yaml
│   │   │   │   │   ├── slant_orthographic-1.0.0.yaml
│   │   │   │   │   ├── slant_orthographic-1.1.0.yaml
│   │   │   │   │   ├── slant_orthographic-1.2.0.yaml
│   │   │   │   │   ├── slant_zenithal_perspective-1.0.0.yaml
│   │   │   │   │   ├── slant_zenithal_perspective-1.1.0.yaml
│   │   │   │   │   ├── slant_zenithal_perspective-1.2.0.yaml
│   │   │   │   │   ├── stereographic-1.0.0.yaml
│   │   │   │   │   ├── stereographic-1.1.0.yaml
│   │   │   │   │   ├── stereographic-1.2.0.yaml
│   │   │   │   │   ├── subtract-1.0.0.yaml
│   │   │   │   │   ├── subtract-1.1.0.yaml
│   │   │   │   │   ├── subtract-1.2.0.yaml
│   │   │   │   │   ├── tabular-1.0.0.yaml
│   │   │   │   │   ├── tabular-1.1.0.yaml
│   │   │   │   │   ├── tabular-1.2.0.yaml
│   │   │   │   │   ├── tangential_spherical_cube-1.0.0.yaml
│   │   │   │   │   ├── tangential_spherical_cube-1.1.0.yaml
│   │   │   │   │   ├── transform-1.0.0.yaml
│   │   │   │   │   ├── transform-1.1.0.yaml
│   │   │   │   │   ├── transform-1.2.0.yaml
│   │   │   │   │   ├── zenithal-1.0.0.yaml
│   │   │   │   │   ├── zenithal-1.1.0.yaml
│   │   │   │   │   ├── zenithal-1.2.0.yaml
│   │   │   │   │   ├── zenithal_equal_area-1.0.0.yaml
│   │   │   │   │   ├── zenithal_equal_area-1.1.0.yaml
│   │   │   │   │   ├── zenithal_equal_area-1.2.0.yaml
│   │   │   │   │   ├── zenithal_equidistant-1.0.0.yaml
│   │   │   │   │   ├── zenithal_equidistant-1.1.0.yaml
│   │   │   │   │   ├── zenithal_equidistant-1.2.0.yaml
│   │   │   │   │   ├── zenithal_perspective-1.0.0.yaml
│   │   │   │   │   ├── zenithal_perspective-1.1.0.yaml
│   │   │   │   │   └── zenithal_perspective-1.2.0.yaml
│   │   │   │   ├── unit
│   │   │   │   │   ├── defunit-1.0.0.yaml
│   │   │   │   │   ├── quantity-1.1.0.yaml
│   │   │   │   │   └── unit-1.0.0.yaml
│   │   │   │   ├── version_map-1.0.0.yaml
│   │   │   │   ├── version_map-1.1.0.yaml
│   │   │   │   ├── version_map-1.2.0.yaml
│   │   │   │   ├── version_map-1.3.0.yaml
│   │   │   │   ├── version_map-1.4.0.yaml
│   │   │   │   └── wcs
│   │   │   │   ├── celestial_frame-1.0.0.yaml
│   │   │   │   ├── celestial_frame-1.1.0.yaml
│   │   │   │   ├── composite_frame-1.0.0.yaml
│   │   │   │   ├── composite_frame-1.1.0.yaml
│   │   │   │   ├── frame-1.0.0.yaml
│   │   │   │   ├── frame-1.1.0.yaml
│   │   │   │   ├── icrs_coord-1.1.0.yaml
│   │   │   │   ├── spectral_frame-1.0.0.yaml
│   │   │   │   ├── spectral_frame-1.1.0.yaml
│   │   │   │   ├── step-1.0.0.yaml
│   │   │   │   ├── step-1.1.0.yaml
│   │   │   │   ├── step-1.2.0.yaml
│   │   │   │   ├── wcs-1.0.0.yaml
│   │   │   │   ├── wcs-1.1.0.yaml
│   │   │   │   └── wcs-1.2.0.yaml
│   │   │   └── yaml-schema
│   │   │   └── draft-01.yaml
│   │   ├── stream.py
│   │   ├── tagged.py
│   │   ├── tags
│   │   │   ├── core
│   │   │   │   ├── complex.py
│   │   │   │   ├── constant.py
│   │   │   │   ├── external_reference.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── integer.py
│   │   │   │   ├── ndarray.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── complex.cpython-37.pyc
│   │   │   │   │   ├── constant.cpython-37.pyc
│   │   │   │   │   ├── external_reference.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── integer.cpython-37.pyc
│   │   │   │   │   └── ndarray.cpython-37.pyc
│   │   │   │   └── tests
│   │   │   │   ├── data
│   │   │   │   │   ├── datatype-1.0.0.yaml
│   │   │   │   │   ├── __init__.py
│   │   │   │   │   ├── ndim-1.0.0.yaml
│   │   │   │   │   └── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   ├── test_complex.cpython-37.pyc
│   │   │   │   │   ├── test_external_reference.cpython-37.pyc
│   │   │   │   │   ├── test_history.cpython-37.pyc
│   │   │   │   │   ├── test_integer.cpython-37.pyc
│   │   │   │   │   └── test_ndarray.cpython-37.pyc
│   │   │   │   ├── test_complex.py
│   │   │   │   ├── test_external_reference.py
│   │   │   │   ├── test_history.py
│   │   │   │   ├── test_integer.py
│   │   │   │   └── test_ndarray.py
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── tests
│   │   │   ├── conftest.py
│   │   │   ├── coveragerc
│   │   │   ├── data
│   │   │   │   ├── asdf.fits.gz
│   │   │   │   ├── complex-42.0.0.yaml
│   │   │   │   ├── custom-1.0.0.yaml
│   │   │   │   ├── custom_flow-1.0.0.yaml
│   │   │   │   ├── custom_flow-1.1.0.yaml
│   │   │   │   ├── custom_schema_definitions.yaml
│   │   │   │   ├── custom_schema.yaml
│   │   │   │   ├── custom_style-1.0.0.yaml
│   │   │   │   ├── default-1.0.0.yaml
│   │   │   │   ├── example_schema.json
│   │   │   │   ├── extension_check.fits
│   │   │   │   ├── foreign_tag_reference-1.0.0.yaml
│   │   │   │   ├── fraction-1.0.0.yaml
│   │   │   │   ├── fractional_2d_coord-1.0.0.yaml
│   │   │   │   ├── __init__.py
│   │   │   │   ├── missing-1.1.0.yaml
│   │   │   │   ├── __pycache__
│   │   │   │   │   └── __init__.cpython-37.pyc
│   │   │   │   ├── self_referencing-1.0.0.yaml
│   │   │   │   ├── tag_reference-1.0.0.yaml
│   │   │   │   └── version_mismatch.fits
│   │   │   ├── helpers.py
│   │   │   ├── httpserver.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── conftest.cpython-37.pyc
│   │   │   │   ├── helpers.cpython-37.pyc
│   │   │   │   ├── httpserver.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── test_api.cpython-37.pyc
│   │   │   │   ├── test_array_blocks.cpython-37.pyc
│   │   │   │   ├── test_asdftypes.cpython-37.pyc
│   │   │   │   ├── test_compression.cpython-37.pyc
│   │   │   │   ├── test_file_format.cpython-37.pyc
│   │   │   │   ├── test_fits_embed.cpython-37.pyc
│   │   │   │   ├── test_generic_io.cpython-37.pyc
│   │   │   │   ├── test_helpers.cpython-37.pyc
│   │   │   │   ├── test_reference.cpython-37.pyc
│   │   │   │   ├── test_reference_files.cpython-37.pyc
│   │   │   │   ├── test_resolver.cpython-37.pyc
│   │   │   │   ├── test_schema.cpython-37.pyc
│   │   │   │   ├── test_stream.cpython-37.pyc
│   │   │   │   ├── test_versioning.cpython-37.pyc
│   │   │   │   └── test_yaml.cpython-37.pyc
│   │   │   ├── test_api.py
│   │   │   ├── test_array_blocks.py
│   │   │   ├── test_asdftypes.py
│   │   │   ├── test_compression.py
│   │   │   ├── test_file_format.py
│   │   │   ├── test_fits_embed.py
│   │   │   ├── test_generic_io.py
│   │   │   ├── test_helpers.py
│   │   │   ├── test_reference_files.py
│   │   │   ├── test_reference.py
│   │   │   ├── test_resolver.py
│   │   │   ├── test_schema.py
│   │   │   ├── test_stream.py
│   │   │   ├── test_versioning.py
│   │   │   └── test_yaml.py
│   │   ├── treeutil.py
│   │   ├── type_index.py
│   │   ├── types.py
│   │   ├── util.py
│   │   ├── versioning.py
│   │   ├── version.py
│   │   └── yamlutil.py
│   ├── asdf-2.5.0.dist-info
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── pytest_asdf
│   ├── extension.py
│   ├── __init__.py
│   ├── plugin.py
│   └── __pycache__
│   ├── extension.cpython-37.pyc
│   ├── extension.cpython-37-pytest-5.3.2.pyc
│   ├── __init__.cpython-37.pyc
│   ├── __init__.cpython-37-pytest-5.3.2.pyc
│   ├── plugin.cpython-37.pyc
│   └── plugin.cpython-37-pytest-5.3.2.pyc
└── nix-support
└── propagated-build-inputs
45 directories, 445 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment