swarmauri_tool_jupyterdisplayhtml 0.7.1.dev1__tar.gz → 0.7.2.dev2__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.
- {swarmauri_tool_jupyterdisplayhtml-0.7.1.dev1 → swarmauri_tool_jupyterdisplayhtml-0.7.2.dev2}/PKG-INFO +1 -1
- {swarmauri_tool_jupyterdisplayhtml-0.7.1.dev1 → swarmauri_tool_jupyterdisplayhtml-0.7.2.dev2}/pyproject.toml +2 -2
- {swarmauri_tool_jupyterdisplayhtml-0.7.1.dev1 → swarmauri_tool_jupyterdisplayhtml-0.7.2.dev2}/LICENSE +0 -0
- {swarmauri_tool_jupyterdisplayhtml-0.7.1.dev1 → swarmauri_tool_jupyterdisplayhtml-0.7.2.dev2}/README.md +0 -0
- {swarmauri_tool_jupyterdisplayhtml-0.7.1.dev1 → swarmauri_tool_jupyterdisplayhtml-0.7.2.dev2}/swarmauri_tool_jupyterdisplayhtml/JupyterDisplayHtmlTool.py +0 -0
- {swarmauri_tool_jupyterdisplayhtml-0.7.1.dev1 → swarmauri_tool_jupyterdisplayhtml-0.7.2.dev2}/swarmauri_tool_jupyterdisplayhtml/__init__.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "swarmauri_tool_jupyterdisplayhtml"
|
|
3
|
-
version = "0.7.
|
|
3
|
+
version = "0.7.2.dev2"
|
|
4
4
|
description = "A tool designed to render HTML content within a Jupyter Notebook using IPython's HTML display method."
|
|
5
5
|
license = "Apache-2.0"
|
|
6
6
|
readme = "README.md"
|
|
@@ -46,7 +46,7 @@ log_cli_date_format = "%Y-%m-%d %H:%M:%S"
|
|
|
46
46
|
asyncio_default_fixture_loop_scope = "function"
|
|
47
47
|
|
|
48
48
|
[project.entry-points.'swarmauri.tools']
|
|
49
|
-
|
|
49
|
+
JupyterDisplayHtmlTool = "swarmauri_tool_jupyterdisplayhtml:JupyterDisplayHtmlTool"
|
|
50
50
|
|
|
51
51
|
[build-system]
|
|
52
52
|
requires = ["poetry-core>=1.0.0"]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|