# jamalex/notion-py

Unofficial Python API client for Notion.so

Repository: https://github.com/jamalex/notion-py
Canonical: https://ross.abutalabs.com/products/notion-py
Language: Python
License: MIT
License Family: permissive
Last push: 2026-02-16T23:25:50+00:00

## Health v2 (maintenance only)
Score: 64/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 67, release rhythm 39, longevity 100
- inputs: {"age_days": 2837, "days_push": 198, "days_rel": 198, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4372, forks 470 (observed 2026-08-28T04:08:46.810780+00:00)

## What it is
An unofficial Python 3 client for Notion.so's internal API v3, providing an object-oriented interface that maps Notion blocks, collections, and users to Python classes. It supports Markdown conversion, caching, callbacks, and (currently partially disabled) reactive two-way data binding between Python objects and the Notion UI.

## Use cases
- programmatically edit Notion pages from Python
- read and write Notion database rows as Python objects
- automate Notion content updates with a script
- sync data between Notion and another API
- trigger actions when Notion content changes
- bulk-update Notion page titles and blocks

## When to choose
- you need deeper access to Notion than the official API offers, using the internal v3 API
- you want an ORM-like mapping of Notion records to Python objects
- you're automating personal or internal Notion workspaces with Python 3.5+

## When to avoid
- you need a supported, stable API - use Notion's official API client instead
- you rely on real-time Notion-to-Python updates, which are currently broken and disabled
- you're uncomfortable using browser-cookie token_v2 auth against an unofficial endpoint that may break

## Facets
- artifact type: library
- maturity: maintenance
- function: http-client, sdk
- domain: apis, developer-tools
- platform: python, cross-platform
- tags: notion, api-client, unofficial-api, orm-like-mapping, two-way-binding

## Member repositories
- jamalex/notion-py (main) score 64

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:46.810780+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:21:21.642715+00:00, confidence not recorded.
  - readme: https://github.com/jamalex/notion-py (fetched 2026-08-28T04:08:46.810780+00:00, sha 9fa6eb707f39)
- Data as of 2026-08-30T08:39:29.467469+00:00.
