thebjorn / pydeps

Python Module Dependency graphs
https://pydeps.readthedocs.io/en/latest/
BSD 2-Clause "Simplified" License
1.8k stars 114 forks source link

Support for namespace packages #201

Closed dg-pb closed 1 year ago

dg-pb commented 1 year ago

I am using namespace packages. I.e. namespace without init.py.

Now to view the graph correctly I need to create __init__.py, then delete it.

Would it be possible to support these?

thebjorn commented 1 year ago

See https://github.com/thebjorn/pydeps/issues/19