Metadata-Version: 2.1
Name: pyslim
Version: 0.3
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
Requires-Dist: attrs
Requires-Dist: kastore
Requires-Dist: msprime (>=0.7.0)
Requires-Dist: numpy
Requires-Dist: tskit
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
```


