I mostly concur with Matthias, "pypi" is just as unlikely to lead to any
namespace conflicts as "pulp_python/pypi/". It wouldn't be too significant
either way, though.
+1 to the general principle of the change.
On Wed, May 19, 2021 at 4:01 AM Matthias Dellweg
wrote:
> Just one thought:
> I a
Just one thought:
I assume $PULP_BASE_ADDR is the part without "pulp/api/v3/". So why should
you include the "pulp_python" segment? You could just host it as e.g. "
http://localhost/pypi/foo/simple";. The interfaces provided there should not
be in any way specific to pulp_anything.
On Tue, May 18,
Hey everyone,
I am currently working on the long-awaited Twine upload support [0] for
pulp_python. To add this functionality a new upload endpoint is needed.
Since this new endpoint will need to be able to accept POST requests I plan
to make the Python endpoints apart of the Pulp API.
Proposed ch