proxpi icon indicating copy to clipboard operation
proxpi copied to clipboard

Support simple repository API v1.1 (PEP 700)

Open EpicWink opened this issue 1 year ago • 2 comments

Get project versions and file sizes and upload-times from host indexes, and provide to clients. Set API version to 1.1 in project responses if valid (all files have size, and all indexes which host the project specify versions).

Issue: #15

EpicWink avatar Dec 04 '23 03:12 EpicWink

Codecov Report

Attention: Patch coverage is 96.07843% with 2 lines in your changes missing coverage. Please review.

Project coverage is 89.70%. Comparing base (cc219f4) to head (4579eb2). Report is 14 commits behind head on master.

Files Patch % Lines
src/proxpi/_cache.py 95.45% 2 Missing :warning:
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
+ Coverage   89.45%   89.70%   +0.25%     
==========================================
  Files           3        3              
  Lines         673      709      +36     
==========================================
+ Hits          602      636      +34     
- Misses         71       73       +2     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter avatar Dec 04 '23 03:12 codecov-commenter

TODO

  • [ ] Testing

EpicWink avatar Dec 05 '23 00:12 EpicWink