snakemake-storage-plugin-zenodo


Namesnakemake-storage-plugin-zenodo JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/snakemake/snakemake-storage-plugin-zenodo
SummaryA Snakemake storage plugin for reading from and writing to zenodo.org
upload_time2023-12-08 15:50:37
maintainer
docs_urlNone
authorJohannes Koester
requires_python>=3.11,<4.0
licenseMIT
keywords snakemake zenodo storage plugin
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Snakemake storage plugin: zenodo

A Snakemake storage plugin for reading from and writing to zenodo.org.
The plugin takes queries of the form `zenodo://record/121246/path/to/file.txt` for
downloading files (here from record `121246`), and 
`zenodo://deposition/121246/path/to/file.txt` for uploading files
to an existing deposition (i.e. an unpublished and therefore still writable record).
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/snakemake/snakemake-storage-plugin-zenodo",
    "name": "snakemake-storage-plugin-zenodo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "snakemake,zenodo,storage,plugin",
    "author": "Johannes Koester",
    "author_email": "johannes.koester@uni-due.de",
    "download_url": "https://files.pythonhosted.org/packages/b4/d2/3ec943a49e4bd9f3d26bb7f9336e4db9161b906c5f148212b235f5d21ae6/snakemake_storage_plugin_zenodo-0.1.2.tar.gz",
    "platform": null,
    "description": "# Snakemake storage plugin: zenodo\n\nA Snakemake storage plugin for reading from and writing to zenodo.org.\nThe plugin takes queries of the form `zenodo://record/121246/path/to/file.txt` for\ndownloading files (here from record `121246`), and \n`zenodo://deposition/121246/path/to/file.txt` for uploading files\nto an existing deposition (i.e. an unpublished and therefore still writable record).",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Snakemake storage plugin for reading from and writing to zenodo.org",
    "version": "0.1.2",
    "project_urls": {
        "Documentation": "https://snakemake.github.io/snakemake-plugin-catalog/plugins/storage/zenodo.html",
        "Homepage": "https://github.com/snakemake/snakemake-storage-plugin-zenodo",
        "Repository": "https://github.com/snakemake/snakemake-storage-plugin-zenodo"
    },
    "split_keywords": [
        "snakemake",
        "zenodo",
        "storage",
        "plugin"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61601f9fc05e55a0df725f0335939b4d1e56e0fb3c09eca01448361f29934aa8",
                "md5": "e3e542c30b697bd389390b00d819dc76",
                "sha256": "739958562bde0e5cb539e45032621334c95ef791cf05ed711ff737c1dd588b9b"
            },
            "downloads": -1,
            "filename": "snakemake_storage_plugin_zenodo-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e3e542c30b697bd389390b00d819dc76",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 7861,
            "upload_time": "2023-12-08T15:50:30",
            "upload_time_iso_8601": "2023-12-08T15:50:30.954315Z",
            "url": "https://files.pythonhosted.org/packages/61/60/1f9fc05e55a0df725f0335939b4d1e56e0fb3c09eca01448361f29934aa8/snakemake_storage_plugin_zenodo-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b4d23ec943a49e4bd9f3d26bb7f9336e4db9161b906c5f148212b235f5d21ae6",
                "md5": "614e2b80b7f32e084edada4709360a0a",
                "sha256": "3675e76ae5dc930664bbcc1132a957c6490199c366e4e1e607d1491a7a46cf3d"
            },
            "downloads": -1,
            "filename": "snakemake_storage_plugin_zenodo-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "614e2b80b7f32e084edada4709360a0a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 6697,
            "upload_time": "2023-12-08T15:50:37",
            "upload_time_iso_8601": "2023-12-08T15:50:37.282951Z",
            "url": "https://files.pythonhosted.org/packages/b4/d2/3ec943a49e4bd9f3d26bb7f9336e4db9161b906c5f148212b235f5d21ae6/snakemake_storage_plugin_zenodo-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-08 15:50:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "snakemake",
    "github_project": "snakemake-storage-plugin-zenodo",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "snakemake-storage-plugin-zenodo"
}
        
Elapsed time: 0.16613s