[09:11:35] <zbr> if you endup parsin html, you are doomed
[09:12:14] <zbr> pradyunsg: is because nobody bored to implement it or there are other reasons?
[09:13:02] <zbr> i know it can be expensive, but same with html, it can be prebuild and updated every hour, or similar
[09:13:42] <pradyunsg> zbr: because… limited OSS dev time means there’s significant in duplicating functionality, and HTML is, in fact, good enough; especially given that the structure of the page is well-defined in PEP 503.
[09:14:45] <zbr> pradyunsg: you could use the same reason to defend existing RPC, XML/RPM, Corba,.... when someone asks about REST
[09:15:35] <zbr> i can understand not enough time, but other not really. especially as we already have JSON api for specific package.
[09:16:48] <zbr> i am asking not because i expect someone to do it for me, but because i would probably be happy to do it myself.
[09:16:59] <pradyunsg> zbr: I’m not saying we don’t want a better API. I’m saying, we don’t have better API because the current one is just-about-good-enough to increase "activation energy" for someone building a new API. :)
[09:17:43] <zbr> is building new api, just adding a new entry-point.