Metadata-Version: 2.1
Name: pulm
Version: 0.1.0
Summary: UML diagram generator 🛩
Home-page: https://github.com/jjerphan/pulm
Author: Julien Jerphanion
Author-email: git@jjerphan.xyz
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

`pulm`: generate UML class diagram on the fly 🛩
================================================

## Getting started

As an example we can use `pulm` on its own code.


```bash
$ git clone
$ cd pulm
$ ./pulm/pulm.py --path ./pulm/pulm.py | plantuml -p > out/pulm.png && open
out/pulm.png
```
_et voilà_.

![pulm class diagramm](./docs/pulm.png)

You can do some more magic with `entr` to generate UML diagram on the fly 🛩

## License

[This project license](./LICENSE) is MIT.


