swarmauri_tool_jupyterdisplay 0.7.3.dev2__tar.gz → 0.7.4.dev20__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_jupyterdisplay-0.7.3.dev2 → swarmauri_tool_jupyterdisplay-0.7.4.dev20}/PKG-INFO +3 -3
- {swarmauri_tool_jupyterdisplay-0.7.3.dev2 → swarmauri_tool_jupyterdisplay-0.7.4.dev20}/README.md +2 -2
- {swarmauri_tool_jupyterdisplay-0.7.3.dev2 → swarmauri_tool_jupyterdisplay-0.7.4.dev20}/pyproject.toml +1 -1
- {swarmauri_tool_jupyterdisplay-0.7.3.dev2 → swarmauri_tool_jupyterdisplay-0.7.4.dev20}/LICENSE +0 -0
- {swarmauri_tool_jupyterdisplay-0.7.3.dev2 → swarmauri_tool_jupyterdisplay-0.7.4.dev20}/swarmauri_tool_jupyterdisplay/JupyterDisplayTool.py +0 -0
- {swarmauri_tool_jupyterdisplay-0.7.3.dev2 → swarmauri_tool_jupyterdisplay-0.7.4.dev20}/swarmauri_tool_jupyterdisplay/__init__.py +0 -0
{swarmauri_tool_jupyterdisplay-0.7.3.dev2 → swarmauri_tool_jupyterdisplay-0.7.4.dev20}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: swarmauri_tool_jupyterdisplay
|
|
3
|
-
Version: 0.7.
|
|
3
|
+
Version: 0.7.4.dev20
|
|
4
4
|
Summary: A tool designed to display rich media and object representations in a Jupyter Notebook using IPython's display functionality.
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Author: Jacob Stewart
|
|
@@ -23,8 +23,8 @@ Description-Content-Type: text/markdown
|
|
|
23
23
|
<p align="center">
|
|
24
24
|
<a href="https://pypi.org/project/swarmauri_tool_jupyterdisplay/">
|
|
25
25
|
<img src="https://img.shields.io/pypi/dm/swarmauri_tool_jupyterdisplay" alt="PyPI - Downloads"/></a>
|
|
26
|
-
<a href="https://github.com/swarmauri/swarmauri-sdk/
|
|
27
|
-
<img src="https://hits.
|
|
26
|
+
<a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swarmauri_tool_jupyterdisplay/">
|
|
27
|
+
<img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swarmauri_tool_jupyterdisplay.svg"/></a>
|
|
28
28
|
<a href="https://pypi.org/project/swarmauri_tool_jupyterdisplay/">
|
|
29
29
|
<img src="https://img.shields.io/pypi/pyversions/swarmauri_tool_jupyterdisplay" alt="PyPI - Python Version"/></a>
|
|
30
30
|
<a href="https://pypi.org/project/swarmauri_tool_jupyterdisplay/">
|
{swarmauri_tool_jupyterdisplay-0.7.3.dev2 → swarmauri_tool_jupyterdisplay-0.7.4.dev20}/README.md
RENAMED
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
<p align="center">
|
|
5
5
|
<a href="https://pypi.org/project/swarmauri_tool_jupyterdisplay/">
|
|
6
6
|
<img src="https://img.shields.io/pypi/dm/swarmauri_tool_jupyterdisplay" alt="PyPI - Downloads"/></a>
|
|
7
|
-
<a href="https://github.com/swarmauri/swarmauri-sdk/
|
|
8
|
-
<img src="https://hits.
|
|
7
|
+
<a href="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swarmauri_tool_jupyterdisplay/">
|
|
8
|
+
<img alt="Hits" src="https://hits.sh/github.com/swarmauri/swarmauri-sdk/tree/master/pkgs/community/swarmauri_tool_jupyterdisplay.svg"/></a>
|
|
9
9
|
<a href="https://pypi.org/project/swarmauri_tool_jupyterdisplay/">
|
|
10
10
|
<img src="https://img.shields.io/pypi/pyversions/swarmauri_tool_jupyterdisplay" alt="PyPI - Python Version"/></a>
|
|
11
11
|
<a href="https://pypi.org/project/swarmauri_tool_jupyterdisplay/">
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "swarmauri_tool_jupyterdisplay"
|
|
3
|
-
version = "0.7.
|
|
3
|
+
version = "0.7.4.dev20"
|
|
4
4
|
description = "A tool designed to display rich media and object representations in a Jupyter Notebook using IPython's display functionality."
|
|
5
5
|
license = "Apache-2.0"
|
|
6
6
|
readme = "README.md"
|
{swarmauri_tool_jupyterdisplay-0.7.3.dev2 → swarmauri_tool_jupyterdisplay-0.7.4.dev20}/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|