{ "info": { "author": "Microsoft Corporation", "author_email": "azpysdkhelp@microsoft.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "Microsoft Azure SDK for Python\n==============================\n\nThis is the Microsoft Azure Event Grid Client Library.\n\nThis package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.\n\nFor a more complete set of Azure libraries, see the `azure `__ bundle package.\n\n\nUsage\n=====\n\nFor code examples, see `Event Grid\n`__\non docs.microsoft.com.\n\n\nProvide Feedback\n================\n\nIf you encounter any bugs or have suggestions, please file an issue in the\n`Issues `__\nsection of the project.\n\n\n.. image:: https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-eventgrid%2FREADME.png\n\n\n.. :changelog:\n\nRelease History\n===============\n\n1.3.0 (2019-05-20)\n++++++++++++++++++\n\n- Event Schemas for new event types from IotHub, Media Services, Container Registry, Maps, and AppConfiguration services.\n\n1.2.0 (2018-08-28)\n++++++++++++++++++\n\n- Event Schemas for new events (IotHub DeviceConnected and DeviceDisconnected events, Resource events related to actions), and breaking changes to the schema for IotHub DeviceCreated event and IotHub DeviceDeleted event.\n\n1.1.0 (2018-05-24)\n++++++++++++++++++\n\n- Event Schemas for EventGrid subscription validation event, Azure Media events, and ServiceBus events.\n\n1.0.0 (2018-04-26)\n++++++++++++++++++\n\n**General Breaking changes**\n\nThis version uses a next-generation code generator that *might* introduce breaking changes.\n\n- Model signatures now use only keyword-argument syntax. All positional arguments must be re-written as keyword-arguments.\n To keep auto-completion in most cases, models are now generated for Python 2 and Python 3. Python 3 uses the \"*\" syntax for keyword-only arguments.\n- Enum types now use the \"str\" mixin (class AzureEnum(str, Enum)) to improve the behavior when unrecognized enum values are encountered.\n While this is not a breaking change, the distinctions are important, and are documented here:\n https://docs.python.org/3/library/enum.html#others\n At a glance:\n\n - \"is\" should not be used at all.\n - \"format\" will return the string value, where \"%s\" string formatting will return `NameOfEnum.stringvalue`. Format syntax should be prefered.\n\n- New Long Running Operation:\n\n - Return type changes from `msrestazure.azure_operation.AzureOperationPoller` to `msrest.polling.LROPoller`. External API is the same.\n - Return type is now **always** a `msrest.polling.LROPoller`, regardless of the optional parameters used.\n - The behavior has changed when using `raw=True`. Instead of returning the initial call result as `ClientRawResponse`,\n without polling, now this returns an LROPoller. After polling, the final resource will be returned as a `ClientRawResponse`.\n - New `polling` parameter. The default behavior is `Polling=True` which will poll using ARM algorithm. When `Polling=False`,\n the response of the initial call will be returned without polling.\n - `polling` parameter accepts instances of subclasses of `msrest.polling.PollingMethod`.\n - `add_done_callback` will no longer raise if called after polling is finished, but will instead execute the callback right away.\n\n**Features**\n\n- Client class can be used as a context manager to keep the underlying HTTP session open for performance\n- Support for consuming Azure Container Registry events and Azure IoT Hub events published to Event Grid.\n\n0.1.0 (2018-01-30)\n++++++++++++++++++\n\n* Initial Release\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Azure/azure-sdk-for-python", "keywords": "", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "azure-eventgrid", "package_url": "https://pypi.org/project/azure-eventgrid/", "platform": "", "project_url": "https://pypi.org/project/azure-eventgrid/", "project_urls": { "Homepage": "https://github.com/Azure/azure-sdk-for-python" }, "release_url": "https://pypi.org/project/azure-eventgrid/1.3.0/", "requires_dist": [ "msrest (>=0.5.0)", "msrestazure (<2.0.0,>=0.4.32)", "azure-common (~=1.1)", "azure-nspkg ; python_version<'3.0'" ], "requires_python": "", "summary": "Microsoft Azure Event Grid Client Library for Python", "version": "1.3.0" }, "last_serial": 5298864, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "ee207bf18777db794cee3216812de516", "sha256": "626f1778dcaaea947fb933f651eb15cb7dc8fab20a97fd97287853755cda7c7b" }, "downloads": -1, "filename": "azure_eventgrid-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ee207bf18777db794cee3216812de516", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 18263, "upload_time": "2018-01-30T21:06:23", "url": "https://files.pythonhosted.org/packages/47/a0/4cbbaebc96fdd83ca7afbe63a546f37ab86260a9ad1b3df361cea9ed594e/azure_eventgrid-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7fe86f5def6740a3399641ec48ada7b9", "sha256": "33816fa4912786ea55ca610837685f23e2de8d1b1968cef917ba0a64a8c92b4a" }, "downloads": -1, "filename": "azure-eventgrid-0.1.0.zip", "has_sig": false, "md5_digest": "7fe86f5def6740a3399641ec48ada7b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27592, "upload_time": "2018-01-30T21:06:25", "url": "https://files.pythonhosted.org/packages/67/59/698b2908cc71bf8d272625835c89fb3350c139d58b732f873230f9cb59aa/azure-eventgrid-0.1.0.zip" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "55e4d27ae29cf3ba7a1d5cccb482beb4", "sha256": "d1e7aa5b96e2fec188811f21eca483ed0e883ff1dd62eabc217d850edbca2fde" }, "downloads": -1, "filename": "azure_eventgrid-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "55e4d27ae29cf3ba7a1d5cccb482beb4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 58530, "upload_time": "2018-04-26T23:25:41", "url": "https://files.pythonhosted.org/packages/92/00/3d9addfbe2a2c0352cc4659237090cf330c5aa9e5e0f8616f95c04412576/azure_eventgrid-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e124995a25dc6b547e323780f76019b7", "sha256": "726ca04e1c38a23be2079063a69fe13c28acd12c90d196e480b40dce7f004d1e" }, "downloads": -1, "filename": "azure-eventgrid-1.0.0.zip", "has_sig": false, "md5_digest": "e124995a25dc6b547e323780f76019b7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 66206, "upload_time": "2018-04-26T23:25:42", "url": "https://files.pythonhosted.org/packages/e3/42/e69537e91da9510129ee0cf1ad4231252d71aca9bdf6a5faff8d85e2e976/azure-eventgrid-1.0.0.zip" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "30554c109b25904765fa83fbeabd84e1", "sha256": "c55062f7f7f69791688d60efda84162b0bdccdcded2a90ed052a01a6d67fd51c" }, "downloads": -1, "filename": "azure_eventgrid-1.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "30554c109b25904765fa83fbeabd84e1", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 70785, "upload_time": "2018-05-25T18:20:18", "url": "https://files.pythonhosted.org/packages/82/b4/4ee1ac36fe65e119877288faad990e75723851c29060615e0082389b3f38/azure_eventgrid-1.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "88f73835dde642826520f3d1d46815f8", "sha256": "fca3d830bf887fcc61fa71cb541531c9e155a4437d861149cbfb842d36fb272f" }, "downloads": -1, "filename": "azure-eventgrid-1.1.0.zip", "has_sig": false, "md5_digest": "88f73835dde642826520f3d1d46815f8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 78622, "upload_time": "2018-05-25T18:20:19", "url": "https://files.pythonhosted.org/packages/28/c2/9d7319490b61e32abeb4749f14547c606139fb24de6c5e738322ff115a3c/azure-eventgrid-1.1.0.zip" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "9e6aea8dfc441d6dfa0306a09ba74c5b", "sha256": "297fa9619622338691078112e479361311507e28ce54af17d2c16ace71ffa4e4" }, "downloads": -1, "filename": "azure_eventgrid-1.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9e6aea8dfc441d6dfa0306a09ba74c5b", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 84907, "upload_time": "2018-08-27T22:19:46", "url": "https://files.pythonhosted.org/packages/03/73/2880452058ce2ccaed5f358ad0c8c45e79cfd2725a8d5add17b12680aff5/azure_eventgrid-1.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9b36ec8421c053c64565790601089fb3", "sha256": "7ebbe1c4266ba176aa4969d9755c08f10b89848ad50fb0bfd16fa82e29234f95" }, "downloads": -1, "filename": "azure-eventgrid-1.2.0.zip", "has_sig": false, "md5_digest": "9b36ec8421c053c64565790601089fb3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 92823, "upload_time": "2018-08-27T22:19:48", "url": "https://files.pythonhosted.org/packages/8b/ef/917e869827f247eceaa8e851d9a11f2ebaf2689079b8672a39b4d1d7d958/azure-eventgrid-1.2.0.zip" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "b1dfd9eb5508b275bbff7fede02c637d", "sha256": "320440b915081be2d234da6513268384a811514be40076fa0b10eb2671c211b6" }, "downloads": -1, "filename": "azure_eventgrid-1.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b1dfd9eb5508b275bbff7fede02c637d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 167709, "upload_time": "2019-05-21T17:12:40", "url": "https://files.pythonhosted.org/packages/01/e4/2a3319f04c69f0113a05884664769d462dcec55031c6d154a2c4176cfb79/azure_eventgrid-1.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "69aed6de27d061dcd503dd109d1cb202", "sha256": "c82c4bf6ea59aeec69ce8f95f1b6a4edc6d733874aeb056669c9d2806168c86e" }, "downloads": -1, "filename": "azure-eventgrid-1.3.0.zip", "has_sig": false, "md5_digest": "69aed6de27d061dcd503dd109d1cb202", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 176751, "upload_time": "2019-05-21T17:12:42", "url": "https://files.pythonhosted.org/packages/0e/af/0aed8c8ff1edd249a872c2a1f0092fb3f020291fce8c1f465f1269133e76/azure-eventgrid-1.3.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b1dfd9eb5508b275bbff7fede02c637d", "sha256": "320440b915081be2d234da6513268384a811514be40076fa0b10eb2671c211b6" }, "downloads": -1, "filename": "azure_eventgrid-1.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b1dfd9eb5508b275bbff7fede02c637d", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 167709, "upload_time": "2019-05-21T17:12:40", "url": "https://files.pythonhosted.org/packages/01/e4/2a3319f04c69f0113a05884664769d462dcec55031c6d154a2c4176cfb79/azure_eventgrid-1.3.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "69aed6de27d061dcd503dd109d1cb202", "sha256": "c82c4bf6ea59aeec69ce8f95f1b6a4edc6d733874aeb056669c9d2806168c86e" }, "downloads": -1, "filename": "azure-eventgrid-1.3.0.zip", "has_sig": false, "md5_digest": "69aed6de27d061dcd503dd109d1cb202", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 176751, "upload_time": "2019-05-21T17:12:42", "url": "https://files.pythonhosted.org/packages/0e/af/0aed8c8ff1edd249a872c2a1f0092fb3f020291fce8c1f465f1269133e76/azure-eventgrid-1.3.0.zip" } ] }