lightgraph 0.2.0__tar.gz → 1.0.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.
@@ -0,0 +1,27 @@
1
+ Metadata-Version: 2.4
2
+ Name: lightgraph
3
+ Version: 1.0.1
4
+ Summary: A lightweight Python binding for lightGraph network visualization
5
+ Author-email: Hao Zhu <haozhu233@gmail.com>, Aiden McComiskey <aiden.mccomiskey@tufts.edu>, Donna Slonim <donna.slonim@tufts.edu>
6
+ Requires-Python: >=3.6
7
+ Description-Content-Type: text/markdown
8
+ Requires-Dist: numpy
9
+ Requires-Dist: IPython
10
+ Requires-Dist: pytest>=7.0 ; extra == "test"
11
+ Requires-Dist: pytest-cov>=4.0 ; extra == "test"
12
+ Provides-Extra: test
13
+
14
+ # lightgraph
15
+
16
+ `lightgraph` is a high-performance HTML canvas-based network visualization tool.
17
+
18
+ ![](https://raw.githubusercontent.com/haozhu233/lightgraph/refs/heads/main/assets/lg_functions.png)
19
+
20
+ ## Installation
21
+
22
+ For python binding, you can install from pypi.
23
+
24
+ ```
25
+ pip install lightgraph
26
+ ```
27
+
@@ -0,0 +1,13 @@
1
+ # lightgraph
2
+
3
+ `lightgraph` is a high-performance HTML canvas-based network visualization tool.
4
+
5
+ ![](https://raw.githubusercontent.com/haozhu233/lightgraph/refs/heads/main/assets/lg_functions.png)
6
+
7
+ ## Installation
8
+
9
+ For python binding, you can install from pypi.
10
+
11
+ ```
12
+ pip install lightgraph
13
+ ```
@@ -0,0 +1 @@
1
+ from .network import net_vis, NetworkVisualization