.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGES.rst
LICENSE.txt
README.rst
conftest.py
pyproject.toml
setup.cfg
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/labeler.yml
.github/workflows/ci_tests.yml
.github/workflows/dependency-review.yml
.github/workflows/label_pr.yml
.github/workflows/publish.yml
docs/.gitignore
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/install.rst
docs/introduction.rst
docs/make.bat
docs/quickstart.rst
docs/_ext/sphinx_ext_autosummary_context.py
docs/_ext/sphinx_ext_cosmology_api.py
docs/_static/.gitignore
docs/_templates/autosummary/reference.rst
docs/api/attributes.rst
docs/api/components.rst
docs/api/cosmology.rst
docs/api/namespaces.rst
docs/api/protocols.rst
docs/api/reference.rst
docs/dev/new.rst
docs/dev/types.rst
docs/dev/wrapping.rst
docs/tests/test_arrays.py
src/cosmology.api.egg-info/PKG-INFO
src/cosmology.api.egg-info/SOURCES.txt
src/cosmology.api.egg-info/dependency_links.txt
src/cosmology.api.egg-info/requires.txt
src/cosmology.api.egg-info/top_level.txt
src/cosmology/api/__init__.py
src/cosmology/api/_components.py
src/cosmology/api/_constants.py
src/cosmology/api/_core.py
src/cosmology/api/_distances.py
src/cosmology/api/_extras.py
src/cosmology/api/_namespace.py
src/cosmology/api/_standard.py
src/cosmology/api/py.typed
src/cosmology/api/_array_api/__init__.py
src/cosmology/api/_array_api/array.py
src/cosmology/api/_array_api/dtype.py
src/cosmology/api/compat/__init__.py
src/cosmology/api/compat/_core.py
src/cosmology/api/compat/_standard.py
tests/__init__.py
tests/api/__init__.py
tests/api/conftest.py
tests/api/test_constants.py
tests/api/test_core.py
tests/api/test_namespace.py
tests/api/test_standard.py
tests/api/compat/__init__.py
tests/api/compat/conftest.py
tests/api/compat/test_core.py
tests/api/compat/test_standard.py
tests/api/components/__init__.py
tests/api/components/test_baryon.py
tests/api/components/test_curvature.py
tests/api/components/test_darkenergy.py
tests/api/components/test_darkmatter.py
tests/api/components/test_matter.py
tests/api/components/test_neutrino.py
tests/api/components/test_photon.py
tests/api/components/test_total.py
tests/api/distances/__init__.py
tests/api/distances/test_comoving.py
tests/api/distances/test_distances.py
tests/api/distances/test_lookback.py
tests/api/distances/test_proper.py
tests/api/distances/test_scalefactor.py
tests/api/distances/test_tcmb.py
tests/api/extras/__init__.py
tests/api/extras/test_hubble.py
tests/api/extras/test_rhocrit.py