azure-storage-utils


Nameazure-storage-utils JSON
Version 1.0.30 PyPI version JSON
download
home_pagehttps://msazure.visualstudio.com/One/_git/RepoDepot
SummaryA utility for tracking volume in and out of azure storage containers
upload_time2022-12-17 00:24:46
maintainer
docs_urlNone
authorMatthew Warren
requires_python
licenseMIT
keywords maps flat blob storage accounts as if hierchical and compares changes between different mappings
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # azure-storage-utils

Azure Storage Utilities performs several linked functions for azure storage accounts:

1. It enables translation of the flat storage format of blobs to the hierarchical format human users expect when navigating through storage accounts in the Azure Web Portal or Azure Storage Explorer application. This translated hierarchical storage is returned as a dictionary that can be saved locally or written back to the storage container.

2. It compares hierarchical maps of storage containers to produce a differential map that tracks gains and losses in file count and byte size, or the overall difference between two maps.

            

Raw data

            {
    "_id": null,
    "home_page": "https://msazure.visualstudio.com/One/_git/RepoDepot",
    "name": "azure-storage-utils",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "maps flat blob storage accounts as if hierchical and compares changes between different mappings",
    "author": "Matthew Warren",
    "author_email": "mawarren@microsoft.com",
    "download_url": "https://files.pythonhosted.org/packages/9c/5e/2698276b3003aa0049c386c3e653cd68431d12f8eeba45e6ed7f137d87e6/azure-storage-utils-1.0.30.tar.gz",
    "platform": null,
    "description": "# azure-storage-utils\n\nAzure Storage Utilities performs several linked functions for azure storage accounts:\n\n1. It enables translation of the flat storage format of blobs to the hierarchical format human users expect when navigating through storage accounts in the Azure Web Portal or Azure Storage Explorer application. This translated hierarchical storage is returned as a dictionary that can be saved locally or written back to the storage container.\n\n2. It compares hierarchical maps of storage containers to produce a differential map that tracks gains and losses in file count and byte size, or the overall difference between two maps.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A utility for tracking volume in and out of azure storage containers",
    "version": "1.0.30",
    "split_keywords": [
        "maps",
        "flat",
        "blob",
        "storage",
        "accounts",
        "as",
        "if",
        "hierchical",
        "and",
        "compares",
        "changes",
        "between",
        "different",
        "mappings"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "f4bc5a7333f1280320a438d04a806b22",
                "sha256": "aa47b8623fccba6c65f23abd4a47d4a0b2c62b719a20895616e4c3938e54499f"
            },
            "downloads": -1,
            "filename": "azure-storage-utils-1.0.30.tar.gz",
            "has_sig": false,
            "md5_digest": "f4bc5a7333f1280320a438d04a806b22",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11328,
            "upload_time": "2022-12-17T00:24:46",
            "upload_time_iso_8601": "2022-12-17T00:24:46.529718Z",
            "url": "https://files.pythonhosted.org/packages/9c/5e/2698276b3003aa0049c386c3e653cd68431d12f8eeba45e6ed7f137d87e6/azure-storage-utils-1.0.30.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-17 00:24:46",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "azure-storage-utils"
}
        
Elapsed time: 0.02542s