notionary 0.1.18__tar.gz → 0.1.19__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.18 → notionary-0.1.19}/PKG-INFO +1 -6
- {notionary-0.1.18 → notionary-0.1.19}/notionary.egg-info/PKG-INFO +1 -6
- notionary-0.1.19/notionary.egg-info/requires.txt +2 -0
- {notionary-0.1.18 → notionary-0.1.19}/setup.py +1 -6
- notionary-0.1.18/notionary.egg-info/requires.txt +0 -7
- {notionary-0.1.18 → notionary-0.1.19}/LICENSE +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/README.md +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/__init__.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/database/database_discovery.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/database/database_info_service.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/database/models/page_result.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/database/notion_database.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/database/notion_database_factory.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/elements/audio_element.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/elements/block_element_registry.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/elements/block_element_registry_builder.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/elements/bookmark_element.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/elements/callout_element.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/elements/code_block_element.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/elements/column_element.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/elements/divider_element.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/elements/embed_element.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/elements/heading_element.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/elements/image_element.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/elements/list_element.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/elements/mention_element.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/elements/notion_block_element.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/elements/paragraph_element.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/elements/qoute_element.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/elements/table_element.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/elements/text_inline_formatter.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/elements/todo_lists.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/elements/toggle_element.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/elements/video_element.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/exceptions/database_exceptions.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/exceptions/page_creation_exception.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/notion_client.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/page/content/notion_page_content_chunker.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/page/content/page_content_manager.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/page/markdown_to_notion_converter.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/page/metadata/metadata_editor.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/page/metadata/notion_icon_manager.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/page/metadata/notion_page_cover_manager.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/page/notion_page.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/page/notion_page_factory.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/page/notion_to_markdown_converter.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/page/properites/database_property_service.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/page/properites/page_property_manager.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/page/properites/property_formatter.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/page/properites/property_operation_result.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/page/properites/property_value_extractor.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/page/relations/notion_page_relation_manager.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/page/relations/notion_page_title_resolver.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/page/relations/page_database_relation.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/page/relations/relation_operation_result.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/util/logging_mixin.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/util/page_id_utils.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary/util/singleton_decorator.py +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary.egg-info/SOURCES.txt +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary.egg-info/dependency_links.txt +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/notionary.egg-info/top_level.txt +0 -0
- {notionary-0.1.18 → notionary-0.1.19}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: notionary
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.19
|
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
|
@@ -10,13 +10,8 @@ Classifier: License :: OSI Approved :: MIT License
|
|
10
10
|
Requires-Python: >=3.7
|
11
11
|
Description-Content-Type: text/markdown
|
12
12
|
License-File: LICENSE
|
13
|
-
Requires-Dist: notion-client>=2.0.0
|
14
|
-
Requires-Dist: markdown-it-py>=3.0.0
|
15
|
-
Requires-Dist: beautifulsoup4>=4.13.0
|
16
13
|
Requires-Dist: httpx>=0.28.0
|
17
14
|
Requires-Dist: python-dotenv>=1.1.0
|
18
|
-
Requires-Dist: lxml>=5.3.0
|
19
|
-
Requires-Dist: attrs>=25.3.0
|
20
15
|
Dynamic: author
|
21
16
|
Dynamic: author-email
|
22
17
|
Dynamic: classifier
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: notionary
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.19
|
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
|
@@ -10,13 +10,8 @@ Classifier: License :: OSI Approved :: MIT License
|
|
10
10
|
Requires-Python: >=3.7
|
11
11
|
Description-Content-Type: text/markdown
|
12
12
|
License-File: LICENSE
|
13
|
-
Requires-Dist: notion-client>=2.0.0
|
14
|
-
Requires-Dist: markdown-it-py>=3.0.0
|
15
|
-
Requires-Dist: beautifulsoup4>=4.13.0
|
16
13
|
Requires-Dist: httpx>=0.28.0
|
17
14
|
Requires-Dist: python-dotenv>=1.1.0
|
18
|
-
Requires-Dist: lxml>=5.3.0
|
19
|
-
Requires-Dist: attrs>=25.3.0
|
20
15
|
Dynamic: author
|
21
16
|
Dynamic: author-email
|
22
17
|
Dynamic: classifier
|
@@ -2,16 +2,11 @@ from setuptools import setup, find_namespace_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name="notionary",
|
5
|
-
version="0.1.
|
5
|
+
version="0.1.19",
|
6
6
|
packages=find_namespace_packages(include=["notionary*"]),
|
7
7
|
install_requires=[
|
8
|
-
"notion-client>=2.0.0",
|
9
|
-
"markdown-it-py>=3.0.0",
|
10
|
-
"beautifulsoup4>=4.13.0",
|
11
8
|
"httpx>=0.28.0",
|
12
9
|
"python-dotenv>=1.1.0",
|
13
|
-
"lxml>=5.3.0",
|
14
|
-
"attrs>=25.3.0",
|
15
10
|
],
|
16
11
|
author="Mathis Arends",
|
17
12
|
author_email="mathisarends27@gmail.com",
|
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
|
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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{notionary-0.1.18 → notionary-0.1.19}/notionary/page/properites/database_property_service.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{notionary-0.1.18 → notionary-0.1.19}/notionary/page/properites/property_operation_result.py
RENAMED
File without changes
|
File without changes
|
{notionary-0.1.18 → notionary-0.1.19}/notionary/page/relations/notion_page_relation_manager.py
RENAMED
File without changes
|
{notionary-0.1.18 → notionary-0.1.19}/notionary/page/relations/notion_page_title_resolver.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
|