Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1017 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 1017 Bytes

netext

pypi License: MIT Python Version Documentation

Netext is a graph (network) rendering library for the terminal. It uses the awesome rich library to format output and can use different layout engines to place nodes and edges. The library has a very simple API that allows to render graphs created with networkx and integrates well with applications that use rich to output to the terminal. All styling and formatting is done via attributes the nodes and edges of the networkx graph data structures using special attributes keys.