Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!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.007 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'pypi': 0.04; 'python': 0.08; 'url:pypi': 0.08; 'url:github': 0.09; 'subject:] ': 0.14; 'ralf': 0.16; 'received:66.111.4.26': 0.16; 'received:out2.smtp.messagingengine.com': 0.16; 'subject:pypi': 0.16; 'subject:server': 0.16; '(i.e.': 0.17; 'received:internal': 0.18; 'cheers,': 0.20; 'compatible': 0.21; "doesn't": 0.22; 'received:10.202': 0.23; 'received:10.202.2': 0.23; 'received:10.202.2.42': 0.23; 'received:66.111': 0.23; 'received:66.111.4': 0.23; 'received:compute2.internal': 0.23; 'received:messagingengine.com': 0.23; 'received:smtp.messagingengine.com': 0.23; 'code': 0.25; 'server.': 0.28; 'server': 0.30; "i've": 0.31; 'version': 0.32; 'hi,': 0.32; 'changes': 0.32; 'subject:[': 0.33; 'header:User- Agent:1': 0.33; 'updated': 0.33; 'to:addr:python-list': 0.34; 'received:84': 0.34; 'running': 0.35; 'external': 0.35; 'install': 0.35; 'url:python': 0.36; 'minimal': 0.37; 'to:addr:python- announce-list': 0.37; 'enough': 0.38; 'received:de': 0.39; 'url:org': 0.39; 'should': 0.39; 'to:addr:python.org': 0.40; 'packages': 0.40; 'to:2**2': 0.61; 'your': 0.61; 'to:addr :distutils-sig': 0.63; 'sfxlen:3': 0.66; 'to:no real name:2**2': 0.69; 'easy_install': 0.84 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=systemexit.de; h= from:to:subject:date:message-id:mime-version:content-type; s= mesmtp; bh=i3d5DbKiaVGw32q7kRK7NT81wt0=; b=XN0L/TjwImRZwm1HBumXK 92vBFGuT+/FuQfnJzl2toiGlbpx8poCW5FB0pg8oos7phhKVRnkCVAHNcVfh3luJ Rc9d5EksCc18Oy282hZrn26PJhWRlekoW12wVV0P/hibHJPxPvge0apMBJ0l0UBT 2Jv32xACZg0keFa28MW6AA= 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=i3d5DbKiaVGw32q7kRK7NT 81wt0=; b=Zs4LuZrAa7ftp1QKiLPpRDxjZREfyYADeakZMpdynYqOWvje1TBRBC EcvEnzX6J1/ouA60mccZZ0poIYHr2RXtjqxLBqDS+vH4F9WbP8XBvseeQqQLn9JN Fk/wo1sFMK5yWVkTam2h7FgmLsdFrzmu/T5p64FFwkElk4PGu7a6g= X-Sasl-enc: OkwUCmoL2HClfru3BU6xVUX56tYuanenqWMYvTiUVu3T 1321834561 From: Ralf Schmitt To: python-announce-list@python.org, python-list@python.org, distutils-sig@python.org Subject: [ANNOUNCE] pypiserver 0.4.0 - minimal pypi server Date: Mon, 21 Nov 2011 01:16:05 +0100 User-Agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (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: 26 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1321834565 news.xs4all.nl 6880 [2001:888:2000:d::a6]:46174 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:15971 Hi, I've just uploaded pypiserver 0.4.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.4.0 ------------------------- - add functionality to manage package updates - updated documentation - python 3 support has been added -- Cheers, Ralf