invl / pip-autoremove

Remove a package and its unused dependencies.
Other
618 stars 42 forks source link

with '-l' option, print list of packages to stdout #52

Open ernstklrb opened 1 year ago

ernstklrb commented 1 year ago

A use case for the '-l' option would be to capture the list of packages and pipe it to other commands, e.g. pip-autoremove -l xyz > list.txt

To make that possible, this patch make the following changes: