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.
- Host: GitHub
- URL: https://github.com/floscha/pythonic-notion-sdk
- Owner: floscha
- License: mit
- Created: 2022-06-26T18:09:15.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T20:24:11.000Z (over 3 years ago)
- Last Synced: 2025-02-22T06:24:57.405Z (over 1 year ago)
- Language: Python
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# 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`