LinkNex: Network-of-Networks (NoN) interactions toolkit (MVP)
Project description
LinkNex (MVP)
Network-of-Networks (NoN) interactions — minimal toolkit.
Quick Start
import networkx as nx
from linknex import InterGraph
A = nx.Graph(); A.add_edge("a1","a2")
B = nx.Graph(); B.add_edge("b1","b2")
ig = InterGraph({"Men": A, "Women": B})
ig.add_inter_edge(("Men","a2"), ("Women","b1"), weight=1.0, kind="relationship")
print(ig)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
linknex-0.0.1.tar.gz
(7.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file linknex-0.0.1.tar.gz.
File metadata
- Download URL: linknex-0.0.1.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e017ee7a73249359c73471ebec4e4021e9f1707e3a1596d897306728658120d
|
|
| MD5 |
ba1aa9b8a89b8d8c41bf7d39a0e28271
|
|
| BLAKE2b-256 |
c14c9206f3a4afa0c622616d661f1befb59ebeb98a8b709eccb961ef0b6bccd4
|
File details
Details for the file linknex-0.0.1-py3-none-any.whl.
File metadata
- Download URL: linknex-0.0.1-py3-none-any.whl
- Upload date:
- Size: 6.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0c3379ba13671ea22bcec57d0a79921f80a6f797c269b402efebc8150f79cf5
|
|
| MD5 |
88cbe5389a747d334d53eef8de6955c8
|
|
| BLAKE2b-256 |
8e49a7cca252c0e2922993ffa67ce168238b9eab436b067b50a595f11e99ab22
|