pyslim


Namepyslim JSON
Version 1.0.4 PyPI version JSON
download
home_pagehttps://github.com/tskit-dev/pyslim
SummaryManipulate tree sequences produced by SLiM.
upload_time2023-08-01 13:46:10
maintainer
docs_urlNone
authorPeter Ralph
requires_python
licenseMIT
keywords tree sequences tskit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pyslim

`pyslim` is a python module that provides a few extra tools for dealing with tree sequences
produced by SLiM and for preparing other tree seuqences for use with SLiM.
Most tree sequence functionality is provided by [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).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/tskit-dev/pyslim",
    "name": "pyslim",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "tree sequences,tskit",
    "author": "Peter Ralph",
    "author_email": "petrel.harp@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/68/6b/200539cf091a7e91031b017fd9dfc0ed5e76b3e026905a5c4f6f4e39e619/pyslim-1.0.4.tar.gz",
    "platform": null,
    "description": "# pyslim\n\n`pyslim` is a python module that provides a few extra tools for dealing with tree sequences\nproduced by SLiM and for preparing other tree seuqences for use with SLiM.\nMost tree sequence functionality is provided by [tskit](https://tskit.dev/tskit).\nPlease see [our documentation](https://tskit.dev/pyslim/docs/stable/) for more information.\n(That link is to documentation for the last release release;\ninstead, [the latest](https://tskit.dev/pyslim/docs/latest) documentation\nmay have additional examples, but may also describe features you need to install from github to get.)\n\n## Installation\n\nTo install `pyslim`, do\n```\npip install pyslim\n```\nor read the documentation for how to [install from source](https://tskit.dev/pyslim/stable/development.html#sec-development).\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Manipulate tree sequences produced by SLiM.",
    "version": "1.0.4",
    "project_urls": {
        "Bug Reports": "https://github.com/tskit-dev/pyslim/issues",
        "Homepage": "https://github.com/tskit-dev/pyslim",
        "Source": "https://github.com/tskit-dev/pyslim"
    },
    "split_keywords": [
        "tree sequences",
        "tskit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3d9d43fd4ada4769eb8b022e692b221c1ca98477f4e7be41e910627c686da80c",
                "md5": "b54eec6a8b8a260c2b5a7deda25e1cb6",
                "sha256": "db205f952222070e8731c16ac3c5fb04986f0c7ff4b1e5e46a9db719c9ddd257"
            },
            "downloads": -1,
            "filename": "pyslim-1.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b54eec6a8b8a260c2b5a7deda25e1cb6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 65384,
            "upload_time": "2023-08-01T13:46:08",
            "upload_time_iso_8601": "2023-08-01T13:46:08.025401Z",
            "url": "https://files.pythonhosted.org/packages/3d/9d/43fd4ada4769eb8b022e692b221c1ca98477f4e7be41e910627c686da80c/pyslim-1.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "686b200539cf091a7e91031b017fd9dfc0ed5e76b3e026905a5c4f6f4e39e619",
                "md5": "2f6f57482f305a9cfe75932ec27b43bd",
                "sha256": "bda94084f11564dbff2187bce5af3c48613edbff4ed689af072c33fc779e45ca"
            },
            "downloads": -1,
            "filename": "pyslim-1.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "2f6f57482f305a9cfe75932ec27b43bd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1988670,
            "upload_time": "2023-08-01T13:46:10",
            "upload_time_iso_8601": "2023-08-01T13:46:10.431902Z",
            "url": "https://files.pythonhosted.org/packages/68/6b/200539cf091a7e91031b017fd9dfc0ed5e76b3e026905a5c4f6f4e39e619/pyslim-1.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-08-01 13:46:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tskit-dev",
    "github_project": "pyslim",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyslim"
}
        
Elapsed time: 0.11686s