elasticsearch8


Nameelasticsearch8 JSON
Version 8.13.1 PyPI version JSON
download
home_pagehttps://github.com/elastic/elasticsearch-py
SummaryPython client for Elasticsearch
upload_time2024-05-03 13:53:13
maintainerNone
docs_urlNone
authorElastic Client Library Maintainers
requires_python>=3.7
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            
Elasticsearch Python Client
===========================

.. image:: https://img.shields.io/pypi/v/elasticsearch
   :target: https://pypi.org/project/elasticsearch

.. image:: https://img.shields.io/conda/vn/conda-forge/elasticsearch?color=blue
   :target: https://anaconda.org/conda-forge/elasticsearch

.. image:: https://static.pepy.tech/badge/elasticsearch
   :target: https://pepy.tech/project/elasticsearch?versions=*

.. image:: https://badge.buildkite.com/68e22afcb2ea8f6dcc20834e3a5b5ab4431beee33d3bd751f3.svg
   :target: https://buildkite.com/elastic/elasticsearch-py-integration-tests

.. image:: https://readthedocs.org/projects/elasticsearch-py/badge/?version=latest&style=flat
   :target: https://elasticsearch-py.readthedocs.io

*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-py 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


License
-------

Copyright 2023 Elasticsearch B.V. Licensed under the Apache License, Version 2.0.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/elastic/elasticsearch-py",
    "name": "elasticsearch8",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Elastic Client Library Maintainers",
    "author_email": "client-libs@elastic.co",
    "download_url": "https://files.pythonhosted.org/packages/ea/af/d0ebbecfefc37d0858692cbad74063ef6683439cf4644ba8bf5aef9656b6/elasticsearch8-8.13.1.tar.gz",
    "platform": null,
    "description": "\nElasticsearch Python Client\n===========================\n\n.. image:: https://img.shields.io/pypi/v/elasticsearch\n   :target: https://pypi.org/project/elasticsearch\n\n.. image:: https://img.shields.io/conda/vn/conda-forge/elasticsearch?color=blue\n   :target: https://anaconda.org/conda-forge/elasticsearch\n\n.. image:: https://static.pepy.tech/badge/elasticsearch\n   :target: https://pepy.tech/project/elasticsearch?versions=*\n\n.. image:: https://badge.buildkite.com/68e22afcb2ea8f6dcc20834e3a5b5ab4431beee33d3bd751f3.svg\n   :target: https://buildkite.com/elastic/elasticsearch-py-integration-tests\n\n.. image:: https://readthedocs.org/projects/elasticsearch-py/badge/?version=latest&style=flat\n   :target: https://elasticsearch-py.readthedocs.io\n\n*The official Python client for Elasticsearch.*\n\n\nFeatures\n--------\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\nInstallation\n------------\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\nConnecting\n----------\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\nUsage\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\nCompatibility\n-------------\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+-----------------------+-------------------------+-----------+\n| Elasticsearch version | elasticsearch-py branch | Supported |\n+=======================+=========================+===========+\n| main                  | main                    |           |\n+-----------------------+-------------------------+-----------+\n| 8.x                   | 8.x                     | 8.x       |\n+-----------------------+-------------------------+-----------+\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\nDocumentation\n-------------\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\nLicense\n-------\n\nCopyright 2023 Elasticsearch B.V. Licensed under the Apache License, Version 2.0.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Python client for Elasticsearch",
    "version": "8.13.1",
    "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": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a5c9025fd05abf81871b12e3b2096856e77694579a038ba9272822f54fc0b7cc",
                "md5": "8b4a1b7c539edf20d8f051c83cf1664e",
                "sha256": "683ed7d8ef3d8336a1791c20ad2d5dbbf94850c6aec79ebdcc2a8723eea7f06d"
            },
            "downloads": -1,
            "filename": "elasticsearch8-8.13.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8b4a1b7c539edf20d8f051c83cf1664e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 477752,
            "upload_time": "2024-05-03T13:53:08",
            "upload_time_iso_8601": "2024-05-03T13:53:08.617867Z",
            "url": "https://files.pythonhosted.org/packages/a5/c9/025fd05abf81871b12e3b2096856e77694579a038ba9272822f54fc0b7cc/elasticsearch8-8.13.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eaafd0ebbecfefc37d0858692cbad74063ef6683439cf4644ba8bf5aef9656b6",
                "md5": "958c2eaa244810bfed6e2928b424efb5",
                "sha256": "8d58b9c983e597b7a3f2598311bbdc2c211d05ba4c899522da7e00391adef351"
            },
            "downloads": -1,
            "filename": "elasticsearch8-8.13.1.tar.gz",
            "has_sig": false,
            "md5_digest": "958c2eaa244810bfed6e2928b424efb5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 379232,
            "upload_time": "2024-05-03T13:53:13",
            "upload_time_iso_8601": "2024-05-03T13:53:13.121625Z",
            "url": "https://files.pythonhosted.org/packages/ea/af/d0ebbecfefc37d0858692cbad74063ef6683439cf4644ba8bf5aef9656b6/elasticsearch8-8.13.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-03 13:53:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "elastic",
    "github_project": "elasticsearch-py",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "elasticsearch8"
}
        
Elapsed time: 0.24704s