Total Pageviews

Wednesday, 13 July 2022

notion-database

pypi.org/project/notion-database/

Notion API Database's Python Implementation.

created only by database from the official Notion API.

What's new

Installing / Getting started

pip install notion-database

Docs

https://notion-database.readthedocs.io

Building / Developing

python setup.py install

Features

  • list database

  • Retrieve database

  • Create database

  • Create Page object (the database item)

  • update Page object

  • Retrieve Page object

  • Archive Page

  • Finding all pages in a database

  • Get Properties

  • Remove Properties

  • Update Database

  • Add Children Block with page

Links

from https://github.com/minwook-shin/notion-database

No comments:

Post a Comment