Metadata-Version: 2.4
Name: msprime
Version: 1.4.1
Summary: Simulate genealogical trees and genomic sequence data using population genetic models
Author-email: Tskit Developers <admin@tskit.dev>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://tskit.dev/msprime
Project-URL: Documentation, https://tskit.dev/msprime/docs/stable
Project-URL: Changelog, https://tskit.dev/msprime/docs/stable/CHANGELOG.html
Project-URL: Bug Tracker, https://github.com/tskit-dev/msprime/issues
Project-URL: Source Code, https://github.com/tskit-dev/msprime/
Keywords: coalescent simulation,population genetics,ms,tree sequence,tskit
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy>=2
Requires-Dist: newick>=1.3.0
Requires-Dist: tskit>=1.0.0
Requires-Dist: demes>=0.2
Dynamic: license-file

# msprime  <img align="right" width="145" height="90" src="https://raw.githubusercontent.com/tskit-dev/msprime/main/docs/msprime_logo.svg">

[![codecov](https://codecov.io/gh/tskit-dev/msprime/branch/main/graph/badge.svg)](https://codecov.io/gh/tskit-dev/msprime) [![PyPI Downloads](https://pepy.tech/badge/msprime)](https://pepy.tech/project/msprime) [![Conda Downloads](https://anaconda.org/conda-forge/msprime/badges/downloads.svg)](https://anaconda.org/conda-forge/msprime) [![SWH](https://archive.softwareheritage.org/badge/origin/https://github.com/tskit-dev/msprime/)](https://archive.softwareheritage.org/browse/origin/?origin_url=https://github.com/tskit-dev/msprime) [![Docs Build](https://github.com/tskit-dev/msprime/actions/workflows/docs.yml/badge.svg)](https://github.com/tskit-dev/msprime/actions/workflows/docs.yml) [![Tests](https://github.com/tskit-dev/msprime/actions/workflows/tests.yml/badge.svg)](https://github.com/tskit-dev/msprime/actions/workflows/tests.yml)


``msprime`` is a population genetics simulator
based on [tskit](https://tskit.dev). Msprime can simulate random
ancestral histories for a sample of individuals
(consistent with a given demographic model) under a
range of different models and evolutionary processes. Msprime can
also simulate mutations on a given ancestral
history (which can be produced by msprime or other programs
supporting [tskit](https://tskit.dev)) under
a variety of genome sequence evolution models.

Please see the [documentation](https://tskit.dev/msprime/docs/latest/) for
more details, including
[installation instructions](https://tskit.dev/msprime/docs/latest/installation.html).

