On 29 May 2013, at 10:33, Ralf Schmitt wrote:
> Jonas Geiregat writes:
>
>> Hello Ralf,
>>
>> I already started working on your code and using it a s a base for my
>> pypiserver project.
>>
>> Thanks again, great piece of minimal work!
>
>
Hello Ralf,
I already started working on your code and using it a s a base for my
pypiserver project.
Thanks again, great piece of minimal work!
Jonas.
On 29 May 2013, at 01:32, Ralf Schmitt wrote:
> Hi,
>
> I've just uploaded pypiserver 1.1.1 to the python package index.
>
> pypiserver is
Hello,
I'm fairly interested in the internals of pypi.
Ultimately pypi is a HTTP interface to a package database.
I went looking for a document, blog post or anything describing the
communication between pypi client and server.
I ended up reading pypiserver's source code to find out the intern