feat: add PyPI Simple Repository API support#1
Merged
Merged
Conversation
Member
wolfeidau
commented
Jan 18, 2026
- Implement PEP 503/691 Simple API handler with HTML and JSON content negotiation
- Add content-addressable caching for wheel and sdist packages with SHA256 verification
- Support project name normalization per PEP 503 specification
- Integrate PyPI handler with HTTP server at /pypi/* path prefix
- Add comprehensive test coverage for handler, index, and upstream client
- Fix race condition in temp file cleanup for background caching goroutines
- Fix context cancellation to allow cache operations to complete during shutdown
- Update README with PyPI configuration and usage examples
- Implement PEP 503/691 Simple API handler with HTML and JSON content negotiation - Add content-addressable caching for wheel and sdist packages with SHA256 verification - Support project name normalization per PEP 503 specification - Integrate PyPI handler with HTTP server at /pypi/* path prefix - Add comprehensive test coverage for handler, index, and upstream client - Fix race condition in temp file cleanup for background caching goroutines - Fix context cancellation to allow cache operations to complete during shutdown - Update README with PyPI configuration and usage examples
- Add Content-Length header when serving files from cache and upstream - Add proper HEAD method support for project pages and file downloads - Fix error handling in index SetFileHash to surface unexpected read errors - Remove unused RawPage field from CachedProject struct - Remove redundant HTML escaping (html/template auto-escapes) - Add project name validation for empty strings and edge cases - Add tests for integrity check failures, malformed upstream, and HEAD requests
- Wait for async cache write to complete before file download requests - Follow established pattern from TestHandlerFileDownload - Fixes flaky TestHandlerIntegrityCheckFailure and TestHandlerHEADRequest in CI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.