.gitignore
.readthedocs.yml
.zenodo.json
CITATION
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.rst
MANIFEST.in
README.rst
codecov.yml
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/CODEOWNERS
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/new-model-proposal.md
.github/problem_matchers/flake8.json
.github/problem_matchers/pytest.json
.github/problem_matchers/sphinx.json
.github/workflows/compatibility.yaml
.github/workflows/examples.yaml
.github/workflows/tests.yaml
docs/Makefile
docs/conf.py
docs/galaxy.rst
docs/index.rst
docs/make.bat
docs/_static/skypy.css
docs/_static/skypy_image.ico
docs/_static/skypy_image.png
docs/_static/skypy_image.svg
docs/arch/adr-01.md
docs/arch/adr-02.md
docs/cluster/index.rst
docs/gravitational_wave/index.rst
docs/halo/index.rst
docs/pipeline/index.rst
docs/pipeline/examples/pipeline.yml
docs/position/index.rst
docs/position/examples/uniform_around.yml
docs/power_spectrum/index.rst
docs/supernova/index.rst
docs/utils/index.rst
examples/abundance_matching.yml
examples/gravitational_wave_rates.yml
examples/mccl_galaxies.yml
skypy/__init__.py
skypy/_astropy_init.py
skypy/conftest.py
skypy/version.py
skypy.egg-info/PKG-INFO
skypy.egg-info/SOURCES.txt
skypy.egg-info/dependency_links.txt
skypy.egg-info/entry_points.txt
skypy.egg-info/not-zip-safe
skypy.egg-info/requires.txt
skypy.egg-info/top_level.txt
skypy/cluster/__init__.py
skypy/cluster/tests/__init__.py
skypy/data/README.rst
skypy/extern/__init__.py
skypy/galaxy/__init__.py
skypy/galaxy/_schechter.py
skypy/galaxy/_spectrum_loaders.py
skypy/galaxy/ellipticity.py
skypy/galaxy/luminosity.py
skypy/galaxy/redshift.py
skypy/galaxy/size.py
skypy/galaxy/spectrum.py
skypy/galaxy/stellar_mass.py
skypy/galaxy/tests/__init__.py
skypy/galaxy/tests/test_ellipticity.py
skypy/galaxy/tests/test_luminosity.py
skypy/galaxy/tests/test_redshift.py
skypy/galaxy/tests/test_schechter.py
skypy/galaxy/tests/test_size.py
skypy/galaxy/tests/test_spectrum.py
skypy/galaxy/tests/test_stellar_mass.py
skypy/galaxy/tests/data/spectrum.ecsv
skypy/gravitational_wave/__init__.py
skypy/gravitational_wave/merger_rate.py
skypy/gravitational_wave/tests/__init__.py
skypy/gravitational_wave/tests/test_merger_rate.py
skypy/halo/__init__.py
skypy/halo/abundance_matching.py
skypy/halo/mass.py
skypy/halo/quenching.py
skypy/halo/tests/__init__.py
skypy/halo/tests/test_abundance_matching.py
skypy/halo/tests/test_mass.py
skypy/halo/tests/test_quenching.py
skypy/pipeline/__init__.py
skypy/pipeline/_config.py
skypy/pipeline/_lightcone.py
skypy/pipeline/_pipeline.py
skypy/pipeline/scripts/__init__.py
skypy/pipeline/scripts/skypy.py
skypy/pipeline/tests/__init__.py
skypy/pipeline/tests/test_config.py
skypy/pipeline/tests/test_lightcone.py
skypy/pipeline/tests/test_pipeline.py
skypy/pipeline/tests/test_skypy.py
skypy/pipeline/tests/data/bad_function.yml
skypy/pipeline/tests/data/bad_module.yml
skypy/pipeline/tests/data/empty_config.yml
skypy/pipeline/tests/data/lightcone_config.yml
skypy/pipeline/tests/data/test_config.yml
skypy/position/__init__.py
skypy/position/_uniform.py
skypy/position/tests/__init__.py
skypy/position/tests/test_uniform.py
skypy/power_spectrum/__init__.py
skypy/power_spectrum/_camb.py
skypy/power_spectrum/_classy.py
skypy/power_spectrum/_eisenstein_hu.py
skypy/power_spectrum/_growth.py
skypy/power_spectrum/_halofit.py
skypy/power_spectrum/tests/__init__.py
skypy/power_spectrum/tests/test_camb.py
skypy/power_spectrum/tests/test_class.py
skypy/power_spectrum/tests/test_eisenstein_hu.py
skypy/power_spectrum/tests/test_growth.py
skypy/power_spectrum/tests/test_halofit.py
skypy/power_spectrum/tests/data/camb_result.txt
skypy/power_spectrum/tests/data/class_result.txt
skypy/power_spectrum/tests/data/linear_power.txt
skypy/power_spectrum/tests/data/truth_bird.txt
skypy/power_spectrum/tests/data/truth_smith.txt
skypy/power_spectrum/tests/data/truth_takahashi.txt
skypy/supernova/__init__.py
skypy/supernova/tests/__init__.py
skypy/tests/__init__.py
skypy/utils/__init__.py
skypy/utils/_decorators.py
skypy/utils/random.py
skypy/utils/special.py
skypy/utils/tests/__init__.py
skypy/utils/tests/test_decorators.py
skypy/utils/tests/test_random.py
skypy/utils/tests/test_special.py
skypy/utils/tests/data/gammaincc.txt