.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/pre-commit.yml
.github/workflows/pypi.yml
.github/workflows/upload-to-chrome-store.yml
docs/images/example-webui.png
docs/images/get_notion_token.png
examples/basic/main.py
examples/webui/README.md
examples/webui/app.py
examples/webui/requirements.txt
notionai/__init__.py
notionai/enums.py
notionai/notionai.py
notionai-chrome/.gitignore
notionai-chrome/README.md
notionai-chrome/background.js
notionai-chrome/content.js
notionai-chrome/icon.png
notionai-chrome/manifest.json
notionai_py.egg-info/PKG-INFO
notionai_py.egg-info/SOURCES.txt
notionai_py.egg-info/dependency_links.txt
notionai_py.egg-info/requires.txt
notionai_py.egg-info/top_level.txt
tests/__init__.py
tests/notionai_test.py