Re: [Distutils] [ANN] pypiserver 1.1.1 - minimal private pypi server

2013-05-29 Thread Jonas Geiregat
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! > >

Re: [Distutils] [ANN] pypiserver 1.1.1 - minimal private pypi server

2013-05-29 Thread Jonas Geiregat
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

[Distutils] pypi protocol

2013-05-26 Thread Jonas Geiregat
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