{ "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" ], "description": "Microsoft Azure SDK for Python\n==============================\n\nThis is the Microsoft Azure Cognitive Services Entity Search Client Library.\n\nThis package has been tested with Python 2.7, 3.4, 3.5 and 3.6.\n\nFor a more complete set of Azure libraries, see the `azure `__ bundle package.\n\n\nCompatibility\n=============\n\n**IMPORTANT**: If you have an earlier version of the azure package\n(version < 1.0), you should uninstall it before installing this package.\n\nYou can check the version using pip:\n\n.. code:: shell\n\n pip freeze\n\nIf you see azure==0.11.0 (or any version below 1.0), uninstall it first:\n\n.. code:: shell\n\n pip uninstall azure\n\n\nUsage\n=====\n\nFor code examples, see `Entity Search\n`__\non readthedocs.org.\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.. :changelog:\n\nRelease History\n===============\n\n1.0.0 (2018-05-02)\n++++++++++++++++++\n\n**Features**\n\n- Client class can be used as a context manager to keep the underlying HTTP session open for performance\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\n0.1.0 (2018-01-12)\n++++++++++++++++++\n\n* Initial Release\n\n\n", "description_content_type": "", "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-cognitiveservices-search-entitysearch", "package_url": "https://pypi.org/project/azure-cognitiveservices-search-entitysearch/", "platform": "", "project_url": "https://pypi.org/project/azure-cognitiveservices-search-entitysearch/", "project_urls": { "Homepage": "https://github.com/Azure/azure-sdk-for-python" }, "release_url": "https://pypi.org/project/azure-cognitiveservices-search-entitysearch/1.0.0/", "requires_dist": [ "msrest (<2.0.0,>=0.4.28)", "azure-common (~=1.1)", "azure-cognitiveservices-search-nspkg (>=2.0.0)" ], "requires_python": "", "summary": "Microsoft Azure Cognitive Services EntitySearch Client Library for Python", "version": "1.0.0" }, "last_serial": 5279884, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3574e57d5e935c6f330581d4919674b8", "sha256": "8ac6c5aa0fb3f4d097bd1b28cfdcb9d802557f6635e56e0852b3bdf265fe9a46" }, "downloads": -1, "filename": "azure_cognitiveservices_search_entitysearch-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3574e57d5e935c6f330581d4919674b8", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 63582, "upload_time": "2018-01-10T20:22:48", "url": "https://files.pythonhosted.org/packages/4b/c7/ad2fd37decfeb2b9bcf12caed4c75e710059232f2408ae9796e83495d696/azure_cognitiveservices_search_entitysearch-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "69314b93e7d1f6da717f529782e14d40", "sha256": "8b817aa3576e17d88af4064603793ddb4ea6ef276786469562343dc933a4b225" }, "downloads": -1, "filename": "azure-cognitiveservices-search-entitysearch-0.1.0.zip", "has_sig": false, "md5_digest": "69314b93e7d1f6da717f529782e14d40", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 76816, "upload_time": "2018-01-10T20:22:49", "url": "https://files.pythonhosted.org/packages/b3/fa/8d3425d399b04e5b78eb22b597a2bf7ca8a493508034e3a007a06aafa206/azure-cognitiveservices-search-entitysearch-0.1.0.zip" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "0984bd6e00e6ff06fb721f19d55ea397", "sha256": "35327e73ec98937767a3866aa26f06245dde2f0d8be0bcdf8887fce74e3a511d" }, "downloads": -1, "filename": "azure_cognitiveservices_search_entitysearch-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0984bd6e00e6ff06fb721f19d55ea397", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 118278, "upload_time": "2018-05-02T19:44:33", "url": "https://files.pythonhosted.org/packages/20/a6/ebffd1493cd2ea534ddb3709fb901f074a9830a190188ed1e6b228c23a52/azure_cognitiveservices_search_entitysearch-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6fed6c1dd436a74a4019fb5ac013aad2", "sha256": "a77bd6e18a6073b1acfc79954229f85510bd7797cdeaa3183c2fe2e62ccf0b53" }, "downloads": -1, "filename": "azure-cognitiveservices-search-entitysearch-1.0.0.zip", "has_sig": false, "md5_digest": "6fed6c1dd436a74a4019fb5ac013aad2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 131976, "upload_time": "2018-05-02T19:44:35", "url": "https://files.pythonhosted.org/packages/ea/6b/f9f1c12d1ae4d4c5487fcccfd07f5b38b8fae740648578b6a20a30becdd1/azure-cognitiveservices-search-entitysearch-1.0.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "0984bd6e00e6ff06fb721f19d55ea397", "sha256": "35327e73ec98937767a3866aa26f06245dde2f0d8be0bcdf8887fce74e3a511d" }, "downloads": -1, "filename": "azure_cognitiveservices_search_entitysearch-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0984bd6e00e6ff06fb721f19d55ea397", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 118278, "upload_time": "2018-05-02T19:44:33", "url": "https://files.pythonhosted.org/packages/20/a6/ebffd1493cd2ea534ddb3709fb901f074a9830a190188ed1e6b228c23a52/azure_cognitiveservices_search_entitysearch-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6fed6c1dd436a74a4019fb5ac013aad2", "sha256": "a77bd6e18a6073b1acfc79954229f85510bd7797cdeaa3183c2fe2e62ccf0b53" }, "downloads": -1, "filename": "azure-cognitiveservices-search-entitysearch-1.0.0.zip", "has_sig": false, "md5_digest": "6fed6c1dd436a74a4019fb5ac013aad2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 131976, "upload_time": "2018-05-02T19:44:35", "url": "https://files.pythonhosted.org/packages/ea/6b/f9f1c12d1ae4d4c5487fcccfd07f5b38b8fae740648578b6a20a30becdd1/azure-cognitiveservices-search-entitysearch-1.0.0.zip" } ] }