Metadata-Version: 2.1
Name: plastexdepgraph
Version: 0.0.3
Summary: Dependency graph plugin for plasTeX.
Home-page: https://github.com/PatrickMassot/plastexdepgraph
Author: Patrick Massot
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: plasTeX >=3.1
Requires-Dist: pygraphviz

# plasTeX dependency graphs

This is a [plasTeX](https://github.com/plastex/plastex/) plugin allowing
to build dependency graphs.

Needs graphviz and its dev libraries. If you have a user-friendly OS, it is
as simple as `sudo apt install graphviz libgraphviz-dev`. See https://pygraphviz.github.io/documentation/stable/install.html otherwise.

