-
Notifications
You must be signed in to change notification settings - Fork 433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
list: Add --clean for portable output #392
Conversation
Thanks for the PR. I am curious, is there a technical reason this needs to be added or is this more of a preference thing? I think I would lean toward the flag being named |
Rather than clobber If we go into exporting in |
For some context, there’s actually talk that pip may deprecate It does make logical sense to combine this export functionality with
There are other ways to achieve similar results, but the most important thing is to make the options extendable, composible, and descriptive. |
@uranusjr do you have a source about the deprecation? That feeling like an interesting read and could be a nice guide for something like this. |
@PratikBhusal I don’t have a canonical source, sorry. It’s mainly informal conversations scattered around in the issue tracker. pypa/pip#7157 is one of them, but there are others. IIRC there’s one proposing a new |
I'll chime in and add that I'd like to list on an individual venv. Having a
|
I was looking for similar commands. More generally, being able to introspect pipx with other tools, being able to list pipx metadata without having to parse the human-readable output of the |
Since there are a few use cases for various output formats, I like the idea of a |
Sure! I should be able to get back to this soon. |
If this is meant for some sort of future import command, we should also list the versions of the injected packages. I wonder if that should be the default behavior anyway for |
Also if this is meant to be able to import in the future, shouldn't we just dump the entirety of each venv's |
Related: #109 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comments above needs addressed and merge conflicts resolved.
Closing due to inactivity, @SanketDG if you want to pick this up again we can reopen. |
No description provided.