Metadata-Version: 2.1
Name: pyslim
Version: 0.700
Summary: Manipulate tree sequences produced by SLiM.
Home-page: https://github.com/tskit-dev/pyslim
Author: Peter Ralph
Author-email: petrel.harp@gmail.com
License: MIT
Project-URL: Bug Reports, https://github.com/tskit-dev/pyslim/issues
Project-URL: Source, https://github.com/tskit-dev/pyslim
Description: # pySLiM
        
        `pyslim` is a python module to allow reading and writing of SLiM-produced tree sequences
        as a thin interface to [tskit](https://tskit.dev/tskit).
        Please see [our documentation](https://tskit.dev/pyslim/docs/stable/) for more information.
        (That link is to documentation for the last release release;
        instead, [the latest](https://tskit.dev/pyslim/docs/latest) documentation
        may have additional examples, but may also describe features you need to install from github to get.)
        
        ## Installation
        
        To install `pyslim`, do
        ```
        pip install pyslim
        ```
        or read the documentation for how to [install from source](https://tskit.dev/pyslim/stable/development.html#sec-development).
        
Keywords: tree sequences,tskit
Platform: UNKNOWN
Description-Content-Type: text/markdown
Provides-Extra: dev
