Metadata-Version: 2.1
Name: my-happy-graphviz
Version: 1.4.23
Summary: Python interface to Graphviz's Dot language
Home-page: https://github.com/ggservice007/my-happy-graphviz
Author: ggservice007
Author-email: ggservice007@126.com
License: Apache 2
Platform: UNKNOWN
Requires-Python: >=3.7.7
Description-Content-Type: text/markdown
Requires-Dist: pyparsing (>=2.4.7)

# my-happy-graphviz

This project is based on [pydot](https://github.com/pydot/pydot).


## test and developing environment
OS: centos7

python:  3.7.7

## install

### CentOS7
```shell
yum install graphviz graphviz-devel
```


```shell
python3.7 -m pip install -U my-happy-graphviz

or

python3.7 -m pip install -i https://pypi.org/simple/ -U my-happy-graphviz


```

## uninstall
```shell
python3.7 -m pip uninstall my-happy-graphviz
```


## how to use
See the examples directory in the project.

## notice
This version can not support the prog='sfdp'.


