# ramnes/notion-sdk-py

Notion API client SDK, rewritten in Python! (sync + async)

Repository: https://github.com/ramnes/notion-sdk-py
Canonical: https://ross.abutalabs.com/products/notion-sdk-py
Homepage: https://ramnes.github.io/notion-sdk-py
Language: Python
License: MIT
License Family: permissive
Topics: notion, notion-api, async, python, httpx, dataclasses, python-client, api-client
Last push: 2026-08-22T00:11:55+00:00

## Health v2 (maintenance only)
Score: 89/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 71, longevity 100
- inputs: {"age_days": 1938, "days_push": 12, "days_rel": 113, "gap_med": 76.5, "n_releases_24m": 7}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2177, forks 173 (observed 2026-08-28T04:06:22.868770+00:00)

## What it is
A Python client library for the official Notion API, mirroring the reference JavaScript SDK. It provides both synchronous and asynchronous clients built on httpx with dataclass-based models.

## Use cases
- query and update Notion databases from Python
- create pages in Notion programmatically
- sync Notion workspace data into another system
- build a bot that reads and writes Notion content
- manage Notion users and permissions via the API
- use the Notion API from an asyncio application

## When to choose
- you want an official-API-compatible Python client with sync and async support
- you want a lightweight, low-magic wrapper close to the raw Notion API
- you are porting code from the official JavaScript Notion SDK

## When to avoid
- you need a high-level ORM-like abstraction over Notion databases
- you want to scrape Notion without using the official API
- your project is not in Python

## Facets
- artifact type: library
- maturity: active
- function: http-client, sdk, api-framework
- domain: apis, developer-tools
- platform: python, cross-platform
- tags: notion, notion-api, api-client, async, httpx, sync-and-async

## Member repositories
- ramnes/notion-sdk-py (main) score 89

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:22.868770+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-30T02:48:50.985075+00:00, confidence not recorded.
  - readme: https://github.com/ramnes/notion-sdk-py (fetched 2026-08-28T04:06:22.868770+00:00, sha cccd376a0074)
  - homepage: https://ramnes.github.io/notion-sdk-py (fetched 2026-08-29T10:28:48.477816+00:00, sha 5b69030b840c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
