graphcanvas is an library for interacting with visualizations of complex graphs. The aim is to allow the developer to declare the graph by the simplest means and be able to visualize the graph immediately.
For example:
from graphcanvas.api import GraphView, graph_from_dict
g = {'a':['b'], 'b':['c', 'd'], 'c':[], 'd':[]}
GraphView(graph=graph_from_dict(g)).configure_traits()
Prerequisites
enable
Release files for graphcanvas 4.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| graphcanvas-4.1.0.tar.gz | 11.7 kB | Details |
Release files / graphcanvas-4.1.0.tar.gz
| Download URL | graphcanvas-4.1.0.tar.gz |
|---|---|
| Size | 11.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a0c8ab98f4232f7ff2b4b086f1692616a137cb6aa60814f946785a549d0c0549
|
|
BLAKE2b-256 checksum How to use checksums |
affb1757dc54896f1df4e6d22011db45e9bb952ce2b778e75e6d3ca1c74e7ded
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |