snakemake


Namesnakemake JSON
Version 8.11.1 PyPI version JSON
download
home_pageNone
SummaryWorkflow management system to create reproducible and scalable data analyses
upload_time2024-04-29 14:03:30
maintainerNone
docs_urlNone
authorJohannes Köster
requires_python>=3.11
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
Snakemake is a workflow management system that aims to reduce the
complexity of creating workflows by providing a fast and comfortable
execution environment, together with a clean and modern specification
language in python style. Snakemake workflows are essentially Python
scripts extended by declarative code to define rules. Rules describe
how to create output files from input files.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "snakemake",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Johannes K\u00f6ster",
    "author_email": "johannes.koester@uni-due.de",
    "download_url": "https://files.pythonhosted.org/packages/aa/99/cf43b78cb3eec765334ae95001e3ac38dcaf0b2a2413def05aa104f403c9/snakemake-8.11.1.tar.gz",
    "platform": null,
    "description": "\nSnakemake is a workflow management system that aims to reduce the\ncomplexity of creating workflows by providing a fast and comfortable\nexecution environment, together with a clean and modern specification\nlanguage in python style. Snakemake workflows are essentially Python\nscripts extended by declarative code to define rules. Rules describe\nhow to create output files from input files.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Workflow management system to create reproducible and scalable data analyses",
    "version": "8.11.1",
    "project_urls": {
        "Documentation": "https://snakemake.readthedocs.io",
        "Homepage": "https://snakemake.github.io",
        "Source": "https://github.com/snakemake/snakemake"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f301ea48d31ef0efcac98eee498c61987b0f42f3f4c302ea09bb79168f448b19",
                "md5": "7466b8702e6e2b697b2c65391c85a081",
                "sha256": "aac7b8d283ac6d141070d68f6ba468285708dbd72d84ebc1f4393a0e9c524fe6"
            },
            "downloads": -1,
            "filename": "snakemake-8.11.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7466b8702e6e2b697b2c65391c85a081",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 303560,
            "upload_time": "2024-04-29T14:03:27",
            "upload_time_iso_8601": "2024-04-29T14:03:27.224008Z",
            "url": "https://files.pythonhosted.org/packages/f3/01/ea48d31ef0efcac98eee498c61987b0f42f3f4c302ea09bb79168f448b19/snakemake-8.11.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa99cf43b78cb3eec765334ae95001e3ac38dcaf0b2a2413def05aa104f403c9",
                "md5": "ef763d730a7d093c75ec76540504a5c3",
                "sha256": "54df0a2fab378f334741459a48c5293f05ae372b31ac0fd4c3ec8d19f2309356"
            },
            "downloads": -1,
            "filename": "snakemake-8.11.1.tar.gz",
            "has_sig": false,
            "md5_digest": "ef763d730a7d093c75ec76540504a5c3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 298280,
            "upload_time": "2024-04-29T14:03:30",
            "upload_time_iso_8601": "2024-04-29T14:03:30.171304Z",
            "url": "https://files.pythonhosted.org/packages/aa/99/cf43b78cb3eec765334ae95001e3ac38dcaf0b2a2413def05aa104f403c9/snakemake-8.11.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-29 14:03:30",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "snakemake",
    "github_project": "snakemake",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "snakemake"
}
        
Elapsed time: 0.24501s