Metadata-Version: 2.2
Name: sp-svg-diagram
Version: 1.1.0
Summary: A library for rendering diagrams to SVG.
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: C++
Classifier: Operating System :: OS Independent
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

SVG Diagram
===========

## Overview

A library for rendering diagrams to SVG. This library does not provide any automatic layout for nodes and edges.

## Documentation

* [Documentation](https://cyberzhg.github.io/SVGDiagram/)
  * [Installation](https://cyberzhg.github.io/SVGDiagram/install.html)
  * [Basic Concepts](https://cyberzhg.github.io/SVGDiagram/concept.html)
  * [Diagram Attributes](https://cyberzhg.github.io/SVGDiagram/diagram_attr.html)
  * [Node Attributes](https://cyberzhg.github.io/SVGDiagram/node_attr.html)
  * [Edge Attributes](https://cyberzhg.github.io/SVGDiagram/edge_attr.html)
  * [Subgraph Attributes](https://cyberzhg.github.io/SVGDiagram/subgraph_attr.html)

## Example

![](https://raw.githubusercontent.com/CyberZHG/SVGDiagram/main/docs/images/example_pentagon.svg)
![](https://raw.githubusercontent.com/CyberZHG/SVGDiagram/main/docs/images/example_pentagram.svg)
![](https://raw.githubusercontent.com/CyberZHG/SVGDiagram/main/docs/images/example_sequential.svg)
![](https://raw.githubusercontent.com/CyberZHG/SVGDiagram/main/docs/images/example_subgraph.svg)
