README.md
pyproject.toml
requirements.txt
notion_python_client/__init__.py
notion_python_client/client.py
notion_python_client/constants.py
notion_python_client/core.py
notion_python_client/exceptions.py
notion_python_client/validation.py
notion_python_client.egg-info/PKG-INFO
notion_python_client.egg-info/SOURCES.txt
notion_python_client.egg-info/dependency_links.txt
notion_python_client.egg-info/requires.txt
notion_python_client.egg-info/top_level.txt
notion_python_client/handlers/__init__.py
notion_python_client/handlers/database_handler.py
notion_python_client/handlers/handler.py
notion_python_client/handlers/page_handler.py
notion_python_client/models/__init__.py
notion_python_client/models/annotations.py
notion_python_client/models/database_reference.py
notion_python_client/models/date.py
notion_python_client/models/emoji.py
notion_python_client/models/equation.py
notion_python_client/models/file.py
notion_python_client/models/link.py
notion_python_client/models/mention.py
notion_python_client/models/page.py
notion_python_client/models/page_reference.py
notion_python_client/models/parent.py
notion_python_client/models/rich_text.py
notion_python_client/models/template_reference.py
notion_python_client/models/text.py
notion_python_client/models/user.py
notion_python_client/models/properties/__init__.py
notion_python_client/models/properties/checkbox.py
notion_python_client/models/properties/created_by.py
notion_python_client/models/properties/created_time.py
notion_python_client/models/properties/date.py
notion_python_client/models/properties/email.py
notion_python_client/models/properties/files.py
notion_python_client/models/properties/formula.py
notion_python_client/models/properties/last_edited_by.py
notion_python_client/models/properties/last_edited_time.py
notion_python_client/models/properties/multi_select.py
notion_python_client/models/properties/number.py
notion_python_client/models/properties/people.py
notion_python_client/models/properties/phone_number.py
notion_python_client/models/properties/properties_base.py
notion_python_client/models/properties/properties_base_dict.py
notion_python_client/models/properties/relation.py
notion_python_client/models/properties/rich_text.py
notion_python_client/models/properties/rollup.py
notion_python_client/models/properties/select.py
notion_python_client/models/properties/status.py
notion_python_client/models/properties/title.py
notion_python_client/models/properties/unique_id.py
notion_python_client/models/properties/url.py
tests/test_deserialization.py
tests/test_handler.py
tests/test_serialization.py