Graphinate 0.5.0__tar.gz → 0.5.1__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.5.0 → graphinate-0.5.1}/.github/workflows/test-beta.yml +1 -1
- {graphinate-0.5.0 → graphinate-0.5.1}/PKG-INFO +18 -27
- {graphinate-0.5.0 → graphinate-0.5.1}/README.md +17 -8
- graphinate-0.5.1/docs/assets/badge/v0.json +7 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/docs/index.md +10 -4
- {graphinate-0.5.0 → graphinate-0.5.1}/pyproject.toml +11 -8
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/__init__.py +1 -1
- {graphinate-0.5.0 → graphinate-0.5.1}/.coveragerc +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/.github/dependabot.yml +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/.github/workflows/codeql.yml +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/.github/workflows/publish-docs.yaml +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/.github/workflows/publish.yml +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/.github/workflows/test.yml +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/.gitignore +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/.sonarcloud.properties +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/LICENSE +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/STATS.md +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/docs/acknowledge.md +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/docs/assets/images/logo-128.png +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/docs/assets/images/network_graph.png +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/docs/assets/stylesheets/extra.css +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/docs/dev.md +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/docs/examples/code.md +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/docs/examples/github.md +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/docs/examples/math.md +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/docs/examples/system.md +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/docs/examples/web.md +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/docs/gen_ref_pages.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/docs/intro.md +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/docs/start.md +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/docs/usage/cli.md +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/docs/usage/lib.md +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/examples/code/python_ast.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/examples/code/python_dependencies.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/examples/code/requirements.txt +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/examples/github/_client.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/examples/github/commits_visibilty_graph.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/examples/github/followers.graphql +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/examples/github/followers.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/examples/github/graphql.config.yml +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/examples/github/repositories.graphql +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/examples/github/repositories.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/examples/github/requirements.txt +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/examples/math/graph_atlas.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/examples/math/graphs.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/examples/math/gui.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/examples/math/polygonal_graph.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/examples/math/requirements.txt +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/examples/system/processes.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/examples/system/requirements.txt +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/examples/web/page_links.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/examples/web/requirements.txt +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/mkdocs.yml +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/playground/ethernet/traceroute.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/playground/genric_graph.graphql +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/playground/graphql.config.yml +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/playground/house_of_graphs.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/playground/social/albums.json +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/playground/social/musicisians.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/playground/text/nlp_graph.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/playground/text/requirements.txt +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/playground/time_series/requirements.txt +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/playground/time_series/visibility_graph.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/sonar-project.properties +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/__init__.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/__main__.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/builders.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/cli.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/color.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/materializers/__init__.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/materializers/matplotlib.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/modeling.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/starlette/__init__.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/starlette/views.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/__init__.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/elements/__init__.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/elements/index.html +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/graphiql/__init__.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/graphiql/index.html +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/rapidoc/__init__.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/rapidoc/index.html +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/static/images/logo-128.png +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/static/images/logo.svg +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/static/images/network_graph.png +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/viewer/__init__.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/viewer/index.html +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/voyager/__init__.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/voyager/index.html +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/tools/__init__.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/tools/converters.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/tools/mutators.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/typing.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/tests/conftest.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/tests/graphinate/test_builders.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/tests/graphinate/test_cli.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/tests/graphinate/test_color.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/tests/graphinate/test_materializers.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/tests/graphinate/test_modeling.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/tests/graphinate/test_server.py +0 -0
- {graphinate-0.5.0 → graphinate-0.5.1}/tests/graphinate/test_tools.py +0 -0
|
@@ -16,7 +16,7 @@ jobs:
|
|
|
16
16
|
fail-fast: false
|
|
17
17
|
matrix:
|
|
18
18
|
# https://github.com/actions/python-versions/blob/main/versions-manifest.json
|
|
19
|
-
python-version: [ "3.14.0-alpha.
|
|
19
|
+
python-version: [ "3.14.0-alpha.5" ]
|
|
20
20
|
steps:
|
|
21
21
|
- uses: actions/checkout@v4
|
|
22
22
|
- name: Set up Python ${{ matrix.python-version }}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: Graphinate
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.1
|
|
4
4
|
Summary: 𝔾raphinate. Data to Graphs.
|
|
5
5
|
Project-URL: Homepage, https://erivlis.github.io/graphinate
|
|
6
6
|
Project-URL: Documentation, https://erivlis.github.io/graphinate
|
|
@@ -33,29 +33,11 @@ Requires-Dist: loguru
|
|
|
33
33
|
Requires-Dist: matplotlib
|
|
34
34
|
Requires-Dist: networkx
|
|
35
35
|
Requires-Dist: strawberry-graphql[asgi,opentelemetry]
|
|
36
|
-
Provides-Extra: dev
|
|
37
|
-
Requires-Dist: pipdeptree; extra == 'dev'
|
|
38
|
-
Requires-Dist: ruff; extra == 'dev'
|
|
39
|
-
Provides-Extra: docs
|
|
40
|
-
Requires-Dist: mkdocs-gen-files; extra == 'docs'
|
|
41
|
-
Requires-Dist: mkdocs-git-revision-date-localized-plugin; extra == 'docs'
|
|
42
|
-
Requires-Dist: mkdocs-glightbox; extra == 'docs'
|
|
43
|
-
Requires-Dist: mkdocs-literate-nav; extra == 'docs'
|
|
44
|
-
Requires-Dist: mkdocs-material; extra == 'docs'
|
|
45
|
-
Requires-Dist: mkdocs-section-index; extra == 'docs'
|
|
46
|
-
Requires-Dist: mkdocstrings-python; extra == 'docs'
|
|
47
36
|
Provides-Extra: plot
|
|
48
37
|
Requires-Dist: scipy; extra == 'plot'
|
|
49
38
|
Provides-Extra: server
|
|
50
39
|
Requires-Dist: starlette-prometheus; extra == 'server'
|
|
51
40
|
Requires-Dist: uvicorn[standard]; extra == 'server'
|
|
52
|
-
Provides-Extra: test
|
|
53
|
-
Requires-Dist: faker; extra == 'test'
|
|
54
|
-
Requires-Dist: pytest; extra == 'test'
|
|
55
|
-
Requires-Dist: pytest-asyncio; extra == 'test'
|
|
56
|
-
Requires-Dist: pytest-cov; extra == 'test'
|
|
57
|
-
Requires-Dist: pytest-randomly; extra == 'test'
|
|
58
|
-
Requires-Dist: pytest-xdist; extra == 'test'
|
|
59
41
|
Description-Content-Type: text/markdown
|
|
60
42
|
|
|
61
43
|
# [𝔾raphinate. Data to Graphs.](https://erivlis.github.io/graphinate/)
|
|
@@ -120,6 +102,13 @@ Description-Content-Type: text/markdown
|
|
|
120
102
|
<a href="https://snyk.io/test/github/erivlis/graphinate"><img alt="Snyk" src="https://snyk.io/test/github/erivlis/Graphinate/badge.svg"></a>
|
|
121
103
|
</td>
|
|
122
104
|
</tr>
|
|
105
|
+
<tr>
|
|
106
|
+
<td>Mentions</td>
|
|
107
|
+
<td>
|
|
108
|
+
<a href="https://www.youtube.com/live/k01G0b0Y0Jg?si=030OT8sK3BqPyy8r&t=1028"><img alt="PythonBytes Podcast" src="https://img.shields.io/badge/Python_Bytes-Ep. 361-D7F9FF?logo=applepodcasts&labelColor=blue"></a>
|
|
109
|
+
<a href="https://pythonhub.dev/digest/2024-03-10/"><img alt="Static Badge" src="https://img.shields.io/badge/PythonHub-2024.03.10-gold?labelColor=blue"></a>
|
|
110
|
+
</td>
|
|
111
|
+
</tr>
|
|
123
112
|
<tr>
|
|
124
113
|
<td>Badge</td>
|
|
125
114
|
<td>
|
|
@@ -306,27 +295,29 @@ python -m mkdocs build
|
|
|
306
295
|
|
|
307
296
|
#### Python
|
|
308
297
|
|
|
309
|
-
<a href="https://palletsprojects.com/p/click/"><img height="60" style="padding: 5px; background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://click.palletsprojects.com/en/7.x/_images/click-logo.png" alt="Click Logo
|
|
310
|
-
<a href="https://github.com/Delgan/loguru"><img height="60" style="padding: 5px; background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://raw.githubusercontent.com/Delgan/loguru/master/docs/_static/img/logo.png" alt="Loguru Logo
|
|
298
|
+
<a href="https://palletsprojects.com/p/click/"><img height="60" style="padding: 5px; background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://click.palletsprojects.com/en/7.x/_images/click-logo.png" alt="Click Logo"></a>
|
|
299
|
+
<a href="https://github.com/Delgan/loguru"><img height="60" style="padding: 5px; background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://raw.githubusercontent.com/Delgan/loguru/master/docs/_static/img/logo.png" alt="Loguru Logo"></a>
|
|
311
300
|
<a href="https://matplotlib.org/"><img height="60" style="padding: 5px; background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://matplotlib.org/_static/logo_dark.svg" alt="matplotlib Logo."></a>
|
|
312
301
|
<a href="https://networkx.org/"><img height="60" style="padding: 5px; background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://networkx.org/_static/networkx_logo.svg" alt="NetworkX Logo."></a>
|
|
313
|
-
<a href="https://strawberry.rocks/"><img height="60" style="padding: 5px; background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://github.com/strawberry-graphql/strawberry/raw/main/.github/logo.png" alt="Strawberry GraphQL Logo
|
|
302
|
+
<a href="https://strawberry.rocks/"><img height="60" style="padding: 5px; background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://github.com/strawberry-graphql/strawberry/raw/main/.github/logo.png" alt="Strawberry GraphQL Logo"></a>
|
|
314
303
|
|
|
315
304
|
#### Javascript and HTML
|
|
316
305
|
|
|
317
|
-
<a href="https://vasturiano.github.io/3d-force-graph/"><img height="60" style="background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="http://gist.github.com/vasturiano/02affe306ce445e423f992faeea13521/raw/preview.png" alt="3D Force-Directed Graph Logo
|
|
318
|
-
<a href="https://github.com/graphql-kit/graphql-voyager"><img height="60" style="background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://github.com/graphql-kit/graphql-voyager/raw/main/docs/cover.png" alt="Graphql Voyager Logo
|
|
306
|
+
<a href="https://vasturiano.github.io/3d-force-graph/"><img height="60" style="background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="http://gist.github.com/vasturiano/02affe306ce445e423f992faeea13521/raw/preview.png" alt="3D Force-Directed Graph Logo"></a>
|
|
307
|
+
<a href="https://github.com/graphql-kit/graphql-voyager"><img height="60" style="background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://github.com/graphql-kit/graphql-voyager/raw/main/docs/cover.png" alt="Graphql Voyager Logo"></a>
|
|
308
|
+
<a href="https://github.com/cocopon/tweakpane"><img height="60" style="background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://user-images.githubusercontent.com/602961/184479032-38f50be3-e235-4914-85c0-dce316b33ed2.png" alt="Tweakpane Logo"></a>
|
|
319
309
|
|
|
320
310
|
### Dev Tools
|
|
321
311
|
|
|
322
312
|
<a href="https://hatch.pypa.io/"><img height="60" style="background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://hatch.pypa.io/latest/assets/images/logo.svg" alt="Hatch logo."></a>
|
|
323
313
|
<a href="https://squidfunk.github.io/mkdocs-material/"><img height="60" style="background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/logo.svg" alt="Material for MkDocs"></a>
|
|
324
|
-
<a href="https://pytest.org"><img height="60" style="background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://docs.pytest.org/en/7.4.x/_static/pytest_logo_curves.svg" alt="pytest logo
|
|
325
|
-
<a href="https://astral.sh/ruff"><img height="60" style="background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://astralcms.wpengine.com/wp-content/uploads/2023/03/Ruff-Logo.svg" alt="Ruff logo
|
|
314
|
+
<a href="https://pytest.org"><img height="60" style="background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://docs.pytest.org/en/7.4.x/_static/pytest_logo_curves.svg" alt="pytest logo"></a>
|
|
315
|
+
<a href="https://astral.sh/ruff"><img height="60" style="background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://astralcms.wpengine.com/wp-content/uploads/2023/03/Ruff-Logo.svg" alt="Ruff logo"></a>
|
|
316
|
+
<a href="https://astral.sh/uv"><img height="60" style="padding: 16px; background: #261230;" src="https://docs.astral.sh/uv/assets/logo-letter.svg" alt="uv logo"></a>
|
|
326
317
|
|
|
327
318
|
### IDE
|
|
328
319
|
|
|
329
|
-
<a href="https://www.jetbrains.com/pycharm/"><img height="60" style="background: linear-gradient(-45deg, #FCF84A, #3DEA62, #21D789);" src="https://resources.jetbrains.com/storage/products/company/brand/logos/PyCharm.png" alt="PyCharm logo
|
|
320
|
+
<a href="https://www.jetbrains.com/pycharm/"><img height="60" style="background: linear-gradient(-45deg, #FCF84A, #3DEA62, #21D789);" src="https://resources.jetbrains.com/storage/products/company/brand/logos/PyCharm.png" alt="PyCharm logo"></a>
|
|
330
321
|
|
|
331
322
|
---------------------
|
|
332
323
|
|
|
@@ -60,6 +60,13 @@
|
|
|
60
60
|
<a href="https://snyk.io/test/github/erivlis/graphinate"><img alt="Snyk" src="https://snyk.io/test/github/erivlis/Graphinate/badge.svg"></a>
|
|
61
61
|
</td>
|
|
62
62
|
</tr>
|
|
63
|
+
<tr>
|
|
64
|
+
<td>Mentions</td>
|
|
65
|
+
<td>
|
|
66
|
+
<a href="https://www.youtube.com/live/k01G0b0Y0Jg?si=030OT8sK3BqPyy8r&t=1028"><img alt="PythonBytes Podcast" src="https://img.shields.io/badge/Python_Bytes-Ep. 361-D7F9FF?logo=applepodcasts&labelColor=blue"></a>
|
|
67
|
+
<a href="https://pythonhub.dev/digest/2024-03-10/"><img alt="Static Badge" src="https://img.shields.io/badge/PythonHub-2024.03.10-gold?labelColor=blue"></a>
|
|
68
|
+
</td>
|
|
69
|
+
</tr>
|
|
63
70
|
<tr>
|
|
64
71
|
<td>Badge</td>
|
|
65
72
|
<td>
|
|
@@ -246,27 +253,29 @@ python -m mkdocs build
|
|
|
246
253
|
|
|
247
254
|
#### Python
|
|
248
255
|
|
|
249
|
-
<a href="https://palletsprojects.com/p/click/"><img height="60" style="padding: 5px; background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://click.palletsprojects.com/en/7.x/_images/click-logo.png" alt="Click Logo
|
|
250
|
-
<a href="https://github.com/Delgan/loguru"><img height="60" style="padding: 5px; background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://raw.githubusercontent.com/Delgan/loguru/master/docs/_static/img/logo.png" alt="Loguru Logo
|
|
256
|
+
<a href="https://palletsprojects.com/p/click/"><img height="60" style="padding: 5px; background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://click.palletsprojects.com/en/7.x/_images/click-logo.png" alt="Click Logo"></a>
|
|
257
|
+
<a href="https://github.com/Delgan/loguru"><img height="60" style="padding: 5px; background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://raw.githubusercontent.com/Delgan/loguru/master/docs/_static/img/logo.png" alt="Loguru Logo"></a>
|
|
251
258
|
<a href="https://matplotlib.org/"><img height="60" style="padding: 5px; background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://matplotlib.org/_static/logo_dark.svg" alt="matplotlib Logo."></a>
|
|
252
259
|
<a href="https://networkx.org/"><img height="60" style="padding: 5px; background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://networkx.org/_static/networkx_logo.svg" alt="NetworkX Logo."></a>
|
|
253
|
-
<a href="https://strawberry.rocks/"><img height="60" style="padding: 5px; background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://github.com/strawberry-graphql/strawberry/raw/main/.github/logo.png" alt="Strawberry GraphQL Logo
|
|
260
|
+
<a href="https://strawberry.rocks/"><img height="60" style="padding: 5px; background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://github.com/strawberry-graphql/strawberry/raw/main/.github/logo.png" alt="Strawberry GraphQL Logo"></a>
|
|
254
261
|
|
|
255
262
|
#### Javascript and HTML
|
|
256
263
|
|
|
257
|
-
<a href="https://vasturiano.github.io/3d-force-graph/"><img height="60" style="background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="http://gist.github.com/vasturiano/02affe306ce445e423f992faeea13521/raw/preview.png" alt="3D Force-Directed Graph Logo
|
|
258
|
-
<a href="https://github.com/graphql-kit/graphql-voyager"><img height="60" style="background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://github.com/graphql-kit/graphql-voyager/raw/main/docs/cover.png" alt="Graphql Voyager Logo
|
|
264
|
+
<a href="https://vasturiano.github.io/3d-force-graph/"><img height="60" style="background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="http://gist.github.com/vasturiano/02affe306ce445e423f992faeea13521/raw/preview.png" alt="3D Force-Directed Graph Logo"></a>
|
|
265
|
+
<a href="https://github.com/graphql-kit/graphql-voyager"><img height="60" style="background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://github.com/graphql-kit/graphql-voyager/raw/main/docs/cover.png" alt="Graphql Voyager Logo"></a>
|
|
266
|
+
<a href="https://github.com/cocopon/tweakpane"><img height="60" style="background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://user-images.githubusercontent.com/602961/184479032-38f50be3-e235-4914-85c0-dce316b33ed2.png" alt="Tweakpane Logo"></a>
|
|
259
267
|
|
|
260
268
|
### Dev Tools
|
|
261
269
|
|
|
262
270
|
<a href="https://hatch.pypa.io/"><img height="60" style="background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://hatch.pypa.io/latest/assets/images/logo.svg" alt="Hatch logo."></a>
|
|
263
271
|
<a href="https://squidfunk.github.io/mkdocs-material/"><img height="60" style="background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://raw.githubusercontent.com/squidfunk/mkdocs-material/master/.github/assets/logo.svg" alt="Material for MkDocs"></a>
|
|
264
|
-
<a href="https://pytest.org"><img height="60" style="background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://docs.pytest.org/en/7.4.x/_static/pytest_logo_curves.svg" alt="pytest logo
|
|
265
|
-
<a href="https://astral.sh/ruff"><img height="60" style="background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://astralcms.wpengine.com/wp-content/uploads/2023/03/Ruff-Logo.svg" alt="Ruff logo
|
|
272
|
+
<a href="https://pytest.org"><img height="60" style="background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://docs.pytest.org/en/7.4.x/_static/pytest_logo_curves.svg" alt="pytest logo"></a>
|
|
273
|
+
<a href="https://astral.sh/ruff"><img height="60" style="background: linear-gradient(-45deg, #FFFFFF, #CCCCCC);" src="https://astralcms.wpengine.com/wp-content/uploads/2023/03/Ruff-Logo.svg" alt="Ruff logo"></a>
|
|
274
|
+
<a href="https://astral.sh/uv"><img height="60" style="padding: 16px; background: #261230;" src="https://docs.astral.sh/uv/assets/logo-letter.svg" alt="uv logo"></a>
|
|
266
275
|
|
|
267
276
|
### IDE
|
|
268
277
|
|
|
269
|
-
<a href="https://www.jetbrains.com/pycharm/"><img height="60" style="background: linear-gradient(-45deg, #FCF84A, #3DEA62, #21D789);" src="https://resources.jetbrains.com/storage/products/company/brand/logos/PyCharm.png" alt="PyCharm logo
|
|
278
|
+
<a href="https://www.jetbrains.com/pycharm/"><img height="60" style="background: linear-gradient(-45deg, #FCF84A, #3DEA62, #21D789);" src="https://resources.jetbrains.com/storage/products/company/brand/logos/PyCharm.png" alt="PyCharm logo"></a>
|
|
270
279
|
|
|
271
280
|
---------------------
|
|
272
281
|
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<table style="border-width: 0;">
|
|
4
4
|
<tr style="vertical-align: middle; border-width: 0;">
|
|
5
|
-
<td rowspan="
|
|
5
|
+
<td rowspan="7"><img height="240" src="https://github.com/erivlis/graphinate/assets/9897520/dae41f9f-69e5-4eb5-a488-87ce7f51fa32" alt="Graphinate. Data to Graphs."></td>
|
|
6
6
|
<td>Package</td>
|
|
7
7
|
<td>
|
|
8
8
|
<img alt="PyPI - version" src="https://img.shields.io/pypi/v/graphinate.svg?logo=pypi&logoColor=lightblue">
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
<tr style="vertical-align: middle;">
|
|
36
36
|
<td>CI/CD</td>
|
|
37
37
|
<td>
|
|
38
|
-
<a href="https://github.com/erivlis/graphinate/actions/workflows/test.yml"><img alt="
|
|
39
|
-
<a href="https://github.com/erivlis/graphinate/actions/workflows/test.yml"><img alt="
|
|
38
|
+
<a href="https://github.com/erivlis/graphinate/actions/workflows/test.yml"><img alt="Test" src="https://github.com/erivlis/graphinate/actions/workflows/test.yml/badge.svg"></a>
|
|
39
|
+
<a href="https://github.com/erivlis/graphinate/actions/workflows/test-beta.yml"><img alt="Test (Beta)" src="https://github.com/erivlis/graphinate/actions/workflows/test-beta.yml/badge.svg"></a>
|
|
40
40
|
<a href="https://github.com/erivlis/graphinate/actions/workflows/publish.yml"><img alt="Publish" src="https://github.com/erivlis/graphinate/actions/workflows/publish.yml/badge.svg"></a>
|
|
41
41
|
<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>
|
|
42
42
|
</td>
|
|
@@ -59,5 +59,11 @@
|
|
|
59
59
|
<a href="https://snyk.io/test/github/erivlis/graphinate"><img alt="Snyk" src="https://snyk.io/test/github/erivlis/Graphinate/badge.svg"></a>
|
|
60
60
|
</td>
|
|
61
61
|
</tr>
|
|
62
|
+
<tr>
|
|
63
|
+
<td>Mentions</td>
|
|
64
|
+
<td>
|
|
65
|
+
<a href="https://www.youtube.com/live/k01G0b0Y0Jg?si=030OT8sK3BqPyy8r&t=1028"><img alt="PythonBytes Podcast" src="https://img.shields.io/badge/Python_Bytes-Ep. 361-D7F9FF?logo=applepodcasts&labelColor=blue"></a>
|
|
66
|
+
<a href="https://pythonhub.dev/digest/2024-03-10/"><img alt="Static Badge" src="https://img.shields.io/badge/PythonHub-2024.03.10-gold?labelColor=blue"></a>
|
|
67
|
+
</td>
|
|
68
|
+
</tr>
|
|
62
69
|
</table>
|
|
63
|
-
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "Graphinate"
|
|
3
|
-
version = "0.5.
|
|
3
|
+
version = "0.5.1"
|
|
4
4
|
authors = [
|
|
5
5
|
{ name = "Eran Rivlis", email = "eran@rivlis.info" },
|
|
6
6
|
]
|
|
@@ -45,6 +45,15 @@ dependencies = [
|
|
|
45
45
|
|
|
46
46
|
|
|
47
47
|
[project.optional-dependencies]
|
|
48
|
+
plot = [
|
|
49
|
+
"scipy"
|
|
50
|
+
]
|
|
51
|
+
server = [
|
|
52
|
+
"starlette-prometheus",
|
|
53
|
+
"uvicorn[standard]"
|
|
54
|
+
]
|
|
55
|
+
|
|
56
|
+
[dependency-groups]
|
|
48
57
|
dev = [
|
|
49
58
|
"ruff",
|
|
50
59
|
"pipdeptree"
|
|
@@ -66,13 +75,7 @@ test = [
|
|
|
66
75
|
"pytest-randomly",
|
|
67
76
|
"pytest-xdist"
|
|
68
77
|
]
|
|
69
|
-
|
|
70
|
-
"scipy"
|
|
71
|
-
]
|
|
72
|
-
server = [
|
|
73
|
-
"starlette-prometheus",
|
|
74
|
-
"uvicorn[standard]"
|
|
75
|
-
]
|
|
78
|
+
|
|
76
79
|
|
|
77
80
|
|
|
78
81
|
[build-system]
|
|
@@ -28,7 +28,7 @@ def openapi_schema(request: Request) -> ASGIApp:
|
|
|
28
28
|
"""
|
|
29
29
|
schema_data = {
|
|
30
30
|
'openapi': '3.0.0',
|
|
31
|
-
'info': {'title': 'Graphinate API', 'version': '1
|
|
31
|
+
'info': {'title': 'Graphinate API', 'version': '0.5.1'},
|
|
32
32
|
'paths': {
|
|
33
33
|
'/graphql': {'get': {'responses': {200: {'description': 'GraphQL'}}}},
|
|
34
34
|
'/graphiql': {'get': {'responses': {200: {'description': 'GraphiQL UI.'}}}},
|
|
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
|
|
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.5.0 → graphinate-0.5.1}/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
|