Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed6.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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'argument': 0.04; 'pypi': 0.07; 'subject:ANN': 0.07; 'python': 0.09; '1.0.0': 0.09; 'received:internal': 0.09; 'url:github': 0.09; 'easy_install': 0.16; 'index.': 0.16; 'ralf': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:mail.srv.osa': 0.16; 'received:messagingengine.com': 0.16; 'received:nyi.mail.srv.osa': 0.16; 'received:osa': 0.16; 'received:srv.osa': 0.16; 'subject:pypi': 0.16; 'working.': 0.17; 'subject:] ': 0.19; 'changes': 0.20; 'minutes.': 0.23; "i've": 0.23; 'cheers': 0.24; 'external': 0.24; 'script': 0.24; 'header :User-Agent:1': 0.26; "doesn't": 0.28; 'app.': 0.29; 'install': 0.29; "skip:' 10": 0.30; 'minimal': 0.30; 'compatible': 0.30; 'code': 0.31; 'server.': 0.32; 'url:python': 0.32; 'file': 0.32; 'received:84': 0.32; 'running': 0.32; 'skip:- 10': 0.32; 'skip:s 30': 0.33; 'to:addr:python-list': 0.33; 'hi,': 0.33; 'version': 0.34; 'skip:- 20': 0.34; 'server': 0.35; 'add': 0.36; 'created': 0.36; 'serve': 0.36; 'url:org': 0.36; '(i.e.': 0.36; 'should': 0.36; 'skip:p 20': 0.36; 'enough': 0.36; 'option': 0.37; 'subject:[': 0.37; 'received:10': 0.38; 'to:addr:python.org': 0.39; 'easily': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'easy': 0.60; 'to:2**2': 0.62; 'information': 0.63; 'to:addr :python-announce-list': 0.65; 'to:no real name:2**2': 0.69; 'bottle': 0.84; 'refuse': 0.93 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=XCZoHUzgc2sQym/kjCh5SH U6d7A=; b=eIHlJZznymovpJ5nc3vI35lccbW7eobTd0dfpFMT+DusW4ZHcH5Xlo EPpp7Cz1Z+Sqw1CEfv+HleWj9KOoYCA4BC+soDtP+YbTOprbTLPnyQCjUYU89lmV +JxslqLCvLvXIVD4HRH21qVnXHSSFGGgx0ay9UHaTehSIkodtVHqY= X-Sasl-enc: G4FcTi5gZEqsu93wTVLASHMQXsgcdNvmxe0XEn8vIRP9 1351277582 From: Ralf Schmitt To: distutils-sig@python.org, python-announce-list@python.org, python-list@python.org Subject: [ANN] pypiserver 1.0.0 - minimal private pypi server Date: Fri, 26 Oct 2012 20:53:00 +0200 User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 32 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1351277591 news.xs4all.nl 6843 [2001:888:2000:d::a6]:52565 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:32231 Hi, I've just uploaded pypiserver 1.0.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 'pip 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 1.0.0 ------------------------ - add passlib and waitress to pypi-server-standalone - upgrade bottle to 0.11.3 - Update scripts/opensuse/pypiserver.init - Refuse to re upload existing file - Add 'console_scripts' section to 'entry_points', so 'pypi-server.exe' will be created on Windows. - paste_app_factory now use the the password_file option to create the app. Without this the package upload was not working. - Add --fallback-url argument to pypi-server script to make it configurable. -- Cheers Ralf