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


Groups > comp.lang.python > #64378

[ANN] pypiserver 1.1.5 - minimal private pypi server

Path csiph.com!usenet.pasdenom.info!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2a.news.xs4all.nl!xs4all!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.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'scripts': 0.03; 'url:pypi': 0.03; 'pypi': 0.07; 'subject:ANN': 0.07; 'alternatives': 0.09; 'executable': 0.09; 'parameter': 0.09; 'received:internal': 0.09; 'url:github': 0.09; 'python': 0.11; 'cheers': 0.12; 'cli': 0.16; '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:messagingengine.com': 0.16; 'subdirectory': 0.16; 'subject:pypi': 0.16; 'to:addr:python-announce-list': 0.16; 'fix': 0.17; 'subject:] ': 0.20; 'minutes.': 0.22; 'install': 0.23; 'header:User-Agent:1': 0.23; 'server.': 0.24; "i've": 0.25; 'handling': 0.26; 'certain': 0.27; 'external': 0.29; "doesn't": 0.30; 'code': 0.31; 'serve': 0.31; 'universal': 0.31; 'file': 0.32; 'compatible': 0.32; 'url:python': 0.33; 'running': 0.33; '(i.e.': 0.33; 'announce': 0.33; 'minimal': 0.33; 'received:66': 0.35; 'add': 0.35; "didn't": 0.36; 'hi,': 0.36; 'url:org': 0.36; 'should': 0.36; 'two': 0.37; 'list': 0.37; 'received:10': 0.37; 'easily': 0.37; 'server': 0.38; 'version,': 0.38; 'to:addr:python- list': 0.38; 'files': 0.38; 'skip:- 10': 0.38; 'previous': 0.38; 'subject:[': 0.39; 'to:addr:python.org': 0.39; 'enough': 0.39; 'remove': 0.60; 'easy': 0.60; 'to:addr:distutils-sig': 0.63; 'information': 0.63; 'received:79': 0.64; 'to:2**2': 0.65; 'to:no real name:2**2': 0.72; 'wheel': 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=Wop7NDvs/HxtK/bRk71mjn GtaG8=; b=s08lb4ZJrf6828n7Q1BAqYJGVYld8WBskLG9GNnF5QBfcG7XJJw9ER lwVvFf93ZpgFbiPMfPkR5Oadx5rcuRH75Ru6lDyNJFS2tQ7s6V/8KCjVl2l6GMrq 9CSLKKRE1dCRdn6XrmmqLs+4t6FEYclt21L41fFV6qGqA1bKlI2G8=
X-Sasl-enc bG/TmfyA/eJWPMeyEnPYIG3LP3c7fR+I+tlBcjpCbBDx 1390256758
From Ralf Schmitt <ralf@systemexit.de>
To distutils-sig@python.org, python-announce-list@python.org, python-list@python.org
Subject [ANN] pypiserver 1.1.5 - minimal private pypi server
Date Mon, 20 Jan 2014 23:25:56 +0100
User-Agent Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3 (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 <python-list.python.org>
List-Unsubscribe <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.5761.1390256762.18130.python-list@python.org> (permalink)
Lines 38
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1390256762 news.xs4all.nl 2961 [2001:888:2000:d::a6]:34356
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:64378

Show key headers only | View raw


Hi,

I've just uploaded pypiserver 1.1.5 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

I didn't announce the previous version, so here's the changelog for the
last two versions:

1.1.5 (2014-01-20)
------------------
- only list devpi-server and proxypypi as alternatives
- fix wheel file handling for certain wheels
- serve wheel files as application/octet-stream
- make pypiserver executable from wheel file
- build universal wheel
- remove scripts subdirectory
- add --index-url cli parameter

1.1.4 (2014-01-03)
------------------
- make pypiserver compatible with pip 1.5
  (https://github.com/schmir/pypiserver/pull/42)


-- 
Cheers
Ralf

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


Thread

[ANN] pypiserver 1.1.5 - minimal private pypi server Ralf Schmitt <ralf@systemexit.de> - 2014-01-20 23:25 +0100

csiph-web