Metadata-Version: 2.3
Name: depgraphviz
Version: 0.1.2
Summary: Creates a graph of the dependencies of a file
License: MIT
Author: MichielNijmeijer
Author-email: michielenn@gmail.com
Requires-Python: >=3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: jinja2 (>=3.1.6,<4.0.0)
Requires-Dist: pathlib (>=1.0.1,<2.0.0)
Description-Content-Type: text/markdown

# Depgraphviz
Depgraphviz is a tool that tracks a files imports and visualizes the whole import tree.
