Skip to content

Commit 9bb7e81

Browse files
Updating README.md
1 parent 232bb4c commit 9bb7e81

File tree

1 file changed

+5
-16
lines changed

1 file changed

+5
-16
lines changed

README.md

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
1-
<div align="center">
2-
<img width="300px" src="https://github.com/user-attachments/assets/92f4902e-c951-4d8b-ba08-0ad731f408c6">
3-
<h1>Glean Python SDK</h1>
4-
<p>Developer-friendly & type-safe Python SDK specifically catered to leverage the <strong>Glean</strong> API.</p>
5-
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-blue.svg?style=for-the-badge" /></a>
6-
</div>
7-
<!-- Start Summary [summary] -->
8-
## Summary
9-
10-
Glean API: # Introduction
11-
In addition to the data sources that Glean has built-in support for, Glean also provides a REST API that enables customers to put arbitrary content in the search index. This is useful, for example, for doing permissions-aware search over content in internal tools that reside on-prem as well as for searching over applications that Glean does not currently support first class. In addition these APIs allow the customer to push organization data (people info, organization structure etc) into Glean.
12-
13-
# Usage guidelines
14-
This API is evolving fast. Glean will provide advance notice of any planned backwards incompatible changes along
15-
with a 6-month sunset period for anything that requires developers to adopt the new versions.
16-
<!-- End Summary [summary] -->
1+
# Glean Python API Client
2+
3+
<!-- no [summary] -->
4+
5+
The Glean Python SDK provides convenient access to the Glean REST API from any Python 3.8+ application. It includes type hints for all request parameters and response fields, and supports both synchronous and asynchronous usage via [httpx](https://www.python-httpx.org/).
176

187
<!-- Start Table of Contents [toc] -->
198
## Table of Contents

0 commit comments

Comments
 (0)