Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #22216
| Path | csiph.com!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 | <ralf@systemexit.de> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.006 |
| X-Spam-Evidence | '*H*': 0.99; '*S*': 0.00; 'pypi': 0.07; 'received:internal': 0.09; 'python': 0.11; 'archive': 0.13; 'url:pypi': 0.15; '0.5.2': 0.16; 'guessing': 0.16; 'ralf': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:10.202.2.42': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:compute2.internal': 0.16; 'received:messagingengine.com': 0.16; 'subject:pypi': 0.16; 'url:github': 0.16; 'wsgi': 0.16; 'app': 0.17; 'changes': 0.19; 'fix': 0.20; 'compatible': 0.20; 'subject:] ': 0.23; 'header:User- Agent:1': 0.23; '(i.e.': 0.23; 'install': 0.25; 'server.': 0.27; 'minutes.': 0.27; 'cheers,': 0.28; "i've": 0.28; 'code': 0.29; "doesn't": 0.30; 'hi,': 0.33; 'matching': 0.33; 'url:python': 0.34; 'server': 0.34; 'should': 0.35; 'minimal': 0.35; 'received:84': 0.35; 'version': 0.36; 'url:org': 0.36; 'running': 0.36; 'external': 0.38; 'serve': 0.38; 'issue': 0.38; 'subject:[': 0.38; 'proto:https': 0.39; 'to:addr:python-list': 0.39; 'to:addr:python.org': 0.40; 'to:addr:distutils-sig': 0.60; 'your': 0.60; 'information': 0.61; 'name': 0.61; 'provide': 0.62; 'improved': 0.63; 'easy': 0.65; 'to:no real name:2**2': 0.66; '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=Pysrlytvm3LpJP790W9sdu NRkK0=; b=TEyBh8oLmdu/mLJFvsEs8w9NNdKctGwMxEm3gKCzRz83N2nFxBSASY Un6MymWgeVnTsjISKZXSE1YEKGGb0CK+IKMz89kS4N44E9WDuv8j/MSsUD+zhq0x qyORh9TMbREK3DaSqkQf8LlkyN1uDmZ6gN2oDYN/CFVc9MtsJ1O4U= |
| X-Sasl-enc | Fr0jFio0UAFAzmAlXobU+qL6QswVtNZs5ng+DxnUAsQC 1332803882 |
| From | Ralf Schmitt <ralf@systemexit.de> |
| To | python-announce-list@python.org, python-list@python.org, distutils-sig@python.org |
| Subject | [ANNOUNCE] pypiserver 0.5.2 - minimal pypi server |
| Date | Tue, 27 Mar 2012 01:18:36 +0200 |
| User-Agent | Gnus/5.110018 (No Gnus v0.18) 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1025.1332803886.3037.python-list@python.org> (permalink) |
| Lines | 28 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1332803886 news.xs4all.nl 6963 [2001:888:2000:d::a6]:46416 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:22216 |
Show key headers only | View raw
Hi, I've just uploaded pypiserver 0.5.2 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.2 ------------------------- - provide a way to get the WSGI app - improved package name and version guessing - use case insensitive matching when removing archive suffixes - fix pytz issue #6 -- Cheers, Ralf
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
[ANNOUNCE] pypiserver 0.5.2 - minimal pypi server Ralf Schmitt <ralf@systemexit.de> - 2012-03-27 01:18 +0200
csiph-web