notionary 0.1.4__tar.gz → 0.1.5__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {notionary-0.1.4 → notionary-0.1.5}/PKG-INFO +1 -1
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/database/notion_database_schema.py +4 -2
- {notionary-0.1.4 → notionary-0.1.5}/notionary.egg-info/PKG-INFO +1 -1
- {notionary-0.1.4 → notionary-0.1.5}/setup.py +1 -1
- {notionary-0.1.4 → notionary-0.1.5}/LICENSE +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/README.md +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/__init__.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/__init__.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/elements/bookmark_element.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/elements/callout_element.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/elements/code_block_element.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/elements/column_element.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/elements/divider_element.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/elements/heading_element.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/elements/image_element.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/elements/list_element.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/elements/notion_block_element.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/elements/paragraph_element.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/elements/qoute_element.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/elements/table_element.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/elements/text_inline_formatter.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/elements/todo_lists.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/elements/toggle_element.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/elements/video_element.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/markdown_to_notion_converter.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/notion_to_markdown_converter.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/registry/block_element_registry.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/registry/block_element_registry_builder.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/database/database_info_service.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/database/database_query_service.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/database/database_schema_service.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/database/models/page_result.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/database/notion_database_manager.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/database/notion_database_manager_factory.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/database/notion_database_writer.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/database/page_service.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/notion_client.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/page/meta_data/metadata_editor.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/page/notion_page_manager.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/page/page_content_manager.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/core/page/property_formatter.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/exceptions/database_exceptions.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/exceptions/page_creation_exception.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/util/logging_mixin.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/util/singleton_decorator.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary/util/uuid_utils.py +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary.egg-info/SOURCES.txt +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary.egg-info/dependency_links.txt +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary.egg-info/requires.txt +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/notionary.egg-info/top_level.txt +0 -0
- {notionary-0.1.4 → notionary-0.1.5}/setup.cfg +0 -0
@@ -379,10 +379,12 @@ class NotionDatabaseSchema:
|
|
379
379
|
return
|
380
380
|
|
381
381
|
for page in result["results"]:
|
382
|
-
page_id = page.get("id", "")
|
382
|
+
page_id: str = page.get("id", "")
|
383
383
|
title = self._extract_page_title(page)
|
384
|
+
|
385
|
+
page_url = f"https://notion.so/{page_id.replace('-', '')}"
|
384
386
|
|
385
|
-
notion_page_manager = NotionPageManager(page_id=page_id, title=title)
|
387
|
+
notion_page_manager = NotionPageManager(page_id=page_id, title=title, url=page_url)
|
386
388
|
yield notion_page_manager
|
387
389
|
|
388
390
|
has_more = result.get("has_more", False)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/elements/code_block_element.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/elements/notion_block_element.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/elements/text_inline_formatter.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/markdown_to_notion_converter.py
RENAMED
File without changes
|
{notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/notion_to_markdown_converter.py
RENAMED
File without changes
|
{notionary-0.1.4 → notionary-0.1.5}/notionary/core/converters/registry/block_element_registry.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{notionary-0.1.4 → notionary-0.1.5}/notionary/core/database/notion_database_manager_factory.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|