pydeps icon indicating copy to clipboard operation
pydeps copied to clipboard

Plain text output support

Open haxfn opened this issue 10 months ago • 1 comments

Is there a way I can extract pydeps in plain text without hacking? I could not find pydeps docs mentioning something like this.

for example, cargo for rust-lang has something equivalent to pydeps that produces plain text: https://doc.rust-lang.org/cargo/commands/cargo-tree.html

haxfn avatar Feb 17 '25 08:02 haxfn

You should be able to write your own from the json output, at least as long as there are now cycles...

thebjorn avatar Feb 18 '25 19:02 thebjorn