mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
Add proper caching for pypi metadata fetching kinds (#368)
I intend this to become the main form of caching for puffin: You can make http requests, you tranform the data to what you really need, you have control over the cache key, and the cache is always json (or anything else much faster we want to replace it with as long as it's serde!)
This commit is contained in:
parent
d1b57acaa8
commit
5cef40d87a
21 changed files with 404 additions and 206 deletions
1
scripts/benchmarks/requirements/black.in
Normal file
1
scripts/benchmarks/requirements/black.in
Normal file
|
@ -0,0 +1 @@
|
|||
black
|
|
@ -0,0 +1 @@
|
|||
meine_stadt_transparent
|
|
@ -1 +0,0 @@
|
|||
meine_stadt_transparent
|
Loading…
Add table
Add a link
Reference in a new issue