No project description provided
Project description
graphviz2drawio
Convert graphviz (dot) files into draw.io (mxGraph) format
Getting Started
Prerequisites
graphviz2drawio requires Python 3 and Graphviz
On Mac OS these can be installed with Homebrew:
brew update; brew install python3 graphviz
Installation
pip3 install graphviz2drawio
Usage
Run the conversion app on your graphviz file
graphviz2drawio example.dot
You can them import the output XML file into draw.io
Python Usage
from graphviz2drawio import graphviz2drawio
xml = graphviz2drawio.convert(graph_to_convert)
print(xml)
graph_to_convert can be any of a file path, file handle, string of dot language, or PyGraphviz.AGraph object
Limitations
Current alpha release may not correctly convert all dot commands. PLEASE open an issue with your dot file to report conversion problems or visual errors.
Built With
- PyGraphviz - Python interface to Graphviz
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Authors
- Harold Martin - harold.martin at gmail
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for graphviz2drawio-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2633346f7dd1826658750521549f331155e6a16b8000848040bbe3b31307ce58 |
|
MD5 | 083a682128496e443038fd17a5b9626a |
|
BLAKE2b-256 | e2ba34c7f487a6a254ac09b4feed090a23b61ae8b75acc75fd27dd0123c3ddc0 |