A Python library to convert Notion blocks to Markdown. Version 0.1.5 supports parsing Notion API block structures into Markdown strings. The package is actively maintained with a stable API, but be mindful of Notion API version differences.
pip install notion-to-md-pyNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize the client with your Notion integration token and convert a page to Markdown.
Replace 'from notion_to_md import Notion2Md' with 'from notion_to_md import NotionClient'.
Implement exponential backoff or slow down requests.
Manually handle nested blocks after conversion.
No dependency data recorded yet.