notionary 0.1.8__py3-none-any.whl → 0.1.9__py3-none-any.whl

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.
@@ -305,6 +305,7 @@ async def main():
305
305
 
306
306
  print("\nDemonstration abgeschlossen.")
307
307
 
308
+
308
309
  if __name__ == "__main__":
309
310
  asyncio.run(main())
310
311
  print("\nDemonstration completed.")
@@ -24,8 +24,6 @@ def format_uuid(value: str) -> Optional[str]:
24
24
  return extract_uuid(value)
25
25
 
26
26
  def extract_and_validate_page_id(page_id: Optional[str], url: Optional[str]) -> str:
27
- print("page_id", page_id)
28
- print("=====")
29
27
  if not page_id and not url:
30
28
  raise ValueError("Either page_id or url must be provided")
31
29
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: notionary
3
- Version: 0.1.8
3
+ Version: 0.1.9
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
@@ -26,7 +26,7 @@ notionary/core/database/notion_database_manager.py,sha256=cEQHf8bTcgA3hLMgsbMGSX
26
26
  notionary/core/database/notion_database_manager_factory.py,sha256=SoWUiM5zdajmR1ppYHTdPgHrdZbwuTMdoXW3_tBffyU,6831
27
27
  notionary/core/database/notion_database_schema.py,sha256=WUIjG7I5kusk4GOOdmVSHIKc2Z8SeOgJ1FuGpTn4avQ,3304
28
28
  notionary/core/database/models/page_result.py,sha256=Vmm5_oYpYAkIIJVoTd1ZZGloeC3cmFLMYP255mAmtaw,233
29
- notionary/core/page/notion_page_manager.py,sha256=NH4mNZ9jgRxmc3gay1ymG0Qcc5k_YX9eSkCMUnB9ghw,13247
29
+ notionary/core/page/notion_page_manager.py,sha256=tKYCtrqOOGKQR_qcFUX9WpZWZGhG5wPwmZa19XtIxns,13249
30
30
  notionary/core/page/content/page_content_manager.py,sha256=GjgxVwi5NOMsvGwBNj-woq940ZupzALCQegDyIcsgMg,3358
31
31
  notionary/core/page/metadata/metadata_editor.py,sha256=U3Ff9GRk28dqT9M1xsl6Q3Cj47-hB1n2pNJzeDXy4ks,4938
32
32
  notionary/core/page/metadata/notion_icon_manager.py,sha256=v9pUG61TOT8x9UzDqBtQW6S5XQzWostq7IwrURnWvF4,1499
@@ -43,10 +43,10 @@ notionary/core/page/relations/relation_operation_result.py,sha256=XkO4rK0ha_FRsf
43
43
  notionary/exceptions/database_exceptions.py,sha256=I-Tx6bYRLpi5pjGPtbT-Mqxvz3BFgYTiuZxknJeLxtI,2638
44
44
  notionary/exceptions/page_creation_exception.py,sha256=4v7IuZD6GsQLrqhDLriGjuG3ML638gAO53zDCrLePuU,281
45
45
  notionary/util/logging_mixin.py,sha256=fKsx9t90bwvL74ZX3dU-sXdC4TZCQyO6qU9I8txkw_U,1369
46
- notionary/util/page_id_utils.py,sha256=27mnrPGLJgBCZWcVFnPjKubRdcEZXsgFM0Iaz4SG-jQ,1432
46
+ notionary/util/page_id_utils.py,sha256=9XexVGy8jY5iOlueS1MXFWHtRRmZ8js-EO3hT0_wg2E,1381
47
47
  notionary/util/singleton_decorator.py,sha256=GTNMfIlVNRUVMw_c88xqd12-DcqZJjmyidN54yqiNVw,472
48
- notionary-0.1.8.dist-info/licenses/LICENSE,sha256=zOm3cRT1qD49eg7vgw95MI79rpUAZa1kRBFwL2FkAr8,1120
49
- notionary-0.1.8.dist-info/METADATA,sha256=AwOUIr9n5QV0UX-ukrYRdbjy5KD9Gqk5jChg0l0S2j8,6153
50
- notionary-0.1.8.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
51
- notionary-0.1.8.dist-info/top_level.txt,sha256=fhONa6BMHQXqthx5PanWGbPL0b8rdFqhrJKVLf_adSs,10
52
- notionary-0.1.8.dist-info/RECORD,,
48
+ notionary-0.1.9.dist-info/licenses/LICENSE,sha256=zOm3cRT1qD49eg7vgw95MI79rpUAZa1kRBFwL2FkAr8,1120
49
+ notionary-0.1.9.dist-info/METADATA,sha256=q3KrPXR-bccNYMdF8HT7EeEvyiyBy9GqhESh4-oMcz8,6153
50
+ notionary-0.1.9.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
51
+ notionary-0.1.9.dist-info/top_level.txt,sha256=fhONa6BMHQXqthx5PanWGbPL0b8rdFqhrJKVLf_adSs,10
52
+ notionary-0.1.9.dist-info/RECORD,,