thebjorn / pydeps

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

Doc update max module depth #192

Closed sheromon closed 1 year ago

sheromon commented 1 year ago

I'm new to trying to contribute to open-source, but anyway, I thought this pydeps tool was very cool, so here's my attempt to update the README so that past me would have better understood how to do what I wanted to do. This is related to #163.

I noticed most to all of the example graphs use pydeps for the example, but I found it didn't make sense for the use I wanted? Not sure if its okay to use a different package like pandas, but that's what I tried to do.

codecov-commenter commented 1 year ago

Codecov Report

Merging #192 (9a832af) into master (30731af) will decrease coverage by 0.04%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #192      +/-   ##
==========================================
- Coverage   71.83%   71.80%   -0.04%     
==========================================
  Files          19       19              
  Lines        1846     1844       -2     
  Branches      410      409       -1     
==========================================
- Hits         1326     1324       -2     
  Misses        409      409              
  Partials      111      111              

see 1 file with indirect coverage changes

thebjorn commented 1 year ago

Thank you very much. I'm merging this now and will do a couple of very minor edits before I publish it.

thebjorn commented 1 year ago

Your changes have been published as v1.12.13 now available on PyPI.

sheromon commented 1 year ago

@thebjorn, wow, you're fast. Thank you!