Skip to content
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

Support for --format=freeze and --format=json in uv pip list #1998

Merged
merged 8 commits into from
Mar 6, 2024

Conversation

sbrugman
Copy link
Contributor

@sbrugman sbrugman commented Feb 26, 2024

Implements pip list --format=freeze and pip list --format=json

Closes #1970

Test Plan

Extended existing pip list tests to match output.
Need to look at escaping in the Windows test 🪟

@sbrugman sbrugman force-pushed the pip-list-format branch 10 times, most recently from 4a37b50 to 783a68f Compare February 28, 2024 13:27
Copy link
Member

@charliermarsh charliermarsh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Sorry for the delay.

@charliermarsh charliermarsh enabled auto-merge (squash) March 6, 2024 00:57
@charliermarsh charliermarsh force-pushed the pip-list-format branch 2 times, most recently from d5c4d3f to d18eaa9 Compare March 6, 2024 01:38
@charliermarsh charliermarsh merged commit 190a161 into astral-sh:main Mar 6, 2024
7 checks passed
@sbrugman sbrugman deleted the pip-list-format branch March 6, 2024 09:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

pip freeze command as an option for pip list
3 participants