Metadata-Version: 2.1
Name: pyslim
Version: 0.311
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.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
        ```
        
Keywords: tree sequences,tskit
Platform: UNKNOWN
Provides-Extra: dev
