Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-announce-list@python.org Delivered-To: python-announce-list@mail.python.org X-Spam-Status: OK 0.012 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'pypi': 0.04; 'python': 0.08; 'url:pypi': 0.08; 'prefix': 0.09; 'url:github': 0.09; '0.2.0': 0.16; 'ralf': 0.16; 'subject:pypi': 0.16; 'subject:server': 0.16; '(i.e.': 0.17; 'cheers,': 0.18; 'compatible': 0.21; "doesn't": 0.22; 'server.': 0.24; 'matching': 0.24; 'code': 0.25; 'server': 0.29; 'changes': 0.31; 'version': 0.32; 'hi,': 0.32; "i've": 0.34; 'header:User-Agent:1': 0.34; 'received:192.168.10': 0.34; 'running': 0.35; 'external': 0.35; 'url:python': 0.36; 'minimal': 0.37; 'minutes.': 0.37; 'to:addr :python-announce-list': 0.37; 'install': 0.37; 'some': 0.38; 'url:org': 0.38; 'should': 0.38; 'received:192': 0.39; 'enough': 0.39; 'to:addr:python.org': 0.39; 'easily': 0.61; 'your': 0.61; 'easy_install': 0.84; 'redirect': 0.91 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on mail X-Spam-Level: X-Spam-Status: No, score=-4.4 required=10.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.2.5 From: Ralf Schmitt To: python-announce-list@python.org Subject: pypiserver 0.2.0 - minimal pypi server Date: Wed, 10 Aug 2011 00:02:22 +0200 User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Mailman-Approved-At: Wed, 10 Aug 2011 15:47:26 +0200 X-BeenThere: python-announce-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: python-list@python.org List-Id: Announcement-only list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Approved: python-announce-list@python.org Newsgroups: comp.lang.python.announce Message-ID: Lines: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1312984046 news.xs4all.nl 23856 [2001:888:2000:d::a6]:51638 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python.announce:289 Hi, I've just uploaded pypiserver 0.2.0 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.2.0: - better matching of package names (i.e. don't install package if only a prefix matches) - redirect to the real pypi.python.org server if a package is not found. - add some documentation about configuring easy_install/pip -- Cheers, Ralf