Skip to content

Commit 5a135c5

Browse files
author
Vetrichelvan
committed
Modified README
1 parent c17a2fc commit 5a135c5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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
5158
from pynotionclient import PyNotion
5259
from examples.config import base_config
5360
from pynotionclient.schema.database import NotionDatabaseResponseSchema
61+
5462
py_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.
6674
from pynotionclient import PyNotion
6775
from examples.config import base_config
6876
from pynotionclient.schema.database import RichTextFilter, PropertyFilter, Filter, NotionDatabaseResponseSchema
77+
6978
py_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

Comments
 (0)