fuvty / handy_graph

A collection of frequently-used functions based on networkx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handy Graph

This repo provides some commonly used user-defined graph processing tools. It provides popular graph data format transformation and visualization tools. It also provides special supports for subgraph counting applications. It is built on NetworkX and (optionally) graph-tool.

Featured

Graph I/O

  • Easy graph file format transformation

Visualization

  • Easy graph visualization, for example, adjacent matrix

CI/CD

This repo uses pre-commit, circleci and codecov to ensure code quality.

Additional Details

For usage and further discussion, please contact Tianyu Fu.

Email: fty22@mails.tsinghua.edu.cn

About

A collection of frequently-used functions based on networkx

License:Apache License 2.0


Languages

Language:Python 100.0%