Hey @stevearc.
QQ so I don't end up working on something that doesn't make sense: would you be philosophically against storing more metadata (say, classifiers) in the cache and making it available in the json endpoint?
And potentially also implementing a per-release json endpoint like Warehouse.
Motivation: It'd be helpful to have more metadata upfront before downloading.
It seems relatively straightforward given that the Package model already has a KV catch-all.
Follow-up: I only need this for s3 (I mention because of cache rebuilding). If I wanted to implement the feature above, would it need to have parity across backends?
Thanks!
Hey @stevearc.
QQ so I don't end up working on something that doesn't make sense: would you be philosophically against storing more metadata (say, classifiers) in the cache and making it available in the
jsonendpoint?And potentially also implementing a per-release json endpoint like Warehouse.
Motivation: It'd be helpful to have more metadata upfront before downloading.
It seems relatively straightforward given that the Package model already has a KV catch-all.
Follow-up: I only need this for s3 (I mention because of cache rebuilding). If I wanted to implement the feature above, would it need to have parity across backends?
Thanks!