modulegraph icon indicating copy to clipboard operation
modulegraph copied to clipboard

modulegraph determines a dependency graph between Python modules primarily by bytecode analysis for import statements. modulegraph uses similar methods to modulefinder from the standard library,...

Results 12 modulegraph issues
Sort by recently updated
recently updated
newest added

since the HTML page is substantially a textual page , while dot is visual, it is often useful (100% in my use cases) to have both generated. I cannot find...

```python -mmodulegraph -m "ads.design.v3.block" -d -h > page.html``` I'd expect this command to write a html code to file, while since -d write to stdout, it is mixed to the...

This is an interesting package. I think it would be great if there were a usage example directly in the readme, for instance like this (admittedly defunct) package: https://github.com/gak/pycallgraph/ Some...

GitHub Actions "Test" status is "failing" because tests fail on windows.

**[Original report](https://bitbucket.org/ronaldoussoren/modulegraph/issue/29) by htgoebel (Bitbucket: [htgoebel](https://bitbucket.org/htgoebel), GitHub: [htgoebel](https://github.com/htgoebel)).** ---------------------------------------- For PyInstaller, we need some support function for getting the byte-code of a module by path (sic!). In PyInstaller we cache...

**[Original report](https://bitbucket.org/ronaldoussoren/modulegraph/issue/19) by htgoebel (Bitbucket: [htgoebel](https://bitbucket.org/htgoebel), GitHub: [htgoebel](https://github.com/htgoebel)).** ---------------------------------------- calc_setuptools_nspackages can be implemented much simpler. Reason: 1. If a name space-package is defined this way (in a .pth-file), the .pth-file...

**[Original report](https://bitbucket.org/ronaldoussoren/modulegraph/issue/47) by John Vandenberg (Bitbucket: [John Vandenberg](https://bitbucket.org/John Vandenberg), ).** ---------------------------------------- Using 0.17 sdist as part of packaging at https://build.opensuse.org/package/show/home:jayvdb:py-new/python-modulegraph, both Python 2.7 and Python 3.7 fail running `setup.py test`...

bug

**[Original report](https://bitbucket.org/ronaldoussoren/modulegraph/issue/16) by david_cortesi (Bitbucket: [david_cortesi](https://bitbucket.org/david_cortesi), ).** ---------------------------------------- I would like to add info to the graph about other dependencies, for example that script "foo" needs a binary "/Some/path/to/bar.dylib" or...

enhancement

**[Original report](https://bitbucket.org/ronaldoussoren/modulegraph/issue/42) by Michael Root (Bitbucket: [mike1158](https://bitbucket.org/mike1158), GitHub: [mike1158](https://github.com/mike1158)).** ---------------------------------------- We use pkgutil.extend_path() frequently to allow multiple module packages in use at our company to all share a common top-level...

bug

**[Original report](https://bitbucket.org/ronaldoussoren/modulegraph/issue/28) by codewarrior (Bitbucket: [codewarrior](https://bitbucket.org/codewarrior), GitHub: [codewarrior](https://github.com/codewarrior)).** ---------------------------------------- While doing some work on PyInstaller, I noticed that when running Py.test, the `__main__` module was being included in the modulegraph...

bug