Graphinate 0.2.16__tar.gz → 0.2.17__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.
- {graphinate-0.2.16 → graphinate-0.2.17}/.github/workflows/publish-docs.yaml +1 -1
- {graphinate-0.2.16 → graphinate-0.2.17}/.github/workflows/publish.yml +1 -1
- {graphinate-0.2.16 → graphinate-0.2.17}/.github/workflows/test-beta.yml +1 -1
- {graphinate-0.2.16 → graphinate-0.2.17}/.github/workflows/test.yml +1 -1
- {graphinate-0.2.16 → graphinate-0.2.17}/PKG-INFO +8 -10
- {graphinate-0.2.16 → graphinate-0.2.17}/README.md +4 -3
- {graphinate-0.2.16 → graphinate-0.2.17}/docs/index.md +6 -5
- {graphinate-0.2.16 → graphinate-0.2.17}/pyproject.toml +4 -8
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/builders.py +2 -3
- {graphinate-0.2.16 → graphinate-0.2.17}/.coveragerc +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/.github/dependabot.yml +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/.github/workflows/codeql.yml +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/.gitignore +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/LICENSE +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/STATS.md +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/docs/acknowledge.md +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/docs/assets/images/logo-128.png +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/docs/assets/images/network_graph.png +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/docs/assets/stylesheets/extra.css +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/docs/dev.md +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/docs/examples/code.md +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/docs/examples/github.md +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/docs/examples/math.md +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/docs/examples/web.md +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/docs/gen_ref_pages.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/docs/intro.md +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/docs/start.md +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/docs/usage/cli.md +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/docs/usage/lib.md +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/examples/code/python_ast.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/examples/code/python_dependencies.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/examples/code/requirements.txt +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/examples/github/_client.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/examples/github/commits_visibilty_graph.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/examples/github/followers.graphql +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/examples/github/followers.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/examples/github/graphql.config.yml +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/examples/github/repositories.graphql +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/examples/github/repositories.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/examples/github/requirements.txt +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/examples/math/graph_atlas.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/examples/math/polygonal_graph.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/examples/web/page_links.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/examples/web/requirements.txt +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/mkdocs.yml +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/playground/ethernet/traceroute.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/playground/genric_graph.graphql +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/playground/graphql.config.yml +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/playground/house_of_graphs.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/playground/social/albums.json +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/playground/social/musicisians.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/playground/text/nlp_graph.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/playground/text/requirements.txt +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/playground/time_series/requirements.txt +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/playground/time_series/visibility_graph.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/sonar-project.properties +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/__init__.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/__main__.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/cli.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/color.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/materializers/__init__.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/materializers/matplotlib.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/modeling.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/server/__init__.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/server/starlette/__init__.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/server/starlette/views.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/server/web/__init__.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/server/web/elements/__init__.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/server/web/elements/index.html +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/server/web/graphiql/__init__.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/server/web/graphiql/index.html +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/server/web/rapidoc/__init__.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/server/web/rapidoc/index.html +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/server/web/static/images/logo-128.png +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/server/web/static/images/network_graph.png +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/server/web/viewer/__init__.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/server/web/viewer/index.html +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/server/web/voyager/__init__.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/server/web/voyager/index.html +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/tools/__init__.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/tools/converters.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/tools/gui.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/tools/mutators.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/typing.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/tests/conftest.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/tests/graphinate/test_builders.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/tests/graphinate/test_cli.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/tests/graphinate/test_color.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/tests/graphinate/test_materializers.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/tests/graphinate/test_modeling.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/tests/graphinate/test_server.py +0 -0
- {graphinate-0.2.16 → graphinate-0.2.17}/tests/graphinate/test_tools.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: Graphinate
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.17
|
|
4
4
|
Summary: Graphinate. Data to Graphs.
|
|
5
5
|
Project-URL: Homepage, https://erivlis.github.io/graphinate
|
|
6
6
|
Project-URL: Documentation, https://erivlis.github.io/graphinate
|
|
@@ -32,10 +32,7 @@ Requires-Dist: inflect==7.0.0
|
|
|
32
32
|
Requires-Dist: loguru==0.7.2
|
|
33
33
|
Requires-Dist: matplotlib==3.8.3
|
|
34
34
|
Requires-Dist: networkx==3.2.1
|
|
35
|
-
Requires-Dist: strawberry-graphql[asgi,opentelemetry]==0.
|
|
36
|
-
Provides-Extra: dbs
|
|
37
|
-
Requires-Dist: neo4j>=5.17.0; extra == 'dbs'
|
|
38
|
-
Requires-Dist: pydgraph>=23.0.2; extra == 'dbs'
|
|
35
|
+
Requires-Dist: strawberry-graphql[asgi,opentelemetry]==0.220.0
|
|
39
36
|
Provides-Extra: dev
|
|
40
37
|
Requires-Dist: pipdeptree; extra == 'dev'
|
|
41
38
|
Requires-Dist: ruff; extra == 'dev'
|
|
@@ -54,11 +51,11 @@ Requires-Dist: starlette-prometheus; extra == 'server'
|
|
|
54
51
|
Requires-Dist: uvicorn[standard]>=0.27.0; extra == 'server'
|
|
55
52
|
Provides-Extra: test
|
|
56
53
|
Requires-Dist: faker>=23.2.1; extra == 'test'
|
|
57
|
-
Requires-Dist: pytest-asyncio>=0.23.
|
|
54
|
+
Requires-Dist: pytest-asyncio>=0.23.5; extra == 'test'
|
|
58
55
|
Requires-Dist: pytest-cov>=4.1.0; extra == 'test'
|
|
59
56
|
Requires-Dist: pytest-randomly>=3.15.0; extra == 'test'
|
|
60
57
|
Requires-Dist: pytest-xdist>=3.5.0; extra == 'test'
|
|
61
|
-
Requires-Dist: pytest>=
|
|
58
|
+
Requires-Dist: pytest>=8.1.1; extra == 'test'
|
|
62
59
|
Description-Content-Type: text/markdown
|
|
63
60
|
|
|
64
61
|
# [Graphinate. Data to Graphs.](https://erivlis.github.io/graphinate/)
|
|
@@ -78,15 +75,16 @@ Description-Content-Type: text/markdown
|
|
|
78
75
|
<img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/erivlis/graphinate">
|
|
79
76
|
<img alt="GitHub last commit (by committer)" src="https://img.shields.io/github/last-commit/erivlis/graphinate">
|
|
80
77
|
<a href="https://github.com/erivlis/graphinate/graphs/contributors"><img alt="Contributors" src="https://img.shields.io/github/contributors/erivlis/graphinate.svg"></a>
|
|
81
|
-
<img alt="GitHub Watchers" src="https://img.shields.io/github/watchers/erivlis/graphinate.svg">
|
|
82
78
|
</td>
|
|
83
79
|
</tr>
|
|
84
80
|
<tr>
|
|
85
81
|
<td>Tools</td>
|
|
86
82
|
<td>
|
|
87
|
-
<img alt="
|
|
83
|
+
<a href="https://www.jetbrains.com/pycharm/"><img alt="PyCharm" src="https://img.shields.io/badge/PyCharm-FCF84A.svg?logo=PyCharm&logoColor=black&labelColor=21D789&color=FCF84A"></a>
|
|
88
84
|
<a href="https://github.com/astral-sh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff" style="max-width:100%;"></a>
|
|
89
|
-
<a href="https://github.com/astral-sh/uv"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json" alt="
|
|
85
|
+
<a href="https://github.com/astral-sh/uv"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json" alt="uv" style="max-width:100%;"></a>
|
|
86
|
+
<a href="https://squidfunk.github.io/mkdocs-material/"><img src="https://img.shields.io/badge/Material_for_MkDocs-526CFE?&logo=MaterialForMkDocs&logoColor=white&labelColor=grey"></a>
|
|
87
|
+
<a href="https://github.com/tox-dev/pipdeptree"><img src="https://img.shields.io/badge/pipdeptree-526CFE.svg?labelColor=gray&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAADFElEQVR4nFxTW2tcVRRe39773E/mliZjwKRmhBaKt4BWRKmGgihCH3xUKNWC/Q/ii76IP8AHpSIiRfqmD5YKCinalhgiCMZLSVtMM0mTdDLTuZyZc9l7yTlp7WXBgXPW+fa31rfWtxU9FLMN79Crr028e+iJsZfb7fJMp23xRlOvbTR3L/y5cuOL3Vbv7/vxuPviecI/eWr6k/mj4+8AkM11y+zs2MKwMJvNgIgYINZX/rlx+tIvf72fZXr4P0EQyOCjjw98P9vwn8+/+z3Bq6sek7AJkNhsOjQcyjvFmHd2upd+PP/zsSxNI5mnPvjw8U9fPFJ9XVkgNuDVayEbcgVEfgikNfFg4JAmh1LyyfGq06QqE9vN6+fEs4fHnjv25vjbAOA4AsL2MVZ1hRcI4QXIH7ilMqQXkiYXRBJRbFNQnTsRlqfmxFvH66ccFyAQMxP3I5cqNZBSxIWcKORMO9g3yeSHzFkGbnVCIkDUZ+beEy+8VJ4XguC6TMPYokwrCAHUJsBxYptoFBYSMi0oLIlcAkuFYhal8Zl5VanZU0zErgfurufMFjEkWZ7iRFY4SlgYfW9bUIJKFQNjiNPYf1QZOZn/hTaStPQKTI4eDCxSjsL4I6BeJzOjgcnT0HqPqwBJCdHZjW/miWjkkG3hzqKIe5FVlM3llGuWqOxTDMBkWlJ/6PB2p0Sb21gXixdvLeTtDGOHLFvQHpkiYyTuNU5kuxJercTdpEK3Bz4yLdFrXVsQ33x1/bModjhvyrKKVXB/YD9gb8PgKAlolAZipmFTOIYcxq21Xz8XS5dbi+e+2zqbA3MjxYninH3PpkyZljwYjZE2FoxBIWm6YVHaW/k66qwtF05curz509OHHzvqBqWp232fE+2AoCjOXNMfhcRcjAxxoijNFNpbG0vL588cNzpLC4I00cnCD1fPBuVqffbA5DMGNjR5MOSBpC+UYxGE5G5PmNXff/vy4rdnTmRJHD1wG+9G42D9qVfeePLk/oONI8qv7+/2fbq11f53ZfnqhStLi6d3b67/cT/+vwAAAP//Xo5dwOtdLi4AAAAASUVORK5CYII="></a>
|
|
90
88
|
</td>
|
|
91
89
|
</tr>
|
|
92
90
|
<tr>
|
|
@@ -15,15 +15,16 @@
|
|
|
15
15
|
<img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/erivlis/graphinate">
|
|
16
16
|
<img alt="GitHub last commit (by committer)" src="https://img.shields.io/github/last-commit/erivlis/graphinate">
|
|
17
17
|
<a href="https://github.com/erivlis/graphinate/graphs/contributors"><img alt="Contributors" src="https://img.shields.io/github/contributors/erivlis/graphinate.svg"></a>
|
|
18
|
-
<img alt="GitHub Watchers" src="https://img.shields.io/github/watchers/erivlis/graphinate.svg">
|
|
19
18
|
</td>
|
|
20
19
|
</tr>
|
|
21
20
|
<tr>
|
|
22
21
|
<td>Tools</td>
|
|
23
22
|
<td>
|
|
24
|
-
<img alt="
|
|
23
|
+
<a href="https://www.jetbrains.com/pycharm/"><img alt="PyCharm" src="https://img.shields.io/badge/PyCharm-FCF84A.svg?logo=PyCharm&logoColor=black&labelColor=21D789&color=FCF84A"></a>
|
|
25
24
|
<a href="https://github.com/astral-sh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff" style="max-width:100%;"></a>
|
|
26
|
-
<a href="https://github.com/astral-sh/uv"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json" alt="
|
|
25
|
+
<a href="https://github.com/astral-sh/uv"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json" alt="uv" style="max-width:100%;"></a>
|
|
26
|
+
<a href="https://squidfunk.github.io/mkdocs-material/"><img src="https://img.shields.io/badge/Material_for_MkDocs-526CFE?&logo=MaterialForMkDocs&logoColor=white&labelColor=grey"></a>
|
|
27
|
+
<a href="https://github.com/tox-dev/pipdeptree"><img src="https://img.shields.io/badge/pipdeptree-526CFE.svg?labelColor=gray&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAADFElEQVR4nFxTW2tcVRRe39773E/mliZjwKRmhBaKt4BWRKmGgihCH3xUKNWC/Q/ii76IP8AHpSIiRfqmD5YKCinalhgiCMZLSVtMM0mTdDLTuZyZc9l7yTlp7WXBgXPW+fa31rfWtxU9FLMN79Crr028e+iJsZfb7fJMp23xRlOvbTR3L/y5cuOL3Vbv7/vxuPviecI/eWr6k/mj4+8AkM11y+zs2MKwMJvNgIgYINZX/rlx+tIvf72fZXr4P0EQyOCjjw98P9vwn8+/+z3Bq6sek7AJkNhsOjQcyjvFmHd2upd+PP/zsSxNI5mnPvjw8U9fPFJ9XVkgNuDVayEbcgVEfgikNfFg4JAmh1LyyfGq06QqE9vN6+fEs4fHnjv25vjbAOA4AsL2MVZ1hRcI4QXIH7ilMqQXkiYXRBJRbFNQnTsRlqfmxFvH66ccFyAQMxP3I5cqNZBSxIWcKORMO9g3yeSHzFkGbnVCIkDUZ+beEy+8VJ4XguC6TMPYokwrCAHUJsBxYptoFBYSMi0oLIlcAkuFYhal8Zl5VanZU0zErgfurufMFjEkWZ7iRFY4SlgYfW9bUIJKFQNjiNPYf1QZOZn/hTaStPQKTI4eDCxSjsL4I6BeJzOjgcnT0HqPqwBJCdHZjW/miWjkkG3hzqKIe5FVlM3llGuWqOxTDMBkWlJ/6PB2p0Sb21gXixdvLeTtDGOHLFvQHpkiYyTuNU5kuxJercTdpEK3Bz4yLdFrXVsQ33x1/bModjhvyrKKVXB/YD9gb8PgKAlolAZipmFTOIYcxq21Xz8XS5dbi+e+2zqbA3MjxYninH3PpkyZljwYjZE2FoxBIWm6YVHaW/k66qwtF05curz509OHHzvqBqWp232fE+2AoCjOXNMfhcRcjAxxoijNFNpbG0vL588cNzpLC4I00cnCD1fPBuVqffbA5DMGNjR5MOSBpC+UYxGE5G5PmNXff/vy4rdnTmRJHD1wG+9G42D9qVfeePLk/oONI8qv7+/2fbq11f53ZfnqhStLi6d3b67/cT/+vwAAAP//Xo5dwOtdLi4AAAAASUVORK5CYII="></a>
|
|
27
28
|
</td>
|
|
28
29
|
</tr>
|
|
29
30
|
<tr>
|
|
@@ -17,15 +17,16 @@
|
|
|
17
17
|
<img alt="GitHub Watchers" src="https://img.shields.io/github/watchers/erivlis/graphinate.svg">
|
|
18
18
|
</td>
|
|
19
19
|
</tr>
|
|
20
|
-
<tr>
|
|
20
|
+
<tr style="vertical-align: middle; border-width: 0;">
|
|
21
21
|
<td>Tools</td>
|
|
22
22
|
<td>
|
|
23
|
-
<img alt="
|
|
23
|
+
<a href="https://www.jetbrains.com/pycharm/"><img alt="PyCharm" src="https://img.shields.io/badge/PyCharm-FCF84A.svg?logo=PyCharm&logoColor=black&labelColor=21D789&color=FCF84A"></a>
|
|
24
24
|
<a href="https://github.com/astral-sh/ruff"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff" style="max-width:100%;"></a>
|
|
25
|
-
<a href="https://github.com/astral-sh/uv"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json" alt="
|
|
25
|
+
<a href="https://github.com/astral-sh/uv"><img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json" alt="uv" style="max-width:100%;"></a>
|
|
26
|
+
<a href="https://github.com/tox-dev/pipdeptree"><img src="https://img.shields.io/badge/pipdeptree-526CFE.svg?labelColor=gray&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAADFElEQVR4nFxTW2tcVRRe39773E/mliZjwKRmhBaKt4BWRKmGgihCH3xUKNWC/Q/ii76IP8AHpSIiRfqmD5YKCinalhgiCMZLSVtMM0mTdDLTuZyZc9l7yTlp7WXBgXPW+fa31rfWtxU9FLMN79Crr028e+iJsZfb7fJMp23xRlOvbTR3L/y5cuOL3Vbv7/vxuPviecI/eWr6k/mj4+8AkM11y+zs2MKwMJvNgIgYINZX/rlx+tIvf72fZXr4P0EQyOCjjw98P9vwn8+/+z3Bq6sek7AJkNhsOjQcyjvFmHd2upd+PP/zsSxNI5mnPvjw8U9fPFJ9XVkgNuDVayEbcgVEfgikNfFg4JAmh1LyyfGq06QqE9vN6+fEs4fHnjv25vjbAOA4AsL2MVZ1hRcI4QXIH7ilMqQXkiYXRBJRbFNQnTsRlqfmxFvH66ccFyAQMxP3I5cqNZBSxIWcKORMO9g3yeSHzFkGbnVCIkDUZ+beEy+8VJ4XguC6TMPYokwrCAHUJsBxYptoFBYSMi0oLIlcAkuFYhal8Zl5VanZU0zErgfurufMFjEkWZ7iRFY4SlgYfW9bUIJKFQNjiNPYf1QZOZn/hTaStPQKTI4eDCxSjsL4I6BeJzOjgcnT0HqPqwBJCdHZjW/miWjkkG3hzqKIe5FVlM3llGuWqOxTDMBkWlJ/6PB2p0Sb21gXixdvLeTtDGOHLFvQHpkiYyTuNU5kuxJercTdpEK3Bz4yLdFrXVsQ33x1/bModjhvyrKKVXB/YD9gb8PgKAlolAZipmFTOIYcxq21Xz8XS5dbi+e+2zqbA3MjxYninH3PpkyZljwYjZE2FoxBIWm6YVHaW/k66qwtF05curz509OHHzvqBqWp232fE+2AoCjOXNMfhcRcjAxxoijNFNpbG0vL588cNzpLC4I00cnCD1fPBuVqffbA5DMGNjR5MOSBpC+UYxGE5G5PmNXff/vy4rdnTmRJHD1wG+9G42D9qVfeePLk/oONI8qv7+/2fbq11f53ZfnqhStLi6d3b67/cT/+vwAAAP//Xo5dwOtdLi4AAAAASUVORK5CYII="></a>
|
|
26
27
|
</td>
|
|
27
28
|
</tr>
|
|
28
|
-
<tr>
|
|
29
|
+
<tr style="vertical-align: middle; border-width: 0;">
|
|
29
30
|
<td>CI/CD</td>
|
|
30
31
|
<td>
|
|
31
32
|
<a href="https://github.com/erivlis/graphinate/actions/workflows/test.yml"><img alt="Tests" src="https://github.com/erivlis/graphinate/actions/workflows/test.yml/badge.svg?branch=master"></a>
|
|
@@ -33,7 +34,7 @@
|
|
|
33
34
|
<a href="https://github.com/erivlis/graphinate/actions/workflows/publish-docs.yaml"><img alt="Publish Docs" src="https://github.com/erivlis/graphinate/actions/workflows/publish-docs.yaml/badge.svg"></a>
|
|
34
35
|
</td>
|
|
35
36
|
</tr>
|
|
36
|
-
<tr>
|
|
37
|
+
<tr style="vertical-align: middle; border-width: 0;">
|
|
37
38
|
<td>Scans</td>
|
|
38
39
|
<td>
|
|
39
40
|
<a href="https://codecov.io/gh/erivlis/graphinate"><img alt="Coverage" src="https://codecov.io/gh/erivlis/graphinate/graph/badge.svg?token=POODT8M9NV"/></a>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "Graphinate"
|
|
3
|
-
version = "0.2.
|
|
3
|
+
version = "0.2.17"
|
|
4
4
|
authors = [
|
|
5
5
|
{ name = "Eran Rivlis", email = "eran@rivlis.info" },
|
|
6
6
|
]
|
|
@@ -33,7 +33,7 @@ dependencies = [
|
|
|
33
33
|
"loguru==0.7.2",
|
|
34
34
|
"matplotlib==3.8.3",
|
|
35
35
|
"networkx==3.2.1",
|
|
36
|
-
"strawberry-graphql[asgi,opentelemetry]==0.
|
|
36
|
+
"strawberry-graphql[asgi,opentelemetry]==0.220.0"
|
|
37
37
|
]
|
|
38
38
|
|
|
39
39
|
|
|
@@ -60,16 +60,12 @@ docs = [
|
|
|
60
60
|
]
|
|
61
61
|
test = [
|
|
62
62
|
"faker>=23.2.1",
|
|
63
|
-
"pytest>=
|
|
64
|
-
"pytest-asyncio>=0.23.
|
|
63
|
+
"pytest>=8.1.1",
|
|
64
|
+
"pytest-asyncio>=0.23.5",
|
|
65
65
|
"pytest-cov>=4.1.0",
|
|
66
66
|
"pytest-randomly>=3.15.0",
|
|
67
67
|
"pytest-xdist>=3.5.0"
|
|
68
68
|
]
|
|
69
|
-
dbs = [
|
|
70
|
-
"pydgraph>=23.0.2",
|
|
71
|
-
"neo4j>=5.17.0"
|
|
72
|
-
]
|
|
73
69
|
plot = [
|
|
74
70
|
"scipy>=1.12.0"
|
|
75
71
|
]
|
|
@@ -32,6 +32,8 @@ from .typing import NodeTypeAbsoluteId
|
|
|
32
32
|
DEFAULT_NODE_DELIMITER = ' ∋ '
|
|
33
33
|
DEFAULT_EDGE_DELIMITER = ' ↔ '
|
|
34
34
|
|
|
35
|
+
GraphRepresentation = Union[dict, nx.Graph, strawberry.Schema]
|
|
36
|
+
|
|
35
37
|
|
|
36
38
|
def label_converter(value, delimiter: str):
|
|
37
39
|
if value:
|
|
@@ -101,9 +103,6 @@ class GraphType(Enum):
|
|
|
101
103
|
MultiGraph = nx.MultiGraph
|
|
102
104
|
|
|
103
105
|
|
|
104
|
-
GraphRepresentation = Union[dict, nx.Graph, strawberry.Schema]
|
|
105
|
-
|
|
106
|
-
|
|
107
106
|
class Builder(ABC):
|
|
108
107
|
"""Builder abstract base class"""
|
|
109
108
|
|
|
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
|
|
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
|
{graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/server/web/static/images/logo-128.png
RENAMED
|
File without changes
|
{graphinate-0.2.16 → graphinate-0.2.17}/src/graphinate/server/web/static/images/network_graph.png
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|