uv/crates/pypi-types/src
Chan Kang 12518a01a4
Implement `--show-version-specifiers` for `tree` (#5240)
## Summary
resolves https://github.com/astral-sh/uv/issues/5217

## Test Plan
existing tests pass (should be perfectly backwards compatible) + added a
few tests to cover the new functionality. in particular, in addition to
the simple use of `--show-version-specifiers`, its interaction with
`--invert` and `--package` flags are tested.
2024-07-20 18:31:16 +00:00
..
base_url.rs Remove some unused `pub` functions (#3872) 2024-05-28 15:58:13 +00:00
direct_url.rs Add basic `tool.uv.sources` support (#3263) 2024-05-03 21:10:50 +00:00
lenient_requirement.rs Use `VerbatimParsedUrl` in `pep508_rs` (#3758) 2024-05-23 19:52:47 +00:00
lib.rs Add support for `tool.uv` into distribution building (#3904) 2024-05-31 02:42:03 +00:00
metadata.rs Improve static metadata extraction for Poetry projects (#4182) 2024-06-10 10:26:38 -04:00
parsed_url.rs Use separate path types for directories and files (#4285) 2024-06-12 15:59:21 -04:00
requirement.rs Implement `--show-version-specifiers` for `tree` (#5240) 2024-07-20 18:31:16 +00:00
scheme.rs Query interpreter to determine correct `virtualenv` paths (#2188) 2024-03-05 16:13:24 -05:00
simple_json.rs Rename `DistInfoMetadata` to `CoreMetadata` (#3699) 2024-05-21 18:26:59 +00:00