Harmonize uv export
and uv pip compile
comment / output
#7159
Labels
enhancement
New feature or improvement to existing functionality
Given that
uv export
anduv pip compile
are somewhat able to generate the same output it would be same if their comments and features would match where sensible.Eg take the following pyproject.toml:
Running
uv export --no-hashes
generates:and running
uv pip compile pyproject.toml
generates:For consistency it would be great if:
This file was autogenerated by uv via the following command:
The next thing ties into the legacy tooling stuff, but it would be great if it were possible if
uv export
could generate a non-universal export (like pip compile does by default I assume) so the exported file stays small and comparable.Happy to answer any questions or elaborate on why I think some things would be useful.
The text was updated successfully, but these errors were encountered: