mirror of
https://github.com/astral-sh/uv
synced 2026-01-22 14:00:11 -05:00
We now use the getters and setters everywhere. There were some places where we wanted to build a `MarkerEnvironment` out of whole cloth, usually in tests. To facilitate those use cases, we add a `MarkerEnvironmentBuilder` that provides a convenient constructor. It's basically like a `MarkerEnvironment::new`, but with named parameters. That's useful here because there are so many fields (and they many have the same type).
pypi-client
A general-use client for interacting with PyPI.
Loosely modeled after Orogene's oro-client.