I still don't like Accept headers
I just found out if you hit https://pypi.org/simple/pydantic/ with "Accept: application/vnd.pypi.simple.v1+json" you get back super-useful JSON about that package... but I can't link to a demo because I can't include the Accept header in a link!
Here's a Gist instead: https://gist.github.com/simonw/8cf8a850739e2865cf3b9a74e6461b28
@simon http content-negotiation sucks. It always gets in the way.
Many thanks to the github people who showed how to do good url design.
@simon FYI: ?format= works.
https://pypi.org/simple/pydantic/?format=application/vnd.pypi.simple.v1+json
@simon yeah the RDF / Linked Data community somehow got itself addicted to content negotiation as a favoured way to publish data views. Horrible!