Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #26739
| Path | csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!border1.nntp.ams2.giganews.com!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed5.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.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; "'python": 0.07; 'pypi': 0.07; 'setup.py': 0.07; 'scripts': 0.09; 'python': 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; 'subject:] ': 0.19; 'changes': 0.20; 'init': 0.22; 'minutes.': 0.23; "i've": 0.23; 'cheers': 0.24; 'external': 0.24; 'header:User-Agent:1': 0.26; "doesn't": 0.28; 'install': 0.29; 'minimal': 0.30; 'compatible': 0.30; 'code': 0.31; 'server.': 0.32; 'url:python': 0.32; 'received:84': 0.32; 'running': 0.32; 'to:addr:python-list': 0.33; 'hi,': 0.33; 'version': 0.34; 'skip:- 20': 0.34; 'server': 0.35; 'serve': 0.36; 'url:org': 0.36; '(i.e.': 0.36; 'should': 0.36; 'enough': 0.36; '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; 'skip:u 10': 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 |
| 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=Y7HfWZ8csHaRWx4iu/R0iq jbKTI=; b=c4eiFNN9frrM41tkYlDaAI1LVM+kQi9/aQO2rP4KX9pZYVQ+9VM6sL owkrD1eHzhgJEgNYFg9s2ahXXe1EJYtKC8GNp0Phrx5SQuAhCLx+KFWqLYDlqSEX godi4CRxOxOAZqKx52FRfuR8caJxdG1ML1kpg5h/wwt48AB3+q7G0= |
| X-Sasl-enc | PGZHNOtFhi03KeIvi5QL/4v882TeTx+dh27RmLeU4e7k 1344370855 |
| From | Ralf Schmitt <ralf@systemexit.de> |
| To | python-announce-list@python.org, python-list@python.org, distutils-sig@python.org |
| Subject | [ANNOUNCE] pypiserver 0.6.1 - minimal private pypi server |
| Date | Tue, 07 Aug 2012 22:21:06 +0200 |
| User-Agent | Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.1 (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.3068.1344370858.4697.python-list@python.org> (permalink) |
| Lines | 25 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1344370858 news.xs4all.nl 6846 [2001:888:2000:d::a6]:44246 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:26739 |
Show key headers only | View raw
Hi, I've just uploaded pypiserver 0.6.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 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.6.1 ------------------------ - make 'python setup.py register' work - added init scripts to start pypiserver on ubuntu/opensuse -- Cheers Ralf
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
[ANNOUNCE] pypiserver 0.6.1 - minimal private pypi server Ralf Schmitt <ralf@systemexit.de> - 2012-08-07 22:21 +0200
csiph-web