neo4j-viz 0.6.0__tar.gz → 1.0.0__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.
- {neo4j_viz-0.6.0/src/neo4j_viz.egg-info → neo4j_viz-1.0.0}/PKG-INFO +4 -4
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/pyproject.toml +4 -4
- neo4j_viz-1.0.0/src/neo4j_viz/resources/nvl_entrypoint/base.js +2 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz/resources/nvl_entrypoint/styles.css +13 -1
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz/snowflake.py +2 -2
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz/visualization_graph.py +70 -1
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0/src/neo4j_viz.egg-info}/PKG-INFO +4 -4
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz.egg-info/SOURCES.txt +1 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz.egg-info/requires.txt +1 -1
- neo4j_viz-1.0.0/tests/test_captions.py +161 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/tests/test_colors.py +36 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/tests/test_snowflake.py +3 -3
- neo4j_viz-0.6.0/src/neo4j_viz/resources/nvl_entrypoint/base.js +0 -2
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/LICENSE +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/README.md +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/setup.cfg +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz/__init__.py +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz/colors.py +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz/gds.py +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz/gql_create.py +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz/neo4j.py +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz/node.py +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz/node_size.py +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz/nvl.py +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz/options.py +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz/pandas.py +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz/py.typed +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz/relationship.py +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz/resources/__init__.py +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz/resources/icons/__init__.py +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz/resources/icons/screenshot.svg +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz/resources/icons/zoom-in.svg +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz/resources/icons/zoom-out.svg +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz/resources/nvl_entrypoint/__init__.py +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz.egg-info/dependency_links.txt +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/src/neo4j_viz.egg-info/top_level.txt +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/tests/test_gds.py +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/tests/test_gql_create.py +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/tests/test_neo4j.py +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/tests/test_node.py +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/tests/test_notebooks.py +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/tests/test_options.py +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/tests/test_pandas.py +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/tests/test_pinned.py +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/tests/test_relationship.py +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/tests/test_render.py +0 -0
- {neo4j_viz-0.6.0 → neo4j_viz-1.0.0}/tests/test_sizes.py +0 -0
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: neo4j-viz
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 1.0.0
|
|
4
4
|
Summary: A simple graph visualization tool
|
|
5
5
|
Author-email: Neo4j <team-gds@neo4j.org>
|
|
6
6
|
License-Expression: GPL-3.0-only
|
|
7
7
|
Project-URL: Homepage, https://neo4j.com/
|
|
8
8
|
Project-URL: Repository, https://github.com/neo4j/python-graph-visualization
|
|
9
9
|
Project-URL: Issues, https://github.com/neo4j/python-graph-visualization/issues
|
|
10
|
-
Project-URL: Documentation, https://neo4j.com/docs/
|
|
10
|
+
Project-URL: Documentation, https://neo4j.com/docs/python-graph-visualization/
|
|
11
11
|
Keywords: graph,visualization,neo4j
|
|
12
|
-
Classifier: Development Status ::
|
|
12
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
13
13
|
Classifier: Intended Audience :: Developers
|
|
14
14
|
Classifier: Intended Audience :: Science/Research
|
|
15
15
|
Classifier: Operating System :: OS Independent
|
|
@@ -34,7 +34,7 @@ Requires-Dist: pydantic-extra-types<3,>=2
|
|
|
34
34
|
Requires-Dist: enum-tools==0.13.0
|
|
35
35
|
Provides-Extra: dev
|
|
36
36
|
Requires-Dist: ruff==0.14.1; extra == "dev"
|
|
37
|
-
Requires-Dist: mypy==1.
|
|
37
|
+
Requires-Dist: mypy==1.18.2; extra == "dev"
|
|
38
38
|
Requires-Dist: pytest==8.4.2; extra == "dev"
|
|
39
39
|
Requires-Dist: selenium==4.32.0; extra == "dev"
|
|
40
40
|
Requires-Dist: ipykernel==6.30.1; extra == "dev"
|
|
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "neo4j-viz"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "1.0.0"
|
|
8
8
|
description = "A simple graph visualization tool"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [{ name = "Neo4j", email = "team-gds@neo4j.org" }]
|
|
11
11
|
license = "GPL-3.0-only"
|
|
12
12
|
license-files = [ "LICENSE" ]
|
|
13
13
|
classifiers = [
|
|
14
|
-
"Development Status ::
|
|
14
|
+
"Development Status :: 5 - Production/Stable",
|
|
15
15
|
"Intended Audience :: Developers",
|
|
16
16
|
"Intended Audience :: Science/Research",
|
|
17
17
|
"Operating System :: OS Independent",
|
|
@@ -41,7 +41,7 @@ requires-python = ">=3.10"
|
|
|
41
41
|
[project.optional-dependencies]
|
|
42
42
|
dev = [
|
|
43
43
|
"ruff==0.14.1",
|
|
44
|
-
"mypy==1.
|
|
44
|
+
"mypy==1.18.2",
|
|
45
45
|
"pytest==8.4.2",
|
|
46
46
|
"selenium==4.32.0",
|
|
47
47
|
"ipykernel==6.30.1",
|
|
@@ -75,7 +75,7 @@ notebook = [
|
|
|
75
75
|
Homepage = "https://neo4j.com/"
|
|
76
76
|
Repository = "https://github.com/neo4j/python-graph-visualization"
|
|
77
77
|
Issues = "https://github.com/neo4j/python-graph-visualization/issues"
|
|
78
|
-
Documentation = "https://neo4j.com/docs/
|
|
78
|
+
Documentation = "https://neo4j.com/docs/python-graph-visualization/"
|
|
79
79
|
|
|
80
80
|
[tool.setuptools]
|
|
81
81
|
include-package-data = true
|