We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5035eef commit 0289c4dCopy full SHA for 0289c4d
1 file changed
README.md
@@ -27,6 +27,22 @@
27
28
Brave Search Python Client supporting Web, Image, News and Video search.
29
30
+## Setup
31
+
32
+Installation is as simple as:
33
34
+```bash
35
+uv add brave_search_python_client
36
+```
37
38
+If you still prefer pip over [uv](https://github.com/astral-sh/uv):
39
40
41
+pip install brave_search_python_client
42
43
44
+## Highlights
45
46
* Modern async Python client for Web, Image, Video and News search powered by [Brave Search](https://brave.com/search/api/)
47
* Various Examples:
48
- [Streamlit web application](https://brave-search-python-client.streamlit.app/) deployed on [Streamlit Community Cloud](https://streamlit.io/cloud)
0 commit comments