notionary 0.2.2__tar.gz → 0.2.3__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.
Files changed (65) hide show
  1. {notionary-0.2.2 → notionary-0.2.3}/PKG-INFO +1 -1
  2. {notionary-0.2.2 → notionary-0.2.3}/notionary/elements/registry/block_registry_builder.py +1 -1
  3. {notionary-0.2.2 → notionary-0.2.3}/notionary/models/notion_database_response.py +1 -2
  4. {notionary-0.2.2 → notionary-0.2.3}/notionary/notion_client.py +0 -2
  5. {notionary-0.2.2 → notionary-0.2.3}/notionary/prompting/markdown_syntax_prompt_generator.py +9 -4
  6. {notionary-0.2.2 → notionary-0.2.3}/notionary.egg-info/PKG-INFO +1 -1
  7. {notionary-0.2.2 → notionary-0.2.3}/setup.py +1 -1
  8. {notionary-0.2.2 → notionary-0.2.3}/LICENSE +0 -0
  9. {notionary-0.2.2 → notionary-0.2.3}/README.md +0 -0
  10. {notionary-0.2.2 → notionary-0.2.3}/notionary/__init__.py +0 -0
  11. {notionary-0.2.2 → notionary-0.2.3}/notionary/database/database_discovery.py +0 -0
  12. {notionary-0.2.2 → notionary-0.2.3}/notionary/database/models/page_result.py +0 -0
  13. {notionary-0.2.2 → notionary-0.2.3}/notionary/database/notion_database.py +0 -0
  14. {notionary-0.2.2 → notionary-0.2.3}/notionary/database/notion_database_factory.py +0 -0
  15. {notionary-0.2.2 → notionary-0.2.3}/notionary/elements/audio_element.py +0 -0
  16. {notionary-0.2.2 → notionary-0.2.3}/notionary/elements/bookmark_element.py +0 -0
  17. {notionary-0.2.2 → notionary-0.2.3}/notionary/elements/bulleted_list_element.py +0 -0
  18. {notionary-0.2.2 → notionary-0.2.3}/notionary/elements/callout_element.py +0 -0
  19. {notionary-0.2.2 → notionary-0.2.3}/notionary/elements/code_block_element.py +0 -0
  20. {notionary-0.2.2 → notionary-0.2.3}/notionary/elements/divider_element.py +0 -0
  21. {notionary-0.2.2 → notionary-0.2.3}/notionary/elements/embed_element.py +0 -0
  22. {notionary-0.2.2 → notionary-0.2.3}/notionary/elements/heading_element.py +0 -0
  23. {notionary-0.2.2 → notionary-0.2.3}/notionary/elements/image_element.py +0 -0
  24. {notionary-0.2.2 → notionary-0.2.3}/notionary/elements/mention_element.py +0 -0
  25. {notionary-0.2.2 → notionary-0.2.3}/notionary/elements/notion_block_element.py +0 -0
  26. {notionary-0.2.2 → notionary-0.2.3}/notionary/elements/numbered_list_element.py +0 -0
  27. {notionary-0.2.2 → notionary-0.2.3}/notionary/elements/paragraph_element.py +0 -0
  28. {notionary-0.2.2 → notionary-0.2.3}/notionary/elements/qoute_element.py +0 -0
  29. {notionary-0.2.2 → notionary-0.2.3}/notionary/elements/registry/block_registry.py +0 -0
  30. {notionary-0.2.2 → notionary-0.2.3}/notionary/elements/table_element.py +0 -0
  31. {notionary-0.2.2 → notionary-0.2.3}/notionary/elements/text_inline_formatter.py +0 -0
  32. {notionary-0.2.2 → notionary-0.2.3}/notionary/elements/todo_element.py +0 -0
  33. {notionary-0.2.2 → notionary-0.2.3}/notionary/elements/toggle_element.py +0 -0
  34. {notionary-0.2.2 → notionary-0.2.3}/notionary/elements/toggleable_heading_element.py +0 -0
  35. {notionary-0.2.2 → notionary-0.2.3}/notionary/elements/video_element.py +0 -0
  36. {notionary-0.2.2 → notionary-0.2.3}/notionary/exceptions/database_exceptions.py +0 -0
  37. {notionary-0.2.2 → notionary-0.2.3}/notionary/exceptions/page_creation_exception.py +0 -0
  38. {notionary-0.2.2 → notionary-0.2.3}/notionary/models/notion_block_response.py +0 -0
  39. {notionary-0.2.2 → notionary-0.2.3}/notionary/models/notion_page_response.py +0 -0
  40. {notionary-0.2.2 → notionary-0.2.3}/notionary/page/content/notion_page_content_chunker.py +0 -0
  41. {notionary-0.2.2 → notionary-0.2.3}/notionary/page/content/page_content_retriever.py +0 -0
  42. {notionary-0.2.2 → notionary-0.2.3}/notionary/page/content/page_content_writer.py +0 -0
  43. {notionary-0.2.2 → notionary-0.2.3}/notionary/page/markdown_to_notion_converter.py +0 -0
  44. {notionary-0.2.2 → notionary-0.2.3}/notionary/page/metadata/metadata_editor.py +0 -0
  45. {notionary-0.2.2 → notionary-0.2.3}/notionary/page/metadata/notion_icon_manager.py +0 -0
  46. {notionary-0.2.2 → notionary-0.2.3}/notionary/page/metadata/notion_page_cover_manager.py +0 -0
  47. {notionary-0.2.2 → notionary-0.2.3}/notionary/page/notion_page.py +0 -0
  48. {notionary-0.2.2 → notionary-0.2.3}/notionary/page/notion_page_factory.py +0 -0
  49. {notionary-0.2.2 → notionary-0.2.3}/notionary/page/notion_to_markdown_converter.py +0 -0
  50. {notionary-0.2.2 → notionary-0.2.3}/notionary/page/properites/database_property_service.py +0 -0
  51. {notionary-0.2.2 → notionary-0.2.3}/notionary/page/properites/page_property_manager.py +0 -0
  52. {notionary-0.2.2 → notionary-0.2.3}/notionary/page/properites/property_formatter.py +0 -0
  53. {notionary-0.2.2 → notionary-0.2.3}/notionary/page/properites/property_value_extractor.py +0 -0
  54. {notionary-0.2.2 → notionary-0.2.3}/notionary/page/relations/notion_page_relation_manager.py +0 -0
  55. {notionary-0.2.2 → notionary-0.2.3}/notionary/page/relations/notion_page_title_resolver.py +0 -0
  56. {notionary-0.2.2 → notionary-0.2.3}/notionary/page/relations/page_database_relation.py +0 -0
  57. {notionary-0.2.2 → notionary-0.2.3}/notionary/prompting/element_prompt_content.py +0 -0
  58. {notionary-0.2.2 → notionary-0.2.3}/notionary/util/logging_mixin.py +0 -0
  59. {notionary-0.2.2 → notionary-0.2.3}/notionary/util/page_id_utils.py +0 -0
  60. {notionary-0.2.2 → notionary-0.2.3}/notionary/util/warn_direct_constructor_usage.py +0 -0
  61. {notionary-0.2.2 → notionary-0.2.3}/notionary.egg-info/SOURCES.txt +0 -0
  62. {notionary-0.2.2 → notionary-0.2.3}/notionary.egg-info/dependency_links.txt +0 -0
  63. {notionary-0.2.2 → notionary-0.2.3}/notionary.egg-info/requires.txt +0 -0
  64. {notionary-0.2.2 → notionary-0.2.3}/notionary.egg-info/top_level.txt +0 -0
  65. {notionary-0.2.2 → notionary-0.2.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: notionary
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: A toolkit to convert between Markdown and Notion blocks
5
5
  Home-page: https://github.com/mathisarends/notionary
6
6
  Author: Mathis Arends
@@ -67,7 +67,7 @@ class BlockRegistryBuilder:
67
67
  .with_paragraphs()
68
68
  .with_toggleable_heading_element()
69
69
  ).build()
70
-
70
+
71
71
  @classmethod
72
72
  def create_minimal_registry(cls) -> BlockRegistry:
73
73
  """
@@ -1,4 +1,3 @@
1
-
2
1
  from pydantic import BaseModel
3
2
  from dataclasses import dataclass
4
3
  from typing import Optional, List, Dict, Any, Literal
@@ -55,4 +54,4 @@ class NotionDatabaseResponse(BaseModel):
55
54
  public_url: Optional[str]
56
55
  archived: bool
57
56
  in_trash: bool
58
- request_id: Optional[str] = None
57
+ request_id: Optional[str] = None
@@ -69,8 +69,6 @@ class NotionClient(LoggingMixin):
69
69
  """
70
70
  return await self._make_request(HttpMethod.GET, endpoint)
71
71
 
72
- # TODO: Get Blocks implementeren und Patch Blcoks hierfür das Typing finden:
73
-
74
72
  async def get_database(self, database_id: str) -> NotionDatabaseResponse:
75
73
  """
76
74
  Ruft die Metadaten einer Notion-Datenbank anhand ihrer ID ab und gibt sie als NotionPageResponse zurück.
@@ -20,14 +20,19 @@ class MarkdownSyntaxPromptGenerator:
20
20
  """
21
21
  Lädt das Prompt-Template aus der Markdown-Datei.
22
22
  """
23
- current_dir = Path(__file__).parent
24
- template_path = current_dir / "res/notion_syntax_prompt.md"
23
+ current_file = Path(__file__).resolve()
24
+ current_dir = current_file.parent
25
+ template_path = current_dir / "res" / "notion_syntax_prompt.md"
25
26
 
26
27
  try:
27
28
  with open(template_path, "r", encoding="utf-8") as file:
28
29
  return file.read()
29
30
  except FileNotFoundError:
30
- raise FileNotFoundError(f"Template file not found at {template_path}")
31
+ raise FileNotFoundError(
32
+ f"Template file not found at {template_path}\n"
33
+ f"Current working directory: {os.getcwd()}\n"
34
+ f"Script location: {current_file}"
35
+ )
31
36
  except Exception as e:
32
37
  raise RuntimeError(f"Error loading template file: {e}")
33
38
 
@@ -89,4 +94,4 @@ class MarkdownSyntaxPromptGenerator:
89
94
  # Erstelle eine Instanz, um das Template zu laden
90
95
  instance = cls()
91
96
  element_docs = cls.generate_element_docs(element_classes)
92
- return instance.SYSTEM_PROMPT_TEMPLATE.format(element_docs=element_docs)
97
+ return instance.SYSTEM_PROMPT_TEMPLATE.format(element_docs=element_docs)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: notionary
3
- Version: 0.2.2
3
+ Version: 0.2.3
4
4
  Summary: A toolkit to convert between Markdown and Notion blocks
5
5
  Home-page: https://github.com/mathisarends/notionary
6
6
  Author: Mathis Arends
@@ -2,7 +2,7 @@ from setuptools import setup, find_namespace_packages
2
2
 
3
3
  setup(
4
4
  name="notionary",
5
- version="0.2.2",
5
+ version="0.2.3",
6
6
  packages=find_namespace_packages(include=["notionary*"]),
7
7
  install_requires=["httpx>=0.28.0", "python-dotenv>=1.1.0", "pydantic>=2.11.4"],
8
8
  author="Mathis Arends",
File without changes
File without changes
File without changes