azure-multiapi-storage


Nameazure-multiapi-storage JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://github.com/Azure/azure-multiapi-storage-python
SummaryMicrosoft Azure Storage Client Library for Python with multi API version support.
upload_time2023-06-01 08:08:05
maintainer
docs_urlNone
authorMicrosoft Corporation
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Microsoft Azure Storage Client Library for Python - with Multi API version Support
==================================================================================

Handles multi-API versions of Azure Storage Data Plane originally from https://github.com/Azure/azure-storage-python.

**NOTE:**

- This is not an official Azure Storage SDK.

- It is used by https://github.com/Azure/azure-cli to support multiple API versions.

- The official Azure Storage SDK is at https://github.com/Azure/azure-storage-python.

- The official Azure CosmosDB Table SDK is at https://github.com/Azure/azure-cosmosdb-python/tree/master/azure-cosmosdb-table.

- **Please file issues at the appropriate repository above.**

Change Log
----------
1.2.0
++++++
* blob: Support v2022-11-02(12.16.0) and remove v2021-06-08

1.1.0
++++++
* fileshare: Support v2022-11-02(12.12.0b1) and remove v2021-06-08

1.0.0
++++++
* storageV1:
    - Keep only v2018-11-09, v2017-11-09, v2017-04-17, v2015-04-05
* blob:
    - Keep only v2021-08-06, v2021-06-08, v2019-07-07
* fileshare:
    - Keep only v2021-06-08, v2019-07-07
* filedatalake:
    - Keep only v2021-08-06, v2019-07-07
* queue:
    - Keep only v2018-03-28, Add v2019-07-07

0.10.0
++++++
* blob:
    - Support v2021-08-06(12.14.0b1)
* fileshare:
    - Features support and bug fix for v2021-06-08(12.10.0b1)
* filedatalake:
    - Support v2021-08-06(12.9.0b1)
* queue:
    - Support v2021-02-12(12.5.0b1)

0.9.0
+++++
* blob:
    - Support v2021-06-08(12.12.0)
* fileshare:
    - Support v2021-06-08(12.8.0)
* filedatalake:
    - Support v2021-06-08(12.7.0)
* queue: Feature for 2018-03-28(12.3.0)

0.8.0
+++++
* blob:
    - Support v2021-04-10(12.10.0)
* fileshare:
    - Support v2021-04-10(12.7.0)
* filedatalake:
    - Support v2020-10-02(12.6.0)
* queue: Minor fix for 2018-03-28(12.2.0)

0.7.0
+++++
* blob:
    - Support v2020-06-12(12.8.1)
    - Support v2020-10-02(12.9.0)
* fileshare:
    - Minor fix for 2020-04-08(12.5.0)
    - Support v2020-10-02(12.6.0)
* filedatalake:
    - Minor fix for 2020-02-10(12.3.1)
    - Support v2020-06-12(12.5.0)
* queue: Minor fix for 2018-03-28(12.1.6)

0.6.2
+++++
* Fix import issue for filedatalake

0.6.1
+++++
* Support undelete filesystem
* Fix minor issues in filedatalake

0.6.0
+++++
* blob(12.7.1): Support v2020-04-08
* fileshare(12.4.1): Support v2020-04-08
* filedatalake(12.2.2): Minor fix for 2020-02-10
* queue(12.1.5): Minor fix for 2018-03-28

0.5.2
+++++
* Fix minor issue in filedatalake

0.5.1
+++++
* Fix import issue for filedatalake

0.5.0
+++++
* Add new api support for azure-multiapi-storagev2:
    - blob
        - v2020-02-10
    - filedatalake
        - v2020-02-10
    - fileshare
        - v2020-02-10

0.4.1
+++++
* Add tags support for blob
* Add new api support for azure-multiapi-storagev2:
    - filedatalake
        - v2019-12-12
    - fileshare
        - v2019-12-12

0.4.0
+++++
* Add v2019-12-12 for azure.multiapi.storagev2.blob

0.3.7
+++++
* Fix syntax warning in python 3.8

0.3.6
+++++
* Fix package problem to include packages under the azure namespace

0.3.5
+++++
* Fix package problem: update prg_resources to pkgutil

0.3.4
+++++
* Remove __init__.py under azure

0.3.2
+++++
* Fix package issue

0.3.1
+++++
* Fix package issue

0.3.0
+++++
* Add support for storage data plane track2 SDK with new package azure-multiapi-storagev2:
    - blob
        - v2019-02-02
        - v2019-07-07
    - filedatalake
        - v2018-11-09
    - fileshare
        - v2019-02-02
        - v2019-07-07
    - queue
	- v2018-03-28

0.2.4
+++++
* Add new API version support:
    - 2018-11-09

0.2.3
+++++
* Add new API version support:
    - 2017-11-09 (from 1.2.0rc1 of azure-storage)

0.2.2
+++++
* Upgrade:
    - 2018-03-28 (from 1.3.0 to 1.3.1)

0.2.1
+++++
* Upgrade:
    - 2018-03-28 (from 1.1.0 to 1.3.0)

0.1.8
+++++
* Upgrade:
    - 2017-07-29 (from 0.37.1 to 1.1.0)

0.1.7
+++++
* Upgrade:
    - 2017-04-17 (from 0.37.0 to 0.37.1)

0.1.6
+++++
* Integrate the latest Python Storage SDK as well as the CosmosDB table SDK

0.1.5
+++++
* Mark futures as optional using environment markers so pip will evaluate the dependencies late and not install futures on Python 3.

0.1.4
+++++
* Fix for sdist (source distribution) not including azure/__init__.py.

0.1.3
+++++
* Upgrade:
    - 2017-04-17 (from 0.35.1 to 0.35.2)

0.1.2
+++++
* Add new API version support:
    - 2017-04-17 (from 0.35.1 of azure-storage)

0.1.1
+++++
* Upgrade:
    - 2016-05-31 (from 0.34.3 of azure-storage)

0.1.0
+++++
* Initial release.  
* Supported API versions:  
    - 2016-05-31 (from 0.34.0 of azure-storage)
    - 2015-04-05 (from 0.30.0 of azure-storage)


Contribute Code
---------------

This project has adopted the `Microsoft Open Source Code of Conduct <https://opensource.microsoft.com/codeofconduct/>`__.

For more information see the `Code of Conduct FAQ <https://opensource.microsoft.com/codeofconduct/faq/>`__ or contact `opencode@microsoft.com <mailto:opencode@microsoft.com>`__ with any additional questions or comments.

If you would like to become an active contributor to this project please
follow the instructions provided in `Contribution License Agreement <https://cla.microsoft.com/>`__

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Azure/azure-multiapi-storage-python",
    "name": "azure-multiapi-storage",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Microsoft Corporation",
    "author_email": "azpycli@microsoft.com",
    "download_url": "https://files.pythonhosted.org/packages/5f/70/aea5b85d088181d9ccc43a387029d2f423c916a8571f7027d5f97f7860a9/azure-multiapi-storage-1.2.0.tar.gz",
    "platform": null,
    "description": "Microsoft Azure Storage Client Library for Python - with Multi API version Support\n==================================================================================\n\nHandles multi-API versions of Azure Storage Data Plane originally from https://github.com/Azure/azure-storage-python.\n\n**NOTE:**\n\n- This is not an official Azure Storage SDK.\n\n- It is used by https://github.com/Azure/azure-cli to support multiple API versions.\n\n- The official Azure Storage SDK is at https://github.com/Azure/azure-storage-python.\n\n- The official Azure CosmosDB Table SDK is at https://github.com/Azure/azure-cosmosdb-python/tree/master/azure-cosmosdb-table.\n\n- **Please file issues at the appropriate repository above.**\n\nChange Log\n----------\n1.2.0\n++++++\n* blob: Support v2022-11-02(12.16.0) and remove v2021-06-08\n\n1.1.0\n++++++\n* fileshare: Support v2022-11-02(12.12.0b1) and remove v2021-06-08\n\n1.0.0\n++++++\n* storageV1:\n    - Keep only v2018-11-09, v2017-11-09, v2017-04-17, v2015-04-05\n* blob:\n    - Keep only v2021-08-06, v2021-06-08, v2019-07-07\n* fileshare:\n    - Keep only v2021-06-08, v2019-07-07\n* filedatalake:\n    - Keep only v2021-08-06, v2019-07-07\n* queue:\n    - Keep only v2018-03-28, Add v2019-07-07\n\n0.10.0\n++++++\n* blob:\n    - Support v2021-08-06(12.14.0b1)\n* fileshare:\n    - Features support and bug fix for v2021-06-08(12.10.0b1)\n* filedatalake:\n    - Support v2021-08-06(12.9.0b1)\n* queue:\n    - Support v2021-02-12(12.5.0b1)\n\n0.9.0\n+++++\n* blob:\n    - Support v2021-06-08(12.12.0)\n* fileshare:\n    - Support v2021-06-08(12.8.0)\n* filedatalake:\n    - Support v2021-06-08(12.7.0)\n* queue: Feature for 2018-03-28(12.3.0)\n\n0.8.0\n+++++\n* blob:\n    - Support v2021-04-10(12.10.0)\n* fileshare:\n    - Support v2021-04-10(12.7.0)\n* filedatalake:\n    - Support v2020-10-02(12.6.0)\n* queue: Minor fix for 2018-03-28(12.2.0)\n\n0.7.0\n+++++\n* blob:\n    - Support v2020-06-12(12.8.1)\n    - Support v2020-10-02(12.9.0)\n* fileshare:\n    - Minor fix for 2020-04-08(12.5.0)\n    - Support v2020-10-02(12.6.0)\n* filedatalake:\n    - Minor fix for 2020-02-10(12.3.1)\n    - Support v2020-06-12(12.5.0)\n* queue: Minor fix for 2018-03-28(12.1.6)\n\n0.6.2\n+++++\n* Fix import issue for filedatalake\n\n0.6.1\n+++++\n* Support undelete filesystem\n* Fix minor issues in filedatalake\n\n0.6.0\n+++++\n* blob(12.7.1): Support v2020-04-08\n* fileshare(12.4.1): Support v2020-04-08\n* filedatalake(12.2.2): Minor fix for 2020-02-10\n* queue(12.1.5): Minor fix for 2018-03-28\n\n0.5.2\n+++++\n* Fix minor issue in filedatalake\n\n0.5.1\n+++++\n* Fix import issue for filedatalake\n\n0.5.0\n+++++\n* Add new api support for azure-multiapi-storagev2:\n    - blob\n        - v2020-02-10\n    - filedatalake\n        - v2020-02-10\n    - fileshare\n        - v2020-02-10\n\n0.4.1\n+++++\n* Add tags support for blob\n* Add new api support for azure-multiapi-storagev2:\n    - filedatalake\n        - v2019-12-12\n    - fileshare\n        - v2019-12-12\n\n0.4.0\n+++++\n* Add v2019-12-12 for azure.multiapi.storagev2.blob\n\n0.3.7\n+++++\n* Fix syntax warning in python 3.8\n\n0.3.6\n+++++\n* Fix package problem to include packages under the azure namespace\n\n0.3.5\n+++++\n* Fix package problem: update prg_resources to pkgutil\n\n0.3.4\n+++++\n* Remove __init__.py under azure\n\n0.3.2\n+++++\n* Fix package issue\n\n0.3.1\n+++++\n* Fix package issue\n\n0.3.0\n+++++\n* Add support for storage data plane track2 SDK with new package azure-multiapi-storagev2:\n    - blob\n        - v2019-02-02\n        - v2019-07-07\n    - filedatalake\n        - v2018-11-09\n    - fileshare\n        - v2019-02-02\n        - v2019-07-07\n    - queue\n\t- v2018-03-28\n\n0.2.4\n+++++\n* Add new API version support:\n    - 2018-11-09\n\n0.2.3\n+++++\n* Add new API version support:\n    - 2017-11-09 (from 1.2.0rc1 of azure-storage)\n\n0.2.2\n+++++\n* Upgrade:\n    - 2018-03-28 (from 1.3.0 to 1.3.1)\n\n0.2.1\n+++++\n* Upgrade:\n    - 2018-03-28 (from 1.1.0 to 1.3.0)\n\n0.1.8\n+++++\n* Upgrade:\n    - 2017-07-29 (from 0.37.1 to 1.1.0)\n\n0.1.7\n+++++\n* Upgrade:\n    - 2017-04-17 (from 0.37.0 to 0.37.1)\n\n0.1.6\n+++++\n* Integrate the latest Python Storage SDK as well as the CosmosDB table SDK\n\n0.1.5\n+++++\n* Mark futures as optional using environment markers so pip will evaluate the dependencies late and not install futures on Python 3.\n\n0.1.4\n+++++\n* Fix for sdist (source distribution) not including azure/__init__.py.\n\n0.1.3\n+++++\n* Upgrade:\n    - 2017-04-17 (from 0.35.1 to 0.35.2)\n\n0.1.2\n+++++\n* Add new API version support:\n    - 2017-04-17 (from 0.35.1 of azure-storage)\n\n0.1.1\n+++++\n* Upgrade:\n    - 2016-05-31 (from 0.34.3 of azure-storage)\n\n0.1.0\n+++++\n* Initial release.  \n* Supported API versions:  \n    - 2016-05-31 (from 0.34.0 of azure-storage)\n    - 2015-04-05 (from 0.30.0 of azure-storage)\n\n\nContribute Code\n---------------\n\nThis project has adopted the `Microsoft Open Source Code of Conduct <https://opensource.microsoft.com/codeofconduct/>`__.\n\nFor more information see the `Code of Conduct FAQ <https://opensource.microsoft.com/codeofconduct/faq/>`__ or contact `opencode@microsoft.com <mailto:opencode@microsoft.com>`__ with any additional questions or comments.\n\nIf you would like to become an active contributor to this project please\nfollow the instructions provided in `Contribution License Agreement <https://cla.microsoft.com/>`__\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Microsoft Azure Storage Client Library for Python with multi API version support.",
    "version": "1.2.0",
    "project_urls": {
        "Homepage": "https://github.com/Azure/azure-multiapi-storage-python"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87aeaa37bfd67c3a92e4cce70a57544103cfc27d5440f3285faca1759c7db44d",
                "md5": "f20e18c41a89cb59de62499ef6b7eac7",
                "sha256": "d4232191de2e44001bbc2390dc39ebde26db71cfe22d607df507af73c5801194"
            },
            "downloads": -1,
            "filename": "azure_multiapi_storage-1.2.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f20e18c41a89cb59de62499ef6b7eac7",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 2854796,
            "upload_time": "2023-06-01T08:08:02",
            "upload_time_iso_8601": "2023-06-01T08:08:02.644325Z",
            "url": "https://files.pythonhosted.org/packages/87/ae/aa37bfd67c3a92e4cce70a57544103cfc27d5440f3285faca1759c7db44d/azure_multiapi_storage-1.2.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5f70aea5b85d088181d9ccc43a387029d2f423c916a8571f7027d5f97f7860a9",
                "md5": "01e1229d2c21e0f4fd4196248f0e6b59",
                "sha256": "090ba85877a1d04322b5346cbe27e8b6b4f0a5677f43d2d6583ee3676c3dafc2"
            },
            "downloads": -1,
            "filename": "azure-multiapi-storage-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "01e1229d2c21e0f4fd4196248f0e6b59",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2199570,
            "upload_time": "2023-06-01T08:08:05",
            "upload_time_iso_8601": "2023-06-01T08:08:05.973021Z",
            "url": "https://files.pythonhosted.org/packages/5f/70/aea5b85d088181d9ccc43a387029d2f423c916a8571f7027d5f97f7860a9/azure-multiapi-storage-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-01 08:08:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Azure",
    "github_project": "azure-multiapi-storage-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "azure-multiapi-storage"
}
        
Elapsed time: 0.07268s