Metadata-Version: 2.1
Name: msprime
Version: 1.0.1
Summary: Simulate genealogical trees and genomic sequence data using population genetic models
Home-page: https://tskit.dev/msprime
Author: Tskit Developers
Author-email: admin@tskit.dev
License: GNU GPLv3+
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: GitHub, https://github.com/tskit-dev/msprime/
Description: # msprime
        
         [![CircleCI](https://circleci.com/gh/tskit-dev/msprime.svg?style=svg)](https://circleci.com/gh/tskit-dev/msprime) [![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) [![Docs Build](https://github.com/tskit-dev/msprime/actions/workflows/docs.yml/badge.svg)](https://github.com/tskit-dev/msprime/actions/workflows/docs.yml) [![Binary wheels](https://github.com/tskit-dev/msprime/actions/workflows/wheels.yml/badge.svg)](https://github.com/tskit-dev/msprime/actions/workflows/wheels.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).
        
Keywords: coalescent simulation,population genetics,ms,tree sequence,tskit
Platform: POSIX
Platform: Windows
Platform: MacOS X
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
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.7
Description-Content-Type: text/markdown
