.gitignore
.readthedocs.yml
CHANGES.rst
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/ci.yml
.github/workflows/publish-to-pypi.yml
docs/Makefile
docs/source/api.rst
docs/source/conf.py
docs/source/index.rst
src/stdatamodels/__init__.py
src/stdatamodels/_version.py
src/stdatamodels/filetype.py
src/stdatamodels/fits_support.py
src/stdatamodels/history.py
src/stdatamodels/model_base.py
src/stdatamodels/ndmodel.py
src/stdatamodels/properties.py
src/stdatamodels/s3_utils.py
src/stdatamodels/schema.py
src/stdatamodels/util.py
src/stdatamodels/validate.py
src/stdatamodels.egg-info/PKG-INFO
src/stdatamodels.egg-info/SOURCES.txt
src/stdatamodels.egg-info/dependency_links.txt
src/stdatamodels.egg-info/requires.txt
src/stdatamodels.egg-info/top_level.txt
src/stdatamodels.egg-info/zip-safe
tests/conftest.py
tests/helpers.py
tests/models.py
tests/test_filetype.py
tests/test_fits.py
tests/test_history.py
tests/test_models.py
tests/test_resources.py
tests/test_s3_utils.py
tests/test_schema.py
tests/test_storage.py
tests/test_util.py
tests/test_validation.py
tests/data/association.json
tests/data/association_w_cat.json
tests/data/headers.fits
tests/data/jwst_image.fits
tests/data/mask.fits
tests/data/nircam_abvega_offset.asdf
tests/data/nonstandard_primary_array.schema.json
tests/data/nonstandard_primary_array.schema.yaml
tests/data/sip.fits
tests/data/test.fits
tests/schemas/anyof_model.yaml
tests/schemas/basic_model.yaml
tests/schemas/core_metadata.yaml
tests/schemas/fits_model.yaml
tests/schemas/required_model.yaml
tests/schemas/table_model.yaml
tests/schemas/transform_model.yaml
tests/schemas/validation_model.yaml