snakemake-storage-plugin-azure


Namesnakemake-storage-plugin-azure JSON
Version 0.1.5 PyPI version JSON
download
home_pagehttps://github.com/snakemake/snakemake-storage-plugin-azure
SummaryA Snakemake storage plugin to read and write from Azure Blob Storage
upload_time2024-03-06 17:28:19
maintainer
docs_urlNone
authorJake VanCampen
requires_python>=3.11,<4.0
licenseMIT
keywords snakemake plugin storage azure
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Snakemake Storage Plugin Azure

Azure Blob Storage plugin for snakemake.

# Testing

Testing this plugin locally require the azurite storage emulator to be running locally. 
This can be setup using the following docker run command: 

```
docker run -p 10000:10000 mcr.microsoft.com/azure-storage/azurite azurite-blob --blobHost 0.0.0.0
```

Then execute the tests: 
```
poetry run coverage run -m pytest tests/tests.py
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/snakemake/snakemake-storage-plugin-azure",
    "name": "snakemake-storage-plugin-azure",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "snakemake,plugin,storage,azure",
    "author": "Jake VanCampen",
    "author_email": "jake.vancampen7@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/68/62/04223b17c9da6153a10e40ada1461444b7633a05c3dffc8c796f2df62fd8/snakemake_storage_plugin_azure-0.1.5.tar.gz",
    "platform": null,
    "description": "# Snakemake Storage Plugin Azure\n\nAzure Blob Storage plugin for snakemake.\n\n# Testing\n\nTesting this plugin locally require the azurite storage emulator to be running locally. \nThis can be setup using the following docker run command: \n\n```\ndocker run -p 10000:10000 mcr.microsoft.com/azure-storage/azurite azurite-blob --blobHost 0.0.0.0\n```\n\nThen execute the tests: \n```\npoetry run coverage run -m pytest tests/tests.py\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A Snakemake storage plugin to read and write from Azure Blob Storage",
    "version": "0.1.5",
    "project_urls": {
        "Documentation": "https://snakemake.github.io/snakemake-plugin-catalog/plugins/storage/azure.html",
        "Homepage": "https://github.com/snakemake/snakemake-storage-plugin-azure",
        "Repository": "https://github.com/snakemake/snakemake-storage-plugin-azure"
    },
    "split_keywords": [
        "snakemake",
        "plugin",
        "storage",
        "azure"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d2955236f325510bc00a4cbf910b30b7c8cdd4d589bc968efdcbf34e29c9766",
                "md5": "9672547059309237b38a21a999673661",
                "sha256": "999c028dda8efc48ade57cb5fd928edbef59ef8eae8b474c4f41dfaa898f50d5"
            },
            "downloads": -1,
            "filename": "snakemake_storage_plugin_azure-0.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9672547059309237b38a21a999673661",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 7501,
            "upload_time": "2024-03-06T17:28:17",
            "upload_time_iso_8601": "2024-03-06T17:28:17.639191Z",
            "url": "https://files.pythonhosted.org/packages/0d/29/55236f325510bc00a4cbf910b30b7c8cdd4d589bc968efdcbf34e29c9766/snakemake_storage_plugin_azure-0.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "686204223b17c9da6153a10e40ada1461444b7633a05c3dffc8c796f2df62fd8",
                "md5": "190157c0db2e2ba73eb1ef64337ccf3b",
                "sha256": "c200d5ffc1d593083028014becba83ace43749a666f394e567435b7299566568"
            },
            "downloads": -1,
            "filename": "snakemake_storage_plugin_azure-0.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "190157c0db2e2ba73eb1ef64337ccf3b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 6820,
            "upload_time": "2024-03-06T17:28:19",
            "upload_time_iso_8601": "2024-03-06T17:28:19.185350Z",
            "url": "https://files.pythonhosted.org/packages/68/62/04223b17c9da6153a10e40ada1461444b7633a05c3dffc8c796f2df62fd8/snakemake_storage_plugin_azure-0.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-06 17:28:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "snakemake",
    "github_project": "snakemake-storage-plugin-azure",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "snakemake-storage-plugin-azure"
}
        
Elapsed time: 0.20217s