Re: PEP 438 implementation on testpypi
Richard Jones <[email protected]> Wed, 20 Mar 2013 14:17:05 -0700
| Newsgroups | gmane.comp.python.catalog |
|---|---|
| Message-ID | <CAHrZfZAPpO2m+ZTkLyT8cLnkD4OsySZ+pq9YDzVHT_WDLkgoHA@mail.gmail.com> |
On 20 March 2013 13:27, M.-A. Lemburg <[email protected]> wrote: > On 20.03.2013 21:16, Richard Jones wrote: >> On 20 March 2013 12:31, M.-A. Lemburg <[email protected]> wrote: >>> * Will there be an RPC interface to register URLs with PyPI ? >>> >>> Doing this manually for a large number of files is, well, >>> not ideal :-) >> >> It's just a HTTP POST and there's plans for a tool. > > Is this documented somewhere ? I'd like to add support for it > to our release process. I'll think about adding this to the PEP. >>> * Adding URLs should do some more tests, I think: >> >> I thought about it, but didn't see any benefit. It's documented... > > Hmm, where ? :-) In the HTML page just above the add form :-) Richard