Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #965

[ANN] pypiserver 1.1.1 - minimal private pypi server

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder2.hal-mli.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <ralf@systemexit.de>
X-Original-To python-announce-list@python.org
Delivered-To python-announce-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'broken': 0.04; 'pypi': 0.07; 'subject:ANN': 0.07; 'received:internal': 0.09; 'url:github': 0.09; 'api': 0.11; 'python': 0.11; 'cheers': 0.12; 'changes': 0.15; 'easy_install': 0.16; 'false)': 0.16; 'https': 0.16; 'index.': 0.16; 'overwriting': 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; 'underscores': 0.16; 'subject:] ': 0.20; 'minutes.': 0.22; 'install': 0.23; 'header:User-Agent:1': 0.23; 'server.': 0.24; "i've": 0.25; 'external': 0.29; "doesn't": 0.30; 'code': 0.31; 'serve': 0.31; 'workaround': 0.31; 'compatible': 0.32; 'option': 0.32; 'url:python': 0.33; 'running': 0.33; '(i.e.': 0.33; 'minimal': 0.33; 'received:66': 0.35; 'received:84': 0.35; 'add': 0.35; 'version': 0.36; 'hi,': 0.36; 'url:org': 0.36; 'should': 0.36; 'skip:- 20': 0.37; 'received:10': 0.37; 'easily': 0.37; 'server': 0.38; 'files': 0.38; 'subject:[': 0.39; 'enough': 0.39; 'easy': 0.60; 'show': 0.63; 'information': 0.63; '2.5.3': 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=vek33PsnsoAA5JJo410KK1 g/4IQ=; b=aQn3rkZbN++ino5TbDZI0RrN5EStLKEJdL+2IAwbIHnAY2S0Op8nim vOfMzDZk4tgCy5Fxqm75LRKWElQ0kEgI9GZwVMV29w5QSIPBJsaNqTofq3bVSZjR jzNzpKmmSU8MRzll/HDY9XpJi4u6NVI5rQ/ZWhpX4B1iko2LVlZSg=
X-Sasl-enc atbJEMh7nc81DUbEPqApNX/3bywQohEX69cdoXFUDMgZ 1369783962
From Ralf Schmitt <ralf@systemexit.de>
To pypiserver@mail.python.org
Subject [ANN] pypiserver 1.1.1 - minimal private pypi server
Date Wed, 29 May 2013 01:32:41 +0200
User-Agent Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3 (gnu/linux)
MIME-Version 1.0
Content-Type text/plain
X-Mailman-Approved-At Wed, 29 May 2013 09:31:33 +0200
X-BeenThere python-announce-list@python.org
X-Mailman-Version 2.1.15
Precedence list
Reply-To python-list@python.org
List-Id Announcement-only list for the Python programming language <python-announce-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-announce-list/>
List-Post <mailto:python-announce-list@python.org>
List-Help <mailto:python-announce-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe>
Approved python-announce-list@python.org
Newsgroups comp.lang.python.announce
Message-ID <mailman.2340.1369812694.3114.python-announce-list@python.org> (permalink)
Lines 29
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1369812694 news.xs4all.nl 15906 [2001:888:2000:d::a6]:60558
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python.announce:965

Show key headers only | View raw


Hi,

I've just uploaded pypiserver 1.1.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 'pip install pypiserver'). It
doesn't have any external dependencies.

https://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 this version
-----------------------
- add 'overwrite' option to allow overwriting existing package
  files (default: false)
- show names with hyphens instead of underscores on the "/simple"
  listing
- make the standalone version work with jython 2.5.3
- upgrade waitress to 0.8.5 in the standalone version
- workaround broken xmlrpc api on pypi.python.org by using HTTPS

-- 
Cheers
Ralf

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

[ANN] pypiserver 1.1.1 - minimal private pypi server Ralf Schmitt <ralf@systemexit.de> - 2013-05-29 01:32 +0200

csiph-web