Antoine R. Dumont (@ardumont)
|
cba22b7d19
|
doc: Fix typos according to review
|
2018-09-06 14:58:03 +02:00 |
|
Antoine R. Dumont (@ardumont)
|
3bb12649ec
|
pypi.lister: Shuffle the package list
|
2018-09-06 12:18:37 +02:00 |
|
Antoine R. Dumont (@ardumont)
|
86cfac9277
|
pypi.lister: Improve parameter names
|
2018-09-06 09:56:48 +02:00 |
|
Antoine R. Dumont (@ardumont)
|
267ce9b463
|
swh.lister.pypi: Adapt task creation dict according to latest dev
|
2018-08-01 14:52:35 +02:00 |
|
Antoine R. Dumont (@ardumont)
|
3a65fbb4c8
|
swh.lister.pypi: Use pypi's legacy html based api to list packages
The xmlrpc is marked as deprecated [1]. Even if it's not now, the
legacy api is not marked as deprecated. So moving towards this one
sounds more reasonable [2].
[1] https://warehouse.readthedocs.io/api-reference/xml-rpc/#pypi-s-xml-rpc-methods
[2] https://warehouse.readthedocs.io/api-reference/legacy/#simple-project-api
Related T422
|
2018-08-01 10:25:28 +02:00 |
|
Antoine R. Dumont (@ardumont)
|
6ff3b90859
|
swh.lister.pypi: Add a pypi lister implementation using xmlprc api
Based solely on pypi's deprecated xmlrpc api [1]. No other way of listing
pypi.org is referenced (except for parsing an html page through a
legacy api [2])
[1] https://warehouse.readthedocs.io/api-reference/xml-rpc/#pypi-s-xml-rpc-methods
[2] https://pypi.python.org/simple/
Related T422
|
2018-08-01 10:25:21 +02:00 |
|