Metadata-Version: 2.2
Name: sp-graph-layout
Version: 1.0.2
Summary: A library for visualizing directed graphs.
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C++
Classifier: Operating System :: OS Independent
Project-URL: Homepage, https://github.com/CyberZHG/GraphLayout
Project-URL: Repository, https://github.com/CyberZHG/GraphLayout
Project-URL: Issues, https://github.com/CyberZHG/GraphLayout/issues
Project-URL: Documentation, https://cyberzhg.github.io/GraphLayout/
Requires-Python: >=3.8
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: black; extra == "test"
Requires-Dist: isort; extra == "test"
Requires-Dist: flake8; extra == "test"
Description-Content-Type: text/markdown

Graph Layout
============

## Overview

A library for visualizing directed graphs.

|                                   rank dir = TB                                    |                                   rank dir = LR                                    |
|:----------------------------------------------------------------------------------:|:----------------------------------------------------------------------------------:|
| ![](https://github.com/CyberZHG/GraphLayout/blob/main/docs/images/example1_tb.svg) | ![](https://github.com/CyberZHG/GraphLayout/blob/main/docs/images/example1_lr.svg) |
| ![](https://github.com/CyberZHG/GraphLayout/blob/main/docs/images/example2_tb.svg) | ![](https://github.com/CyberZHG/GraphLayout/blob/main/docs/images/example2_lr.svg) |

## Documentation

* [Documentation](https://cyberzhg.github.io/GraphLayout/)

    * [Installation](https://cyberzhg.github.io/GraphLayout/install.html)
    * [Basic Concepts](https://cyberzhg.github.io/GraphLayout/basic.html)
    * [Graph Attributes](https://cyberzhg.github.io/GraphLayout/graph_attr.html)
    * [Vertex Attributes](https://cyberzhg.github.io/GraphLayout/vertex_attr.html)
    * [Edge Attributes](https://cyberzhg.github.io/GraphLayout/edge_attr.html)
