pypi.org/project/notion-database/
Notion API Database's Python Implementation.
created only by database from the official Notion API.
What's new
2022.03.27
- Update notion-version (2022-02-22)
- Using officially API (out of beta!).
- https://developers.notion.com/changelog/releasing-notion-version-2022-02-22
- Update notion-version (2022-02-22)
2021.10.24
- Children Blocks are now supported!
2021.07.13
2021.07.15
- Create new databases
2021.09.01
- Update notion-version (2021-08-16)
- Get/Remove Properties & Update Database
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
- Notion API : https://developers.notion.com
No comments:
Post a Comment