Metadata-Version: 2.4
Name: gemini-notebook
Version: 0.0.1
Summary: Unofficial Python client for Google Gemini Notebook (formerly NotebookLM) - alias of gemini-notebook-py.
Project-URL: Homepage, https://github.com/teng-lin/notebooklm-py
Project-URL: Repository, https://github.com/teng-lin/notebooklm-py
Author-email: Teng Lin <teng.lin@gmail.com>
License: MIT
Keywords: ai,gemini,gemini-notebook,google,notebooklm
Requires-Python: >=3.10
Requires-Dist: notebooklm-py<0.9,>=0.8
Description-Content-Type: text/markdown

# gemini-notebook

Unofficial Python client for Google Gemini Notebook (formerly NotebookLM) - alias of gemini-notebook-py.

Google renamed **NotebookLM** to **Gemini Notebook** in July 2026. This
distribution is being prepared as part of that rename; from **0.9.0** the
canonical distribution is `gemini-notebook-py`.

Installing this package today installs the current client, so nothing
dead-ends:

```bash
pip install gemini-notebook
```
```python
import notebooklm  # the import name is permanent and is NOT being renamed
```

Source, docs, and issues: <https://github.com/teng-lin/notebooklm-py>

Unofficial — not affiliated with or endorsed by Google.
