Skip to content

Commit df1b58f

Browse files
author
Vetrichelvan
committed
updated README and version
1 parent fb69fc8 commit df1b58f

4 files changed

Lines changed: 13 additions & 15 deletions

File tree

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
1-
# PyNotion
21

3-
<img src="assets/notion.png" alt="Notion Logo" height="64" width="64">
2+
<img src="assets/notion.png" alt="Notion Logo" height="240" width="240" style="display: block; margin: auto">
43
<br>
4+
<hr>
5+
<h1 style="font-size: 50px; margin: 0; padding: 0">PyNotion</h1>
56

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)
7+
![PyPI - Downloads](https://img.shields.io/pypi/dm/pynotionclient?style=for-the-badge)
8+
![GitHub last commit](https://img.shields.io/github/last-commit/pythonhubdev/PyNotion?style=for-the-badge)
9+
![GitHub](https://img.shields.io/github/license/pythonhubdev/PyNotion?style=for-the-badge)
10+
![GitHub Repo stars](https://img.shields.io/github/stars/pythonhubdev/PyNotion?style=for-the-badge)
11+
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/pythonhubdev/PyNotion/CodeQL?style=for-the-badge)
1212

13-
### A Notion API wrapper for Python (In Development)
14-
15-
PyNotion is a simple-to-use and easy-to-understand API wrapper for [Notion.so](https://developers.notion.com/) Currently
13+
**A Notion API wrapper for Python** (In Development). PyNotion is a simple-to-use and easy-to-understand API wrapper for [Notion.so](https://developers.notion.com/) Currently
1614
in development and
1715
supports the following features:
1816

19-
1. Create a new database
20-
2. Query a database
17+
>1. Create a new database
18+
>2. Query a database
2119
2220
[![forthebadge made-with-python](http://ForTheBadge.com/images/badges/made-with-python.svg)](https://www.python.org/)
2321

assets/notion.png

2.4 KB
Loading

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pynotionclient"
3-
version = "0.0.8-dev"
3+
version = "0.0.9-dev"
44
description = "Python wrapper for Notion API"
55
authors = ["Vetrichelvan <pythonhub.py@gmail.com>"]
66
license = "MIT"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
setup(
1919
name="PyNotion",
20-
version="0.0.8-dev",
20+
version="0.0.9-dev",
2121
description="Python wrapper for Notion API",
2222
long_description=long_description,
2323
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)