Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.019 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'pypi': 0.04; 'url:pypi': 0.08; 'python': 0.08; 'url:github': 0.09; 'ralf': 0.16; 'subject:pypi': 0.16; 'subject:server': 0.16; '(i.e.': 0.17; 'subject:] ': 0.18; 'received:internal': 0.18; 'cheers,': 0.20; "doesn't": 0.22; 'received:10.202': 0.23; 'received:10.202.2': 0.23; 'received:66.111': 0.23; 'received:66.111.4': 0.23; 'received:messagingengine.com': 0.23; 'compatible': 0.26; 'code': 0.26; 'server.': 0.28; 'server': 0.30; 'changes': 0.30; 'version': 0.32; "i've": 0.32; 'header:User-Agent:1': 0.33; 'hi,': 0.34; 'running': 0.34; 'to:addr:python-list': 0.35; 'subject:[': 0.35; 'external': 0.35; 'url:python': 0.35; 'install': 0.35; 'minimal': 0.37; 'to:addr:python-announce-list': 0.37; 'enough': 0.38; 'should': 0.38; 'url:org': 0.39; 'received:de': 0.39; 'to:addr:python.org': 0.40; 'easy': 0.60; 'received:217': 0.61; 'your': 0.61; 'to:addr:distutils-sig': 0.63; 'sfxlen:3': 0.66; 'to:no real name:2**2': 0.68; 'easy_install': 0.84 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=from:to:subject:date:message-id :mime-version:content-type; s=smtpout; bh=EBy9vzWqxwVT6AVrHv7nnj zkiuw=; b=FzHIyFotVQQsBfya02f/LBpkLayCKWiLxEJstKWofoiB57zDwbM/fW rdxcgscyaahMnsDnTZaRBZaW8o33JugQZI8duwWYE/Rfb+wK+w1KZgu6mPhptret 1pd1MAcZrt2x7RPPHjQU8wviKcybozhpOenm2QSIdel9upeHKJmLs= X-Sasl-enc: IuvHGx8Oc3rhxbw2+gY07H5h0nFvuVqsPWwTvgPJq359 1329994816 From: Ralf Schmitt To: python-announce-list@python.org, python-list@python.org, distutils-sig@python.org Subject: [ANNOUNCE] pypiserver 0.5.1 - minimal pypi server Date: Thu, 23 Feb 2012 12:00:15 +0100 User-Agent: Gnus/5.130002 (Ma Gnus v0.2) Emacs/24.0.93 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 24 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1329994820 news.xs4all.nl 6932 [2001:888:2000:d::a6]:53104 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20721 Hi, I've just uploaded pypiserver 0.5.1 to the python package index. pypiserver is a minimal PyPI compatible server. It can be used to serve a set of packages and eggs to easy_install or pip. pypiserver is easy to install (i.e. just easy_install pypiserver). It doesn't have any external dependencies. http://pypi.python.org/pypi/pypiserver/ should contain enough information to easily get you started running your own PyPI server in a few minutes. The code is available on github: https://github.com/schmir/pypiserver Changes in version 0.5.1 ------------------------- - make 'pypi-server -U' compatible with pip 1.1 -- Cheers, Ralf