Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 538 Bytes

File metadata and controls

18 lines (10 loc) · 538 Bytes

alt text

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.

Development

pip install -r dev-requirements.txt

pytest tests/ --cov=notion -v