notion_python_client package#
Subpackages#
- notion_python_client.handlers package
- notion_python_client.models package
- Subpackages
- notion_python_client.models.properties package
- Submodules
- notion_python_client.models.properties.checkbox module
- notion_python_client.models.properties.created_by module
- notion_python_client.models.properties.created_time module
- notion_python_client.models.properties.date module
- notion_python_client.models.properties.email module
- notion_python_client.models.properties.files module
- notion_python_client.models.properties.formula module
- notion_python_client.models.properties.last_edited_by module
- notion_python_client.models.properties.last_edited_time module
- notion_python_client.models.properties.multi_select module
- notion_python_client.models.properties.number module
- notion_python_client.models.properties.people module
- notion_python_client.models.properties.phone_number module
- notion_python_client.models.properties.properties_base module
- notion_python_client.models.properties.properties_base_dict module
- notion_python_client.models.properties.relation module
- notion_python_client.models.properties.rich_text module
- notion_python_client.models.properties.select module
- notion_python_client.models.properties.status module
- notion_python_client.models.properties.title module
- notion_python_client.models.properties.unique_id module
- notion_python_client.models.properties.url module
- Module contents
- notion_python_client.models.properties package
- Submodules
- notion_python_client.models.annotations module
- notion_python_client.models.database_reference module
- notion_python_client.models.date module
- notion_python_client.models.emoji module
- notion_python_client.models.equation module
- notion_python_client.models.file module
- notion_python_client.models.link module
- notion_python_client.models.mention module
- notion_python_client.models.page module
- notion_python_client.models.page_reference module
- notion_python_client.models.parent module
- notion_python_client.models.rich_text module
- notion_python_client.models.template_reference module
- notion_python_client.models.text module
- notion_python_client.models.user module
- Module contents
- Subpackages
Submodules#
notion_python_client.client module#
notion_python_client.constants module#
notion_python_client.core module#
- class notion_python_client.core.NPC(api_key)#
Bases:
object
notion_python_client.exceptions module#
- exception notion_python_client.exceptions.APIException(status_code, message)#
Bases:
Exception
- exception notion_python_client.exceptions.PageValidationException(message)#
Bases:
Exception
- exception notion_python_client.exceptions.PropertyNotIncludedException(property_name)#
Bases:
Exception
- exception notion_python_client.exceptions.PropertyTypeException(excpected_type, actual_type)#
Bases:
Exception
- exception notion_python_client.exceptions.RelationOutOfRangeException(relation_idx, relation_count)#
Bases:
Exception
notion_python_client.validation module#
Module contents#
- class notion_python_client.NPC(api_key)#
Bases:
object