maxmouchet / networkxtra

Extra functions for networkx.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

networkxtra

Tests PyPI

Extra functions for networkx:

  • Algorithms
    • largest_connected_component
  • Conversion
    • from_geojsonl, to_geojsonl
  • Drawing
    • draw_cairo (much faster than the matplotlib backend)
  • Functions
    • describe(G), remove_leafs(G)
  • Layouts
  • Read/Write
    • generate_geojsonl, parse_geojsonl, read_geojsonl, write_geojsonl
    • generate_lgl, parse_lgl, read_lgl, write_lgl

About

Extra functions for networkx.

License:MIT License


Languages

Language:Python 100.0%