Earlier quoted context omitted.
The fact that pip is the official client isn’t in dispute. The point was that pip and PyPI are different entities, per a larger pattern of devolved ownership/control/standards-over-tools in Python packaging. PyPI has little to no say over how pip and other tools choose to handle resolutions across multiple indices.
The PSF has a saying in which is the default installer and how pypi is run.
PyPI Blog: Project Quarantine
41–50 of 62 posts
Re: PyPI Blog: Project Quarantine
#42Earlier quoted context omitted.
The PSF has a saying in which is the default installer and how pypi is run.
They have a say insofar as they can participate in the same standards process as everyone else. But no, the PSF has no unique say in how PyPI is run, or how pip behaves. This is a pretty fundamental aspect of how Python-qua-ecosystem works.
Re: PyPI Blog: Project Quarantine
#43Earlier quoted context omitted.
They won't pay anything unless they are forced to do so. Basic capitalism brings to externalise costs to society
Perhaps, but can you explain how an alternative to capitalism wouldn’t result in people no paying for a service they don’t have to pay for?
Re: PyPI Blog: Project Quarantine
#44Earlier quoted context omitted.
They have a say insofar as they can participate in the same standards process as everyone else. But no, the PSF has no unique say in how PyPI is run, or how pip behaves. This is a pretty fundamental aspect of how Python-qua-ecosystem works.
They have a say in that if it doesn't behave like they want they can point the documentation to something that does. If pip is the tool linked in the documentation it's the official one that has the PSF's blessing, clearly.
But again: this has nothing to do with blessings or not. The fact that pip is the official installer and PyPI is the official index does not mean that everything about them stems from an official edict. That's not how Python's community is structured, and it's certainly not how the technical development on anything in Python packaging has ever progressed.
Re: PyPI Blog: Project Quarantine
#45Re: PyPI Blog: Project Quarantine
#46Earlier quoted context omitted.
They won't pay anything unless they are forced to do so. Basic capitalism brings to externalise costs to society
Perhaps, but can you explain how an alternative to capitalism wouldn’t result in people no paying for a service they don’t have to pay for?
Re: PyPI Blog: Project Quarantine
#47> The one project cleared was a project containing obfuscated code, in violation of the PyPI Acceptable Use Policy. Interesting, I didn’t know that. While I haven’t released anything obfuscated on PyPI, I’ve certainly written Python projects that include obfuscated code by necessity, namely scrapers packing duktape (embedded JS interpreter) and third party obfuscated JS blobs to generate signatures and stuff. I know…
Re: PyPI Blog: Project Quarantine
#48Earlier quoted context omitted.
Those are largely disjoint sets, and the post in question is about PyPI.
So? The issue requires coordination between Pip and PyPI. I don't see what point you're trying to make.
Re: PyPI Blog: Project Quarantine
#49Earlier quoted context omitted.
So? The issue requires coordination between Pip and PyPI. I don't see what point you're trying to make.
The issue does not require coordination; that's the point. It's a behavioral aspect of `pip` that's completely opaque to PyPI, because all PyPI does is serve index responses to installers. It doesn't know how many indices the installer contacts, or the order in which it contacts them (and it has no good reason to know those things, ever).
Re: PyPI Blog: Project Quarantine
#50Earlier quoted context omitted.
The issue does not require coordination; that's the point. It's a behavioral aspect of `pip` that's completely opaque to PyPI, because all PyPI does is serve index responses to installers. It doesn't know how many indices the installer contacts, or the order in which it contacts them (and it has no good reason to know those things, ever).
The simplest way to fix this problem is to support namespaces, which PyPI absolutely does need to be aware of.
(I think namespacing is a good idea regardless, if only because it eliminates artificial scarcity in a one-level namespace.)