Skip to content

Improve pip freeze #3141

@T-256

Description

@T-256
  • Add --exclude-seed as same as pip's default behavior and as opposite of pip's freeze --all.
  • Add --exclude <EXCLUDE> as same as uv's pip list.
  • Add --format <FORMAT> as same as uv's pip list:
    • make freeze value the default.
    • new version value to avoid using url and editable in output (only {pkg}=={version} in output). same behavior as pip list.
    • new name value to get only list of pkg names. (urls and editable are revealment).

IMO, by these improvements, freeze and list would be the same mostly!

Metadata

Metadata

Assignees

No one assigned

    Labels

    cliRelated to the command line interfacecompatibilityCompatibility with a specification or another toolenhancementNew feature or improvement to existing functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions