An open API service indexing awesome lists of open source software.

https://github.com/floscha/pythonic-notion-sdk

A pythonic way to interact with Notion without passing JSON around.
https://github.com/floscha/pythonic-notion-sdk

Last synced: 7 months ago
JSON representation

A pythonic way to interact with Notion without passing JSON around.

Awesome Lists containing this project

README

          

![alt text](./pythonic_notion_logo.png)

License
Code style

# Pythonic Notion SDK

A pythonic way to interact with Notion without passing JSON around.

## Usage

For a more detailed documentation, see the [docs](docs/usage.md).

## Development

`pip install -r dev-requirements.txt`

`pytest tests/ --cov=notion -v`