elasticsearch


Nameelasticsearch JSON
Version 8.16.0 PyPI version JSON
download
home_pageNone
SummaryPython client for Elasticsearch
upload_time2024-11-13 11:25:31
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseApache-2.0
keywords rest client elastic elasticsearch index kibana mapping search
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            <p align="center">
    <img src="https://github.com/elastic/elasticsearch-py/raw/main/docs/logo-elastic-glyph-color.svg" width="20%" alt="Elastic logo" />
</p>

# Elasticsearch Python Client

<p align="center">
  <a href="https://pypi.org/project/elasticsearch"><img alt="PyPI Version" src="https://img.shields.io/pypi/v/elasticsearch" /></a>
  <a href="https://pypi.org/project/elasticsearch"><img alt="Python Versions" src="https://img.shields.io/pypi/pyversions/elasticsearch" /></a>
  <a href="https://anaconda.org/conda-forge/elasticsearch"><img alt="Conda Version" src="https://img.shields.io/conda/vn/conda-forge/elasticsearch" /></a>
  <a href="https://pepy.tech/project/elasticsearch?versions=*"><img alt="Downloads" src="https://static.pepy.tech/badge/elasticsearch" /></a>
<br/>
  <a href="https://github.com/elastic/elasticsearch-py/actions/workflows/ci.yml?query=workflow%3ACI"><img alt="Build Status on GitHub" src="https://github.com/elastic/elasticsearch-py/workflows/CI/badge.svg" /></a>
  <a href="https://buildkite.com/elastic/elasticsearch-py-integration-tests"><img alt="Buildkite Status on Buildkite" src="https://badge.buildkite.com/68e22afcb2ea8f6dcc20834e3a5b5ab4431beee33d3bd751f3.svg" /></a>
  <a href="https://elasticsearch-py.readthedocs.io"><img alt="Documentation Status" src="https://readthedocs.org/projects/elasticsearch-py/badge/?version=latest" /></a><br>
</p>

*The official Python client for Elasticsearch.*


## Features

* Translating basic Python data types to and from JSON
* Configurable automatic discovery of cluster nodes
* Persistent connections
* Load balancing (with pluggable selection strategy) across available nodes
* Failed connection penalization (time based - failed connections won't be
  retried until a timeout is reached)
* Support for TLS and HTTP authentication
* Thread safety across requests
* Pluggable architecture
* Helper functions for idiomatically using APIs together


## Installation

[Download the latest version of Elasticsearch](https://www.elastic.co/downloads/elasticsearch)
or
[sign-up](https://cloud.elastic.co/registration?elektra=en-ess-sign-up-page)
for a free trial of Elastic Cloud.

Refer to the [Installation section](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/getting-started-python.html#_installation) 
of the getting started documentation.


## Connecting

Refer to the [Connecting section](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/getting-started-python.html#_connecting)
of the getting started documentation.


## Usage
-----

* [Creating an index](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/getting-started-python.html#_creating_an_index)
* [Indexing a document](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/getting-started-python.html#_indexing_documents)
* [Getting documents](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/getting-started-python.html#_getting_documents)
* [Searching documents](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/getting-started-python.html#_searching_documents)
* [Updating documents](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/getting-started-python.html#_updating_documents)
* [Deleting documents](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/getting-started-python.html#_deleting_documents)
* [Deleting an index](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/getting-started-python.html#_deleting_an_index)


## Compatibility

Language clients are forward compatible; meaning that the clients support
communicating with greater or equal minor versions of Elasticsearch without
breaking. It does not mean that the clients automatically support new features
of newer Elasticsearch versions; it is only possible after a release of a new
client version. For example, a 8.12 client version won't automatically support
the new features of the 8.13 version of Elasticsearch, the 8.13 client version
is required for that. Elasticsearch language clients are only backwards
compatible with default distributions and without guarantees made.

| Elasticsearch Version | Elasticsearch-Python Branch | Supported |
| --------------------- | ------------------------ | --------- |
| main                  | main                     |           |
| 8.x                   | 8.x                      | 8.x       |
| 7.x                   | 7.x                      | 7.17      |


If you have a need to have multiple versions installed at the same time older
versions are also released as ``elasticsearch7`` and ``elasticsearch8``.


## Documentation

Documentation for the client is [available on elastic.co] and [Read the Docs].

[available on elastic.co]: https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/index.html
[Read the Docs]: https://elasticsearch-py.readthedocs.io


## Feedback 🗣️

The engineering team here at Elastic is looking for developers to participate in
research and feedback sessions to learn more about how you use our Python client and
what improvements we can make to their design and your workflow. If you're interested in
sharing your insights into developer experience and language client design, please fill
out this [short form]. Depending on the number of responses we get, we may either
contact you for a 1:1 conversation or a focus group with other developers who use the
same client. Thank you in advance - your feedback is crucial to improving the user
experience for all Elasticsearch developers!

[short form]: https://forms.gle/bYZwDQXijfhfwshn9

## License

This software is licensed under the [Apache License 2.0](./LICENSE). See [NOTICE](./NOTICE).

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "elasticsearch",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Elastic Client Library Maintainers <client-libs@elastic.co>",
    "keywords": "REST, client, elastic, elasticsearch, index, kibana, mapping, search",
    "author": null,
    "author_email": "Elastic Client Library Maintainers <client-libs@elastic.co>",
    "download_url": "https://files.pythonhosted.org/packages/04/56/9720d27888279f6aa1b436ff4b843ba4477a1cb088634a29786dffe52137/elasticsearch-8.16.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n    <img src=\"https://github.com/elastic/elasticsearch-py/raw/main/docs/logo-elastic-glyph-color.svg\" width=\"20%\" alt=\"Elastic logo\" />\n</p>\n\n# Elasticsearch Python Client\n\n<p align=\"center\">\n  <a href=\"https://pypi.org/project/elasticsearch\"><img alt=\"PyPI Version\" src=\"https://img.shields.io/pypi/v/elasticsearch\" /></a>\n  <a href=\"https://pypi.org/project/elasticsearch\"><img alt=\"Python Versions\" src=\"https://img.shields.io/pypi/pyversions/elasticsearch\" /></a>\n  <a href=\"https://anaconda.org/conda-forge/elasticsearch\"><img alt=\"Conda Version\" src=\"https://img.shields.io/conda/vn/conda-forge/elasticsearch\" /></a>\n  <a href=\"https://pepy.tech/project/elasticsearch?versions=*\"><img alt=\"Downloads\" src=\"https://static.pepy.tech/badge/elasticsearch\" /></a>\n<br/>\n  <a href=\"https://github.com/elastic/elasticsearch-py/actions/workflows/ci.yml?query=workflow%3ACI\"><img alt=\"Build Status on GitHub\" src=\"https://github.com/elastic/elasticsearch-py/workflows/CI/badge.svg\" /></a>\n  <a href=\"https://buildkite.com/elastic/elasticsearch-py-integration-tests\"><img alt=\"Buildkite Status on Buildkite\" src=\"https://badge.buildkite.com/68e22afcb2ea8f6dcc20834e3a5b5ab4431beee33d3bd751f3.svg\" /></a>\n  <a href=\"https://elasticsearch-py.readthedocs.io\"><img alt=\"Documentation Status\" src=\"https://readthedocs.org/projects/elasticsearch-py/badge/?version=latest\" /></a><br>\n</p>\n\n*The official Python client for Elasticsearch.*\n\n\n## Features\n\n* Translating basic Python data types to and from JSON\n* Configurable automatic discovery of cluster nodes\n* Persistent connections\n* Load balancing (with pluggable selection strategy) across available nodes\n* Failed connection penalization (time based - failed connections won't be\n  retried until a timeout is reached)\n* Support for TLS and HTTP authentication\n* Thread safety across requests\n* Pluggable architecture\n* Helper functions for idiomatically using APIs together\n\n\n## Installation\n\n[Download the latest version of Elasticsearch](https://www.elastic.co/downloads/elasticsearch)\nor\n[sign-up](https://cloud.elastic.co/registration?elektra=en-ess-sign-up-page)\nfor a free trial of Elastic Cloud.\n\nRefer to the [Installation section](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/getting-started-python.html#_installation) \nof the getting started documentation.\n\n\n## Connecting\n\nRefer to the [Connecting section](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/getting-started-python.html#_connecting)\nof the getting started documentation.\n\n\n## Usage\n-----\n\n* [Creating an index](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/getting-started-python.html#_creating_an_index)\n* [Indexing a document](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/getting-started-python.html#_indexing_documents)\n* [Getting documents](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/getting-started-python.html#_getting_documents)\n* [Searching documents](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/getting-started-python.html#_searching_documents)\n* [Updating documents](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/getting-started-python.html#_updating_documents)\n* [Deleting documents](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/getting-started-python.html#_deleting_documents)\n* [Deleting an index](https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/getting-started-python.html#_deleting_an_index)\n\n\n## Compatibility\n\nLanguage clients are forward compatible; meaning that the clients support\ncommunicating with greater or equal minor versions of Elasticsearch without\nbreaking. It does not mean that the clients automatically support new features\nof newer Elasticsearch versions; it is only possible after a release of a new\nclient version. For example, a 8.12 client version won't automatically support\nthe new features of the 8.13 version of Elasticsearch, the 8.13 client version\nis required for that. Elasticsearch language clients are only backwards\ncompatible with default distributions and without guarantees made.\n\n| Elasticsearch Version | Elasticsearch-Python Branch | Supported |\n| --------------------- | ------------------------ | --------- |\n| main                  | main                     |           |\n| 8.x                   | 8.x                      | 8.x       |\n| 7.x                   | 7.x                      | 7.17      |\n\n\nIf you have a need to have multiple versions installed at the same time older\nversions are also released as ``elasticsearch7`` and ``elasticsearch8``.\n\n\n## Documentation\n\nDocumentation for the client is [available on elastic.co] and [Read the Docs].\n\n[available on elastic.co]: https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/index.html\n[Read the Docs]: https://elasticsearch-py.readthedocs.io\n\n\n## Feedback \ud83d\udde3\ufe0f\n\nThe engineering team here at Elastic is looking for developers to participate in\nresearch and feedback sessions to learn more about how you use our Python client and\nwhat improvements we can make to their design and your workflow. If you're interested in\nsharing your insights into developer experience and language client design, please fill\nout this [short form]. Depending on the number of responses we get, we may either\ncontact you for a 1:1 conversation or a focus group with other developers who use the\nsame client. Thank you in advance - your feedback is crucial to improving the user\nexperience for all Elasticsearch developers!\n\n[short form]: https://forms.gle/bYZwDQXijfhfwshn9\n\n## License\n\nThis software is licensed under the [Apache License 2.0](./LICENSE). See [NOTICE](./NOTICE).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Python client for Elasticsearch",
    "version": "8.16.0",
    "project_urls": {
        "Documentation": "https://elasticsearch-py.readthedocs.io/",
        "Homepage": "https://github.com/elastic/elasticsearch-py",
        "Issue Tracker": "https://github.com/elastic/elasticsearch-py/issues",
        "Source Code": "https://github.com/elastic/elasticsearch-py"
    },
    "split_keywords": [
        "rest",
        " client",
        " elastic",
        " elasticsearch",
        " index",
        " kibana",
        " mapping",
        " search"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "87f45418be6b502e0260f8ee1c7eccf471ac8c01eea9bac8930d9931b7da7f1c",
                "md5": "334101f8a9ad8665204c927facb80a32",
                "sha256": "83d9fe09e8e95880559da43e44976c1e11cc63fe96bc0c0592f3d64f371772bf"
            },
            "downloads": -1,
            "filename": "elasticsearch-8.16.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "334101f8a9ad8665204c927facb80a32",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 543113,
            "upload_time": "2024-11-13T11:25:25",
            "upload_time_iso_8601": "2024-11-13T11:25:25.685200Z",
            "url": "https://files.pythonhosted.org/packages/87/f4/5418be6b502e0260f8ee1c7eccf471ac8c01eea9bac8930d9931b7da7f1c/elasticsearch-8.16.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "04569720d27888279f6aa1b436ff4b843ba4477a1cb088634a29786dffe52137",
                "md5": "7627495cbddecfd4c638493884485a56",
                "sha256": "d2aaa92f44ebea3c4147389aeba038c0b42a017f8c52ff35b1e7ebc34c49adb7"
            },
            "downloads": -1,
            "filename": "elasticsearch-8.16.0.tar.gz",
            "has_sig": false,
            "md5_digest": "7627495cbddecfd4c638493884485a56",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 433139,
            "upload_time": "2024-11-13T11:25:31",
            "upload_time_iso_8601": "2024-11-13T11:25:31.441767Z",
            "url": "https://files.pythonhosted.org/packages/04/56/9720d27888279f6aa1b436ff4b843ba4477a1cb088634a29786dffe52137/elasticsearch-8.16.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-13 11:25:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "elastic",
    "github_project": "elasticsearch-py",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "elasticsearch"
}
        
Elapsed time: 0.49108s