notional
A high level interface and object model for the Notion SDK. This is loosely modeled after concepts found in SQLAlchemy and MongoEngine. Built on the excellent notion-sdk-py library, this module provides higher-level access to the API.
⚠️ Work In Progress: The interfaces in this module are still in development and are likely to change. Furthermore, documentation is pretty sparse so use at your own risk!
That being said, if you do use this library, please drop me a message!
Installation
Install the most recent release using PyPi:
pip install notional
Note: it is recommended to use a virtual environment (venv) for installing libraries
to prevent conflicting dependency versions.
Usage
Connect to the API using an integration token or an OAuth access token:
import notional
notion = notional.connect(auth=AUTH_TOKEN)
# ¡¡ fun & profit !!
Getting Help
If you are stuck, the best place to start is the Discussion area. Use this also as a resource for asking questions or providing general suggestions.
Known Issues
See Issues on github.
Feature Requests
See Issues on github.
Contributing
I built this module so that I could interact with Notion in a way that made sense to me. Hopefully, others will find it useful. If someone is particularly passionate about this area, I would be happy to consider other maintainers or contributors.
Any pull requests or other submissions are welcome. As most open source projects go, this is a side project. Large submissions will take time to review for acceptance, so breaking them into smaller pieces is always preferred. Thanks in advance!
To get started, please read the full contribution guide.
Release files for notional 0.8.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| notional-0.8.2.tar.gz | 38.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| notional-0.8.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 81.2 kB
Release files / notional-0.8.2.tar.gz
| Download URL | notional-0.8.2.tar.gz |
|---|---|
| Size | 38.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
58e606699464964a270c4a0f8c2e69c727f6aafe7820297d1baff24ed398bb61
|
|
BLAKE2b-256 checksum How to use checksums |
0dfa5ceaba7b85ea5533be2f03ef81844f4099bb1c8301dab8e6c403eadcb8fc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.2 CPython/3.12.3 Darwin/23.4.0
|
Release files / notional-0.8.2-py3-none-any.whl
| Download URL | notional-0.8.2-py3-none-any.whl |
|---|---|
| Size | 42.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fe019759e09ba0c09472003ec89d85933166add12b69693474fdeff973a4a3a7
|
|
BLAKE2b-256 checksum How to use checksums |
1d9b703952f9079a049f7245f3ba1f65e9c418ca59cd3a6d0d702b9aa7a652f3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/1.8.2 CPython/3.12.3 Darwin/23.4.0
|