.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
codecov.yml
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/dependabot.yml
.github/workflows/dev.yml
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/tests.yml
demes/__init__.py
demes/_version.py
demes/demes.py
demes/hypothesis_strategies.py
demes/load_dump.py
demes/ms.py
demes/py.typed
demes.egg-info/PKG-INFO
demes.egg-info/SOURCES.txt
demes.egg-info/dependency_links.txt
demes.egg-info/not-zip-safe
demes.egg-info/requires.txt
demes.egg-info/top_level.txt
docs/Makefile
docs/_config.yml
docs/_toc.yml
docs/api.md
docs/build.sh
docs/changelog.md
docs/development.md
docs/installation.md
docs/introduction.md
docs/quickstart.md
docs/release.md
examples/bottleneck.yml
examples/browning_america.yml
examples/cloning_example.yml
examples/gutenkunst_ooa.yml
examples/jacobs_papuans.yml
examples/linear_size_function_example.yml
examples/offshoots.yml
examples/selfing_example.yml
examples/two_epoch.yml
examples/zigzag.yml
requirements/docs.txt
requirements/lint.txt
requirements/minimal.txt
requirements/tests.txt
tests/__init__.py
tests/conftest.py
tests/ms_asymmetric_migration.sh
tests/test_demes.py
tests/test_load_dump.py
tests/test_ms.py