{"id":15044635,"url":"https://github.com/elastic/enterprise-search-python","last_synced_at":"2025-04-05T06:09:28.007Z","repository":{"id":22319652,"uuid":"279872985","full_name":"elastic/enterprise-search-python","owner":"elastic","description":"Official Python client for Elastic Enterprise Search, App Search, and Workplace Search","archived":false,"fork":false,"pushed_at":"2025-02-12T11:11:32.000Z","size":652,"stargazers_count":31,"open_issues_count":7,"forks_count":24,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-03-29T05:09:59.141Z","etag":null,"topics":["app-search","appsearch","client","elastic-app-search","elastic-enterprise-search","elastic-workplace-search","elasticsearch","enterprise-search","python","workplace-search"],"latest_commit_sha":null,"homepage":"https://elastic.co/guide/en/enterprise-search-clients/python/current","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elastic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-07-15T13:15:50.000Z","updated_at":"2025-01-13T20:25:46.000Z","dependencies_parsed_at":"2024-04-22T16:35:34.134Z","dependency_job_id":"8eedf957-36f9-4b97-a827-a3cd38d06974","html_url":"https://github.com/elastic/enterprise-search-python","commit_stats":{"total_commits":113,"total_committers":7,"mean_commits":"16.142857142857142","dds":"0.16814159292035402","last_synced_commit":"600bf762b63d2217b7175d999c452965b1fbd6cf"},"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastic%2Fenterprise-search-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastic%2Fenterprise-search-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastic%2Fenterprise-search-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elastic%2Fenterprise-search-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elastic","download_url":"https://codeload.github.com/elastic/enterprise-search-python/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294541,"owners_count":20915340,"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":["app-search","appsearch","client","elastic-app-search","elastic-enterprise-search","elastic-workplace-search","elasticsearch","enterprise-search","python","workplace-search"],"created_at":"2024-09-24T20:50:49.826Z","updated_at":"2025-04-05T06:09:27.987Z","avatar_url":"https://github.com/elastic.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/elastic/enterprise-search-python\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/elastic/enterprise-search-python/main/assets/elastic-enterprise-search-logo.png\" width=\"70%\" alt=\"Elastic Enterprise Search\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://pypi.org/project/elastic-enterprise-search\"\u003e\u003cimg src=\"https://img.shields.io/pypi/v/elastic-enterprise-search\" alt=\"PyPI Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://pypi.org/project/elastic-enterprise-search\"\u003e\u003cimg src=\"https://img.shields.io/badge/python-2.7%20%7C%203.6%20%7C%203.7%20%7C%203.8%20%7C%203.9-blue\" alt=\"Supported Python Versions\"\u003e\u003c/a\u003e\n\u003ca href=\"https://pepy.tech/project/elastic-enterprise-search\"\u003e\u003cimg src=\"https://pepy.tech/badge/elastic-enterprise-search\" alt=\"Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/elastic/enterprise-search-python/actions?query=workflow%3ACI\"\u003e\u003cimg src=\"https://img.shields.io/github/workflow/status/elastic/enterprise-search-python/CI?label=tests\" alt=\"GitHub Actions Status\"\u003e\u003c/a\u003e\n\u003ca href=\"https://buildkite.com/elastic/enterprise-search-python-test\"\u003e\u003cimg src=\"https://badge.buildkite.com/52eefb5552fe436257c38234d19d9d457e5140b621ccb910e9.svg\" alt=\"Buildkite Status\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\nOfficial Python client for Elastic Enterprise Search, App Search, and Workplace Search\n\n## Installation\n\nThe package can be installed from [PyPI](https://pypi.org/project/elastic-enterprise-search):\n\n```bash\n$ python -m pip install elastic-enterprise-search\n```\n\nThe version follows the Elastic Stack version so `7.11` is compatible\nwith Enterprise Search released in Elastic Stack 7.11.\n\n## Documentation\n\n[See the documentation](https://www.elastic.co/guide/en/enterprise-search-clients/python) for how to get started,\ncompatibility info, configuring, and an API reference.\n\n## Contributing\n\nIf you'd like to make a contribution to `enterprise-search-python` we \nprovide [contributing documentation](https://github.com/elastic/enterprise-search-python/tree/main/CONTRIBUTING.md)\nto ensure your first contribution goes smoothly.\n\n## License\n\n`enterprise-search-python` is available under the Apache-2.0 license.\nFor more details see [LICENSE](https://github.com/elastic/enterprise-search-python/blob/main/LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felastic%2Fenterprise-search-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felastic%2Fenterprise-search-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felastic%2Fenterprise-search-python/lists"}