.editorconfig
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
requirements.txt
requirements_dev.txt
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs-build.yml
.github/workflows/docs.yml
.github/workflows/installation.yml
.github/workflows/macos.yml
.github/workflows/pypi.yml
.github/workflows/ubuntu.yml
.github/workflows/windows.yml
docs/changelog.md
docs/contributing.md
docs/demography.md
docs/faq.md
docs/index.md
docs/installation.md
docs/usage.md
docs/utilities.md
docs/background/trans-fns.md
docs/examples/intro.ipynb
docs/overrides/main.html
spaceprime/__init__.py
spaceprime/analysis.py
spaceprime/cli.py
spaceprime/demography.py
spaceprime/utilities.py
spaceprime.egg-info/PKG-INFO
spaceprime.egg-info/SOURCES.txt
spaceprime.egg-info/dependency_links.txt
spaceprime.egg-info/entry_points.txt
spaceprime.egg-info/requires.txt
spaceprime.egg-info/top_level.txt
tests/__init__.py
tests/test_spaceprime.py
tests/test_utilities.py