PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Wednesday the 12th of August, 2020

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[14:23:33] <mcepl[m]> What is the officially supported URL of PyPI hosted tarballs and what is just legacy? https://files.pythonhosted.org or https://pypi.python.org ?
[14:37:57] <ngoldbaum> the former, if you need predictable urls there’s another supported url scheme though
[14:39:24] <ngoldbaum> e.g. https://files.pythonhosted.org/packages/sources/D/Django/
[16:15:49] <pradyunsg> Definitely files.pythonhosted.org for basically all modern URLs. pypi.python.org is the legacy location for PyPI (pypi.org used to be pypi.python.org w/ a very legacy website).
[16:46:36] <mcepl[m]> ngoldbaum: thank you