anywidget-graph 0.1.0__py3-none-any.whl → 0.2.0__py3-none-any.whl
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: anywidget-graph
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2.0
|
|
4
4
|
Summary: Interactive graph visualization for Python notebooks using anywidget
|
|
5
5
|
Project-URL: Homepage, https://grafeo.dev/
|
|
6
6
|
Project-URL: Repository, https://github.com/GrafeoDB/anywidget-graph
|
|
@@ -19,6 +19,7 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
19
19
|
Classifier: Topic :: Scientific/Engineering :: Visualization
|
|
20
20
|
Requires-Python: >=3.12
|
|
21
21
|
Requires-Dist: anywidget>=0.9.21
|
|
22
|
+
Requires-Dist: marimo>=0.19.7
|
|
22
23
|
Provides-Extra: dev
|
|
23
24
|
Requires-Dist: marimo>=0.19.7; extra == 'dev'
|
|
24
25
|
Requires-Dist: prek>=0.3.1; extra == 'dev'
|
|
@@ -251,7 +252,7 @@ graph.to_json("graph.json")
|
|
|
251
252
|
|
|
252
253
|
- [anywidget](https://anywidget.dev/) — Custom Jupyter widgets made easy
|
|
253
254
|
- [Grafeo](https://github.com/GrafeoDB/grafeo) — Embeddable graph database
|
|
254
|
-
- [grafeo-
|
|
255
|
+
- [grafeo-web](https://github.com/GrafeoDB/grafeo-web) — Grafeo in the browser
|
|
255
256
|
|
|
256
257
|
## License
|
|
257
258
|
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
anywidget_graph/__init__.py,sha256=uPbg0OSg6iO8dySwupCzx6zc0LWjsjQcnr-VgLQTSEM,145
|
|
2
|
+
anywidget_graph/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
anywidget_graph/widget.py,sha256=fKX2cR7b1NS2M9UzxHkahwlBJKd57o80qJanMyos9OA,54520
|
|
4
|
+
anywidget_graph-0.2.0.dist-info/METADATA,sha256=R6KCSQO9DFFYQaHmn7wKRUvWHWKDgXtLEsrBIx4PDJE,5775
|
|
5
|
+
anywidget_graph-0.2.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
6
|
+
anywidget_graph-0.2.0.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
anywidget_graph/__init__.py,sha256=uPbg0OSg6iO8dySwupCzx6zc0LWjsjQcnr-VgLQTSEM,145
|
|
2
|
-
anywidget_graph/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
anywidget_graph/widget.py,sha256=HRcbtmJLnOWzrusKy7Ikedoe_HryNJmDHgK4HK3rCYc,9444
|
|
4
|
-
anywidget_graph-0.1.0.dist-info/METADATA,sha256=RP9R6XK4DQkarK-GXsM-9s6hiR7mBElLgv7TSEFL0Q0,5747
|
|
5
|
-
anywidget_graph-0.1.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
6
|
-
anywidget_graph-0.1.0.dist-info/RECORD,,
|
|
File without changes
|