Technologicat / pyan

Static call graph generator. The official Python 3 version. Development repo.
GNU General Public License v2.0
323 stars 56 forks source link

feature: new params for graphviz + solves #70 #74

Open maciejczyzewski opened 3 years ago

maciejczyzewski commented 3 years ago

Changes:

Example (--graphviz-layout fdp):

Screen Shot 2021-06-09 at 15 27 40
jdb78 commented 3 years ago

@maciejczyzewski Could you give your consent to relicense your contributions under the MIT and BSD licences here: https://github.com/Technologicat/pyan/issues/68?

And: I think the readme changes for you to pyan3. I think we install pyan. Otherwise all good with me :)

maciejczyzewski commented 3 years ago

Yeah, sure 😄 (already commented in #68)

I switched to pyan3 in readme since pip install pyan3 did not install the pyancommand on my machine as it should have.

Edit: Should there be an additional line "pyan = pyan.main:main" here in https://github.com/Technologicat/pyan/blob/master/setup.py#L130

lofidevops commented 1 year ago

@Technologicat @jdb78 FWIW I have used this branch successfully on a moderately complex project, and it works as expected.