Contents Menu Expand Light mode Dark mode Auto light/dark mode
elastic-transport 8.3.0+dev documentation
elastic-transport 8.3.0+dev documentation
  • Installation
  • Nodes
  • Exceptions & Warnings
  • Logging
  • Transport
  • Node Pool
  • Serializers
  • Client Utilities
  v: latest
Versions
latest
stable
Downloads
On Read the Docs
Project Home
Builds
Back to top
Edit this page

Installation#

Install with pip like so:

$ python -m pip install elastic-transport

Additional dependencies are required to use some features of the elastic-transport package.

Install the requests package to use elastic_transport.RequestsHttpNode.

Install the aiohttp package to use elastic_transport.AiohttpHttpNode.

Next
Nodes
Previous
Home
Copyright © 2022 Elasticsearch B.V.
Made with Sphinx and @pradyunsg's Furo