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.
Files changed (100) hide show
  1. {graphinate-0.5.0 → graphinate-0.5.1}/.github/workflows/test-beta.yml +1 -1
  2. {graphinate-0.5.0 → graphinate-0.5.1}/PKG-INFO +18 -27
  3. {graphinate-0.5.0 → graphinate-0.5.1}/README.md +17 -8
  4. graphinate-0.5.1/docs/assets/badge/v0.json +7 -0
  5. {graphinate-0.5.0 → graphinate-0.5.1}/docs/index.md +10 -4
  6. {graphinate-0.5.0 → graphinate-0.5.1}/pyproject.toml +11 -8
  7. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/__init__.py +1 -1
  8. {graphinate-0.5.0 → graphinate-0.5.1}/.coveragerc +0 -0
  9. {graphinate-0.5.0 → graphinate-0.5.1}/.github/dependabot.yml +0 -0
  10. {graphinate-0.5.0 → graphinate-0.5.1}/.github/workflows/codeql.yml +0 -0
  11. {graphinate-0.5.0 → graphinate-0.5.1}/.github/workflows/publish-docs.yaml +0 -0
  12. {graphinate-0.5.0 → graphinate-0.5.1}/.github/workflows/publish.yml +0 -0
  13. {graphinate-0.5.0 → graphinate-0.5.1}/.github/workflows/test.yml +0 -0
  14. {graphinate-0.5.0 → graphinate-0.5.1}/.gitignore +0 -0
  15. {graphinate-0.5.0 → graphinate-0.5.1}/.sonarcloud.properties +0 -0
  16. {graphinate-0.5.0 → graphinate-0.5.1}/LICENSE +0 -0
  17. {graphinate-0.5.0 → graphinate-0.5.1}/STATS.md +0 -0
  18. {graphinate-0.5.0 → graphinate-0.5.1}/docs/acknowledge.md +0 -0
  19. {graphinate-0.5.0 → graphinate-0.5.1}/docs/assets/images/logo-128.png +0 -0
  20. {graphinate-0.5.0 → graphinate-0.5.1}/docs/assets/images/network_graph.png +0 -0
  21. {graphinate-0.5.0 → graphinate-0.5.1}/docs/assets/stylesheets/extra.css +0 -0
  22. {graphinate-0.5.0 → graphinate-0.5.1}/docs/dev.md +0 -0
  23. {graphinate-0.5.0 → graphinate-0.5.1}/docs/examples/code.md +0 -0
  24. {graphinate-0.5.0 → graphinate-0.5.1}/docs/examples/github.md +0 -0
  25. {graphinate-0.5.0 → graphinate-0.5.1}/docs/examples/math.md +0 -0
  26. {graphinate-0.5.0 → graphinate-0.5.1}/docs/examples/system.md +0 -0
  27. {graphinate-0.5.0 → graphinate-0.5.1}/docs/examples/web.md +0 -0
  28. {graphinate-0.5.0 → graphinate-0.5.1}/docs/gen_ref_pages.py +0 -0
  29. {graphinate-0.5.0 → graphinate-0.5.1}/docs/intro.md +0 -0
  30. {graphinate-0.5.0 → graphinate-0.5.1}/docs/start.md +0 -0
  31. {graphinate-0.5.0 → graphinate-0.5.1}/docs/usage/cli.md +0 -0
  32. {graphinate-0.5.0 → graphinate-0.5.1}/docs/usage/lib.md +0 -0
  33. {graphinate-0.5.0 → graphinate-0.5.1}/examples/code/python_ast.py +0 -0
  34. {graphinate-0.5.0 → graphinate-0.5.1}/examples/code/python_dependencies.py +0 -0
  35. {graphinate-0.5.0 → graphinate-0.5.1}/examples/code/requirements.txt +0 -0
  36. {graphinate-0.5.0 → graphinate-0.5.1}/examples/github/_client.py +0 -0
  37. {graphinate-0.5.0 → graphinate-0.5.1}/examples/github/commits_visibilty_graph.py +0 -0
  38. {graphinate-0.5.0 → graphinate-0.5.1}/examples/github/followers.graphql +0 -0
  39. {graphinate-0.5.0 → graphinate-0.5.1}/examples/github/followers.py +0 -0
  40. {graphinate-0.5.0 → graphinate-0.5.1}/examples/github/graphql.config.yml +0 -0
  41. {graphinate-0.5.0 → graphinate-0.5.1}/examples/github/repositories.graphql +0 -0
  42. {graphinate-0.5.0 → graphinate-0.5.1}/examples/github/repositories.py +0 -0
  43. {graphinate-0.5.0 → graphinate-0.5.1}/examples/github/requirements.txt +0 -0
  44. {graphinate-0.5.0 → graphinate-0.5.1}/examples/math/graph_atlas.py +0 -0
  45. {graphinate-0.5.0 → graphinate-0.5.1}/examples/math/graphs.py +0 -0
  46. {graphinate-0.5.0 → graphinate-0.5.1}/examples/math/gui.py +0 -0
  47. {graphinate-0.5.0 → graphinate-0.5.1}/examples/math/polygonal_graph.py +0 -0
  48. {graphinate-0.5.0 → graphinate-0.5.1}/examples/math/requirements.txt +0 -0
  49. {graphinate-0.5.0 → graphinate-0.5.1}/examples/system/processes.py +0 -0
  50. {graphinate-0.5.0 → graphinate-0.5.1}/examples/system/requirements.txt +0 -0
  51. {graphinate-0.5.0 → graphinate-0.5.1}/examples/web/page_links.py +0 -0
  52. {graphinate-0.5.0 → graphinate-0.5.1}/examples/web/requirements.txt +0 -0
  53. {graphinate-0.5.0 → graphinate-0.5.1}/mkdocs.yml +0 -0
  54. {graphinate-0.5.0 → graphinate-0.5.1}/playground/ethernet/traceroute.py +0 -0
  55. {graphinate-0.5.0 → graphinate-0.5.1}/playground/genric_graph.graphql +0 -0
  56. {graphinate-0.5.0 → graphinate-0.5.1}/playground/graphql.config.yml +0 -0
  57. {graphinate-0.5.0 → graphinate-0.5.1}/playground/house_of_graphs.py +0 -0
  58. {graphinate-0.5.0 → graphinate-0.5.1}/playground/social/albums.json +0 -0
  59. {graphinate-0.5.0 → graphinate-0.5.1}/playground/social/musicisians.py +0 -0
  60. {graphinate-0.5.0 → graphinate-0.5.1}/playground/text/nlp_graph.py +0 -0
  61. {graphinate-0.5.0 → graphinate-0.5.1}/playground/text/requirements.txt +0 -0
  62. {graphinate-0.5.0 → graphinate-0.5.1}/playground/time_series/requirements.txt +0 -0
  63. {graphinate-0.5.0 → graphinate-0.5.1}/playground/time_series/visibility_graph.py +0 -0
  64. {graphinate-0.5.0 → graphinate-0.5.1}/sonar-project.properties +0 -0
  65. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/__init__.py +0 -0
  66. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/__main__.py +0 -0
  67. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/builders.py +0 -0
  68. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/cli.py +0 -0
  69. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/color.py +0 -0
  70. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/materializers/__init__.py +0 -0
  71. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/materializers/matplotlib.py +0 -0
  72. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/modeling.py +0 -0
  73. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/starlette/__init__.py +0 -0
  74. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/starlette/views.py +0 -0
  75. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/__init__.py +0 -0
  76. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/elements/__init__.py +0 -0
  77. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/elements/index.html +0 -0
  78. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/graphiql/__init__.py +0 -0
  79. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/graphiql/index.html +0 -0
  80. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/rapidoc/__init__.py +0 -0
  81. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/rapidoc/index.html +0 -0
  82. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/static/images/logo-128.png +0 -0
  83. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/static/images/logo.svg +0 -0
  84. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/static/images/network_graph.png +0 -0
  85. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/viewer/__init__.py +0 -0
  86. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/viewer/index.html +0 -0
  87. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/voyager/__init__.py +0 -0
  88. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/server/web/voyager/index.html +0 -0
  89. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/tools/__init__.py +0 -0
  90. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/tools/converters.py +0 -0
  91. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/tools/mutators.py +0 -0
  92. {graphinate-0.5.0 → graphinate-0.5.1}/src/graphinate/typing.py +0 -0
  93. {graphinate-0.5.0 → graphinate-0.5.1}/tests/conftest.py +0 -0
  94. {graphinate-0.5.0 → graphinate-0.5.1}/tests/graphinate/test_builders.py +0 -0
  95. {graphinate-0.5.0 → graphinate-0.5.1}/tests/graphinate/test_cli.py +0 -0
  96. {graphinate-0.5.0 → graphinate-0.5.1}/tests/graphinate/test_color.py +0 -0
  97. {graphinate-0.5.0 → graphinate-0.5.1}/tests/graphinate/test_materializers.py +0 -0
  98. {graphinate-0.5.0 → graphinate-0.5.1}/tests/graphinate/test_modeling.py +0 -0
  99. {graphinate-0.5.0 → graphinate-0.5.1}/tests/graphinate/test_server.py +0 -0
  100. {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.4" ]
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.0
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."></a>
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."></a>
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."></a>
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."></a>
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."></a>
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."></a>
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."></a>
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."></a>
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."></a>
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."></a>
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."></a>
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."></a>
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."></a>
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."></a>
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."></a>
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."></a>
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
 
@@ -0,0 +1,7 @@
1
+ {
2
+ "label": "",
3
+ "message": "Graphinate",
4
+ "logo": "https://github.com/erivlis/graphinate/assets/9897520/dae41f9f-69e5-4eb5-a488-87ce7f51fa32",
5
+ "logoWidth": 10,
6
+ "color": "darkviolet"
7
+ }
@@ -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"><img height="240" src="https://github.com/erivlis/graphinate/assets/9897520/dae41f9f-69e5-4eb5-a488-87ce7f51fa32" alt="Graphinate. Data to Graphs."></td>
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="Tests" src="https://github.com/erivlis/graphinate/actions/workflows/test.yml/badge.svg?branch=master"></a>
39
- <a href="https://github.com/erivlis/graphinate/actions/workflows/test.yml"><img alt="Tests" src="https://github.com/erivlis/graphinate/actions/workflows/test-beta.yml/badge.svg?branch=master"></a>
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.0"
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
- plot = [
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.0'},
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