Add upload-time support to links parsed from a JSON API#1023
Add upload-time support to links parsed from a JSON API#1023zanieb wants to merge 2 commits intodevpi:mainfrom
upload-time support to links parsed from a JSON API#1023Conversation
305ad20 to
302d0ab
Compare
|
I would advice you to wait with this feature. I'm doing a complete refactor of the storage backend which will make this much easier. Currently it is very hard to get right with backward compatibility, replication and what have you. |
|
Please keep this open though, it is a good use case to test my refactoring. |
|
No problem thanks for giving it a look. I needed this personally, otherwise my package manager tests skip all of the wheels :) but I can just install from my fork for now. Let me know if you need anything. |
|
Let me know if you want me to revisit this. |
|
I was just contributing to In devpi/devpi-constrained#12 I proposed seeing if there is an option, and interest, to re-use parts of simple-repository for handling some of the data model and logic. Since @fschulze suggests that there is a significant internal re-write, perhaps it is a good option to re-use such a library. I don't think |
Adds support for including the
upload-timefield from PyPI in the JSON output. This allows package managers to filter files by upload time.For example:
I'd appreciate some guidance on where to add test coverage.