mirror of
https://github.com/astral-sh/uv.git
synced 2025-10-03 23:34:35 +00:00
![]() Hi, love your work on `uv` 👋! Opening a Draft PR early to check if there are any existing rust table formatting libs that I am unaware of (either already in `uv`/`ruff`, or the rust ecosystem) before spending much time on inventing the wheel myself and cleaning it up. Any other pointers are also welcome (e.g. on the editable filtering). Editable project locations in `uv pip list` include the file scheme (`file://`), where they are omitted in `pip list`. Is this desired, or should it replicate pip? ## Summary Implementation for #1401 `--editable` flag is implemented. `--outdated` and `--uptodate` out of scope for this PR (requires latest version information, and type wheel/sdist) ## Test Plan Not yet implemented as I couldn't locate the tests for `uv pip freeze`. We can compare to `pip` in `scripts/compare_with_pip/compare_with_pip.py`? |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |