uv/crates/uv-client
Charlie Marsh 538b0f1099
Remove serde::Serialize implementations for rkyv-able structs (#7663)
## Summary

Random, but I noticed that we can remove a ton of serialize and
deserialize derives by using `rkyv` for the flat-index caches. (We
already use `rkyv` for these same structs in the registry cache.)
2024-09-24 13:23:47 -04:00
..
src Remove serde::Serialize implementations for rkyv-able structs (#7663) 2024-09-24 13:23:47 -04:00
tests Avoid batch prefetching for un-optimized registries (#7226) 2024-09-09 15:46:19 -04:00
Cargo.toml uv: migrate to rkyv 0.8 2024-09-18 14:49:54 -04:00
README.md Rename to uv (#1302) 2024-02-15 11:19:46 -06:00

pypi-client

A general-use client for interacting with PyPI.

Loosely modeled after Orogene's oro-client.