PMXBOT Log file Viewer

Help | Karma | Search:

#pypa-dev logs for Saturday the 25th of June, 2016

(Back to #pypa-dev overview) (Back to channel listing) (Animate logs)
[04:07:36] <tuxtimo> Hi
[04:08:33] <tuxtimo> @dstufft, do you have some time to answer a question?
[16:31:08] <jaraco> dstufft: I’m looking for the best JSON API for warehouse.
[16:31:24] <jaraco> I went to https://warehouse.readthedocs.io/api-reference/ and it advertises an XML-RPC API and a legacy API.
[16:31:30] <jaraco> Is there a non-legacy JSON api?
[16:41:23] <dstufft> jaraco: not yet
[16:41:35] <dstufft> jaraco: Warehouse has been focusing on replicating PyPI currently
[16:41:54] <jaraco> dstufft. Okay. No problem. I’ve found I can rely on pip.
[20:19:08] <mbacchi> dstufft: you pointed me to your stats branch the other day, and I got this error running it which I think is due to oauth2 SignedJwtAssertionCredentials being deprecated: http://hastebin.com/muriqumulo
[20:20:24] <mbacchi> dstufft: do you have a service credential json which could be used instead of the warehouse email and private key in google.py? It looks like I can't run it with my own personal credential it needs to a service cred created be for the application specifically.