seddonym / grimp

Builds a graph of a Python project's internal dependencies.
https://grimp.readthedocs.io
BSD 2-Clause "Simplified" License
54 stars 12 forks source link

Add `exclude_stdlib` argument to `build_graph` #144

Open sbrugman opened 7 months ago

sbrugman commented 7 months ago

Implementation for https://github.com/seddonym/grimp/issues/143

Before finishing up with tests etc. checking if you are ok with temporarily adding the stdlibs backport. In Python 3.10 sys.stdlib_module_names becomes available.

In my opinion including this light dependency for legacy Python version is not an issue, but it's your choice.

seddonym commented 7 months ago

Yes, I think I can live with that dependency, considering it's on its way out. Thank you!