Skip to main content

Python library to analyze and plot network graphs.

Project description

graph-express

A Python package for the analysis and visualization of network graphs which uses familiar libraries such as NetworkX, NetworKit, igraph, and plotly.

Requirements

  • Python 3.6.8+
  • datashader>=0.10.0
  • kaleido>=0.2.1
  • leidenalg>=0.8.3
  • networkit>=7.0
  • networkx>=2.3
  • openpyxl>=3.1.2
  • pandas>=0.25.3
  • plotly>=3.10.0
  • python-igraph>=0.8.3
  • python-louvain>=0.14

Usage

import graph_express.graph_express as gx

# Build graph from file
G = gx.read_graph("/path/to/file", ...)

# Compute centrality and partitions (communities)
df = gx.compute(G, ...)

# Plot network graph
fig = gx.plot(G, ...)

Command line interface

A CLI is partially implemented and may be executed with:

graph-express {build,compute,plot} input [...]

References

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

graph_express-1.0a1.tar.gz (23.2 kB view hashes)

Uploaded Source

Built Distribution

graph_express-1.0a1-py3-none-any.whl (27.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page