.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
Jenkinsfile
LICENSE
README.rst
doc-requirements.txt
mypy.ini
pyproject.toml
pytest.ini
requirements.txt
setup.cfg
setup.py
test-requirements.txt
doc/Makefile
doc/changelog.rst
doc/conf.py
doc/index.rst
doc/katsdpmodels.fetch.rst
doc/katsdpmodels.rst
doc/modules.rst
doc/_static/.keep
doc/user/api.rst
doc/user/concepts.rst
doc/user/example_aliases1.tex
doc/user/example_aliases2.tex
doc/user/example_aliases3.tex
doc/user/formats.rst
doc/user/index.rst
doc/user/structure.rst
doc/user/telstate.rst
src/katsdpmodels/__init__.py
src/katsdpmodels/band_mask.py
src/katsdpmodels/models.py
src/katsdpmodels/primary_beam.py
src/katsdpmodels/py.typed
src/katsdpmodels/rfi_mask.py
src/katsdpmodels.egg-info/PKG-INFO
src/katsdpmodels.egg-info/SOURCES.txt
src/katsdpmodels.egg-info/dependency_links.txt
src/katsdpmodels.egg-info/not-zip-safe
src/katsdpmodels.egg-info/requires.txt
src/katsdpmodels.egg-info/top_level.txt
src/katsdpmodels/fetch/__init__.py
src/katsdpmodels/fetch/aiohttp.py
src/katsdpmodels/fetch/requests.py
test/conftest.py
test/test_band_mask.py
test/test_fetch_aiohttp.py
test/test_fetch_requests.py
test/test_models.py
test/test_primary_beam.py
test/test_rfi_mask.py
test/test_utils.py
test/data/README.rst
test/data/all_bytes.bin
test/data/bad_created.h5
test/data/bad_model_type.h5
test/data/bad_model_version.h5
test/data/band_mask_bad_format.h5
test/data/band_mask_ranges.h5
test/data/band_mask_ranges_2d.h5
test/data/direct.alias
test/data/indirect.alias
test/data/loop.alias
test/data/no_model_type.h5
test/data/no_model_version.h5
test/data/not_hdf5.h5
test/data/rfi_mask_bad_format.h5
test/data/rfi_mask_missing_dataset.h5
test/data/rfi_mask_ranges.h5
test/data/rfi_mask_ranges_2d.h5
test/data/rfi_mask_ranges_is_group.h5
test/data/rfi_mask_ranges_metadata.h5
test/data/to_file.alias
test/data/wrong_extension.blah