Closed Yunchuan-Xu closed 9 months ago
Hi @Yunchuan-Xu and thank you for your interest in pydeps.
The test directory is not a valid module (you'll need an __init__.py
file). To get any output you'll need to have imports in the files, eg. (https://pypi.org/project/yamldirs/
):
c:\srv\tmp\pydeps209> yamldirs test
test:
__init__.py: ''
a.py: |
from . import b
b.py: |
from . import a
c:\srv\tmp\pydeps209> pydeps -Tpng test
(-Tpng
because github doesn't like pasted svgs..) gives me
@thebjorn Now it works. Thanks for your explanation!
[Environment]
[Directory Structure] D:\test\ ├─ a.py └─ b.py
[Case]
The output svg does not contain any graph elements.