{"id":20534351,"url":"https://github.com/pyapp-org/pyapp.elasticsearch","last_synced_at":"2026-05-14T23:05:20.298Z","repository":{"id":36955608,"uuid":"286368371","full_name":"pyapp-org/pyapp.elasticsearch","owner":"pyapp-org","description":"🔎 Elasticsearch pyApp extension","archived":false,"fork":false,"pushed_at":"2023-02-20T09:57:26.000Z","size":94,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"development","last_synced_at":"2025-01-16T13:26:52.711Z","etag":null,"topics":["elasticsearch","pyapp","python"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyapp-org.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-10T03:38:56.000Z","updated_at":"2020-08-11T04:53:03.000Z","dependencies_parsed_at":"2024-11-16T00:36:24.148Z","dependency_job_id":null,"html_url":"https://github.com/pyapp-org/pyapp.elasticsearch","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyapp-org%2Fpyapp.elasticsearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyapp-org%2Fpyapp.elasticsearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyapp-org%2Fpyapp.elasticsearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyapp-org%2Fpyapp.elasticsearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyapp-org","download_url":"https://codeload.github.com/pyapp-org/pyapp.elasticsearch/tar.gz/refs/heads/development","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242138823,"owners_count":20078006,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elasticsearch","pyapp","python"],"created_at":"2024-11-16T00:26:16.220Z","updated_at":"2025-10-04T13:51:53.375Z","avatar_url":"https://github.com/pyapp-org.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"######################\npyApp - Elastic Search\n######################\n\n*Let us handle the boring stuff!*\n\n.. image:: https://img.shields.io/badge/code%20style-black-000000.svg\n   :target: http://github.com/ambv/black\n   :alt: Once you go Black...\n\n.. image:: https://github.com/pyapp-org/pyapp.elasticsearch/workflows/Testcases/badge.svg\n   :alt: Tests\n\n.. image:: https://api.codeclimate.com/v1/badges/82a3ab9806df3765daf0/maintainability\n   :target: https://codeclimate.com/github/pyapp-org/pyapp.elasticsearch/maintainability\n   :alt: Maintainability\n\n.. image:: https://api.codeclimate.com/v1/badges/82a3ab9806df3765daf0/test_coverage\n   :target: https://codeclimate.com/github/pyapp-org/pyapp.elasticsearch/test_coverage\n   :alt: Test Coverage\n\nThis extension provides a Elasticsearch client object configured via pyApp settings.\n\n\nInstallation\n============\n\nInstall with *pip*::\n\n    pip install pyApp-elasticsearch-py\n\n\n**For AsyncIO support either**::\n\n    pip install pyApp-elasticsearch-py[async]\n\n    # - OR -\n\n    pip install pyApp-elasticsearch-py aiohttp\n\n\nAdd the `ELASTICSEARCH` block into your runtime settings file::\n\n    ELASTICSEARCH = {\n        \"default\": {\n            \"host\": \"localhost\",\n        }\n    }\n\n\n.. note::\n\n    In addition to the *host* any argument that can be provided to\n    ``elasticsearch.Elasticsearch`` or ``elasticsearch.AsyncElasticsearch`` can\n    be provided.\n\n\nUsage\n=====\n\nThe following example creates an Elasticsearch client instance::\n\n    from pyapp_ext.elasticsearch import get_client\n\n    es = get_client()\n\n\nOr an async Elasticsearch client instance::\n\n    from pyapp_ext.elasticsearch import get_async_client\n\n    es = get_async_client()\n\n\nAPI\n===\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyapp-org%2Fpyapp.elasticsearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyapp-org%2Fpyapp.elasticsearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyapp-org%2Fpyapp.elasticsearch/lists"}