Contents

elasticsearch 9.3.0

0

Python client for Elasticsearch

Python client for Elasticsearch

Stars: 4373, Watchers: 4373, Forks: 1206, Open Issues: 72

The elastic/elasticsearch-py repo was created 12 years ago and the last code push was Yesterday.
The project is very popular with an impressive 4373 github stars!

How to Install elasticsearch

You can install elasticsearch using pip

pip install elasticsearch

or add it to a project with poetry

poetry add elasticsearch

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/elasticsearch/
Documentation:
https://elasticsearch-py.readthedocs.io/
GitHub Repo:
https://github.com/elastic/elasticsearch-py

Classifiers

No  elasticsearch  pypi packages just yet.

Errors

A list of common elasticsearch errors.

Code Examples

Here are some elasticsearch code examples and snippets.

GitHub Issues

The elasticsearch package has 72 open issues on GitHub

  • [Backport 8.19] Add pytz to test dependencies
  • Implement mypy descriptor protocol for fields (es.Text and so on)
  • Body-parameter in call to search gets modified, leading to errors when reusing it in subsequent calls
  • Add custom sleep parameter to async_bulk and async_streaming_bulk
  • elasticsearch-py 7.17 urllib3 version 2 support
  • Include more detailed error response messages for debugging

See more issues on GitHub

Related Packages & Articles

httpie 3.2.4

The httpie Python package is a user-friendly command-line HTTP client for the API era. It aims to simplify the interaction with web services from the command line, making it an excellent tool for testing, debugging, and interacting with APIs and HTTP servers. httpie provides a range of features, including expressive syntax, colorized output, built-in JSON support, and the ability to handle forms and file uploads. This package is a key tool in the realm of Web Development and API Testing.