Metadata-Version: 2.1
Name: pyslim
Version: 0.403
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
Keywords: tree sequences,tskit
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: msprime (>=0.7.0)
Requires-Dist: tskit
Requires-Dist: kastore
Requires-Dist: attrs
Requires-Dist: numpy
Provides-Extra: dev

# pySLiM

`pyslim` is a python module to allow reading and writing of SLiM-produced tree sequences
as a thin interface to [tskit](https://tskit.readthedocs.io/en/latest).
Please see [our documentation](https://pyslim.readthedocs.io/en/latest/) for more information.

## Installation

To install `pyslim`, do
```
pip install pyslim
```

<a href='https://pyslim.readthedocs.io/en/latest/?badge=latest'>
    <img src='https://readthedocs.org/projects/pyslim/badge/?version=latest' alt='Documentation Status' />
</a>


