33<img src =" assets/notion.png " alt =" Notion Logo " height =" 64 " width =" 64 " >
44<br >
55
6+ [ ![ PyPI version] ( https://badge.fury.io/py/PyNotionclient.svg )] ( https://badge.fury.io/py/PyNotionclient )
7+ [ ![ Top Language] ( https://img.shields.io/github/languages/top/pythonhubdev/PyNotion )] ( https://img.shields.io/github/languages/top/pythonhubdev/PyNotion )
8+ ![ GitHub last commit] ( https://img.shields.io/github/last-commit/pythonhubdev/PyNotion )
9+ ![ PyPI - License] ( https://img.shields.io/pypi/l/pynotionclient )
10+ ![ GitHub Repo stars] ( https://img.shields.io/github/stars/pythonhubdev/PyNotion?style=social )
11+ [ ![ Downloads] ( https://static.pepy.tech/personalized-badge/pynotionclient?period=month&units=international_system&left_color=black&right_color=brightgreen&left_text=Downloads )] ( https://pepy.tech/project/pynotionclient )
12+
613### A Notion API wrapper for Python (In Development)
714
815> Simple to use and easy to understand API wrapper for Notion.so
@@ -51,6 +58,7 @@ response_filter_payload: NotionDatabaseResponseSchema = py_notion_client.databas
5158from pynotionclient import PyNotion
5259from examples.config import base_config
5360from pynotionclient.schema.database import NotionDatabaseResponseSchema
61+
5462py_notion_client = PyNotion(token = base_config.notion_secret_token)
5563
5664# Create necessary properties as dictionary
@@ -66,6 +74,7 @@ response_dict_payload: NotionDatabaseResponseSchema = py_notion_client.database.
6674from pynotionclient import PyNotion
6775from examples.config import base_config
6876from pynotionclient.schema.database import RichTextFilter, PropertyFilter, Filter, NotionDatabaseResponseSchema
77+
6978py_notion_client = PyNotion(token = base_config.notion_secret_token)
7079
7180# Create necessary filter objects from Pydantic models and use them to query the database.
0 commit comments