.gitignore
.gitmodules
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
verification.py
.github/dependabot.yml
.github/mergify.yml
.github/workflows/dev.yaml
.github/workflows/docs.yaml
.github/workflows/lint.yaml
.github/workflows/tests.yaml
.github/workflows/wheel.yaml
demes/__init__.py
demes/__main__.py
demes/_version.py
demes/demes.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/entry_points.txt
demes.egg-info/not-zip-safe
demes.egg-info/requires.txt
demes.egg-info/top_level.txt
docs/CHANGELOG.md
docs/Makefile
docs/_config.yml
docs/_toc.yml
docs/api.md
docs/build.sh
docs/cli.md
docs/convert_changelog.py
docs/development.md
docs/installation.md
docs/introduction.md
docs/is_new_stable.py
docs/quickstart.md
docs/release.md
examples/bottleneck.yaml
examples/browning_america.yaml
examples/cloning_example.yaml
examples/gutenkunst_ooa.yaml
examples/jacobs_papuans.yaml
examples/linear_size_function_example.yaml
examples/offshoots.yaml
examples/selfing_example.yaml
examples/two_epoch.yaml
examples/zigzag.yaml
requirements/docs.txt
requirements/lint.txt
requirements/minimal.txt
requirements/tests.txt
tests/__init__.py
tests/ms_asymmetric_migration.sh
tests/test_cli.py
tests/test_demes.py
tests/test_import_visibility.py
tests/test_load_dump.py
tests/test_ms.py
tests/test_spec.py