azure-cognitiveservices-search-customimagesearch


Nameazure-cognitiveservices-search-customimagesearch JSON
Version 0.2.1 PyPI version JSON
download
home_pagehttps://github.com/Azure/azure-sdk-for-python
SummaryMicrosoft Azure Cognitive Services Custom Image Search Client Library for Python
upload_time2024-06-26 23:45:06
maintainerNone
docs_urlNone
authorMicrosoft Corporation
requires_pythonNone
licenseMIT License
keywords azure azure sdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Microsoft Azure SDK for Python

This package is no longer being maintained. Please refer to the samples in the [Bing Search for Python repo](https://github.com/microsoft/bing-search-sdk-for-python/tree/main) instead.

For additional support, please open a new issue in the [Issues](https://github.com/microsoft/bing-search-sdk-for-python/issues) section of the Microsoft Bing Search SDK for Python repo.


# Release History

## 0.2.1 (2024-06-26)

### Other Changes

- This package is no longer being maintained. Please refer to the samples in the [Bing Search for Python repo](https://github.com/microsoft/bing-search-sdk-for-python/tree/main) instead.

For additional support, please open a new issue in the [Issues](https://github.com/microsoft/bing-search-sdk-for-python/issues) section of the Microsoft Bing Search SDK for Python repo.

## 0.2.0 (2020-01-12)

**Breaking changes**

  - CustomImageSearchAPI main client has been renamed
    CustomImageSearchClient

**General Breaking Changes**

This version uses a next-generation code generator that might introduce
breaking changes if from some import. In summary, some modules were
incorrectly visible/importable and have been renamed. This fixed several
issues caused by usage of classes that were not supposed to be used in
the first place. CustomImageSearchClient cannot be imported from
azure.cognitiveservices.search.customimagesearch.custom_image_search_api
anymore (import from azure.cognitiveservices.search.customimagesearch
works like before) CustomImageSearchClientConfiguration import has been
moved from
azure.cognitiveservices.search.customimagesearch.custom_image_search_api
to azure.cognitiveservices.search.customimagesearch A model MyClass from
a "models" sub-module cannot be imported anymore using
azure.cognitiveservices.search.customimagesearch.models.my_class
(import from azure.cognitiveservices.search.customimagesearch.models
works like before) An operation class MyClassOperations from an
operations sub-module cannot be imported anymore using
azure.cognitiveservices.search.customimagesearch.operations.my_class_operations
(import from azure.cognitiveservices.search.customimagesearch.operations
works like before) Last but not least, HTTP connection pooling is now
enabled by default. You should always use a client as a context manager,
or call close(), or use no more than one client per process.

## 0.1.0 (2018-12-11)

  - Initial Release

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Azure/azure-sdk-for-python",
    "name": "azure-cognitiveservices-search-customimagesearch",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "azure, azure sdk",
    "author": "Microsoft Corporation",
    "author_email": "azpysdkhelp@microsoft.com",
    "download_url": "https://files.pythonhosted.org/packages/7f/6d/73511ef2309251006d4155286fa75fa5f957dc81c7331fcb9ea8bd3c6877/azure-cognitiveservices-search-customimagesearch-0.2.1.tar.gz",
    "platform": null,
    "description": "# Microsoft Azure SDK for Python\n\nThis package is no longer being maintained. Please refer to the samples in the [Bing Search for Python repo](https://github.com/microsoft/bing-search-sdk-for-python/tree/main) instead.\n\nFor additional support, please open a new issue in the [Issues](https://github.com/microsoft/bing-search-sdk-for-python/issues) section of the Microsoft Bing Search SDK for Python repo.\n\n\n# Release History\n\n## 0.2.1 (2024-06-26)\n\n### Other Changes\n\n- This package is no longer being maintained. Please refer to the samples in the [Bing Search for Python repo](https://github.com/microsoft/bing-search-sdk-for-python/tree/main) instead.\n\nFor additional support, please open a new issue in the [Issues](https://github.com/microsoft/bing-search-sdk-for-python/issues) section of the Microsoft Bing Search SDK for Python repo.\n\n## 0.2.0 (2020-01-12)\n\n**Breaking changes**\n\n  - CustomImageSearchAPI main client has been renamed\n    CustomImageSearchClient\n\n**General Breaking Changes**\n\nThis version uses a next-generation code generator that might introduce\nbreaking changes if from some import. In summary, some modules were\nincorrectly visible/importable and have been renamed. This fixed several\nissues caused by usage of classes that were not supposed to be used in\nthe first place. CustomImageSearchClient cannot be imported from\nazure.cognitiveservices.search.customimagesearch.custom_image_search_api\nanymore (import from azure.cognitiveservices.search.customimagesearch\nworks like before) CustomImageSearchClientConfiguration import has been\nmoved from\nazure.cognitiveservices.search.customimagesearch.custom_image_search_api\nto azure.cognitiveservices.search.customimagesearch A model MyClass from\na \"models\" sub-module cannot be imported anymore using\nazure.cognitiveservices.search.customimagesearch.models.my_class\n(import from azure.cognitiveservices.search.customimagesearch.models\nworks like before) An operation class MyClassOperations from an\noperations sub-module cannot be imported anymore using\nazure.cognitiveservices.search.customimagesearch.operations.my_class_operations\n(import from azure.cognitiveservices.search.customimagesearch.operations\nworks like before) Last but not least, HTTP connection pooling is now\nenabled by default. You should always use a client as a context manager,\nor call close(), or use no more than one client per process.\n\n## 0.1.0 (2018-12-11)\n\n  - Initial Release\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Microsoft Azure Cognitive Services Custom Image Search Client Library for Python",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/Azure/azure-sdk-for-python"
    },
    "split_keywords": [
        "azure",
        " azure sdk"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "199a9f8b828cb2dc16520b5522f9ec59c2e9613759ce53118e1127265dba0b18",
                "md5": "ba52edf6320dc280e41b9aad7e261487",
                "sha256": "9101a836dc8ac336a6e1dca0e8e032ab1c10d99dbb3b35ecbecac7af2558431d"
            },
            "downloads": -1,
            "filename": "azure_cognitiveservices_search_customimagesearch-0.2.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ba52edf6320dc280e41b9aad7e261487",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 27158,
            "upload_time": "2024-06-26T23:45:08",
            "upload_time_iso_8601": "2024-06-26T23:45:08.780157Z",
            "url": "https://files.pythonhosted.org/packages/19/9a/9f8b828cb2dc16520b5522f9ec59c2e9613759ce53118e1127265dba0b18/azure_cognitiveservices_search_customimagesearch-0.2.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7f6d73511ef2309251006d4155286fa75fa5f957dc81c7331fcb9ea8bd3c6877",
                "md5": "0be91fd4f8f8deb65e48ea3c81f918df",
                "sha256": "bcec49010c97421c9179c5336bb4d4d5b44d338153cc3e0d75d5ae1ac39c6dee"
            },
            "downloads": -1,
            "filename": "azure-cognitiveservices-search-customimagesearch-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0be91fd4f8f8deb65e48ea3c81f918df",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 23512,
            "upload_time": "2024-06-26T23:45:06",
            "upload_time_iso_8601": "2024-06-26T23:45:06.939024Z",
            "url": "https://files.pythonhosted.org/packages/7f/6d/73511ef2309251006d4155286fa75fa5f957dc81c7331fcb9ea8bd3c6877/azure-cognitiveservices-search-customimagesearch-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-26 23:45:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Azure",
    "github_project": "azure-sdk-for-python",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "azure-cognitiveservices-search-customimagesearch"
}
        
Elapsed time: 0.95434s