Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #975
| Path | csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <holger@merlinux.eu> |
| X-Original-To | python-announce-list@python.org |
| Delivered-To | python-announce-list@mail.python.org |
| X-Spam-Status | OK 0.008 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'cache': 0.07; 'context': 0.07; 'pypi': 0.07; 'dependency': 0.09; 'indexes': 0.09; 'release.': 0.09; 'sub': 0.09; 'python': 0.11; 'caching': 0.16; 'krekel': 0.16; 'received:eu': 0.16; 'server:': 0.16; 'subject:packaging': 0.16; 'subject:pypi': 0.16; 'to:addr:python- announce-list': 0.16; 'tool:': 0.16; 'index': 0.16; 'fix': 0.17; 'all,': 0.19; 'command': 0.22; 'install': 0.23; 'header:User- Agent:1': 0.23; 'holger': 0.24; 'initial': 0.24; 'changes,': 0.26; 'heading': 0.30; 'convenience': 0.31; 'maintains': 0.31; 'quite': 0.32; 'bugs': 0.33; 'packaging': 0.33; "i'd": 0.34; 'common': 0.35; 'skip:u 20': 0.35; 'there': 0.35; 'consistent': 0.36; 'fun,': 0.36; 'interface,': 0.36; 'real-time': 0.36; 'charset:us- ascii': 0.36; 'being': 0.38; 'implement': 0.38; 'server': 0.38; 'stable': 0.38; 'tasks': 0.38; 'to:addr:python.org': 0.39; 'release': 0.40; 'commands': 0.60; 'new': 0.61; 'content- disposition:inline': 0.62; 'to:addr:distutils-sig': 0.63; 'more': 0.64; 'to:2**2': 0.65; 'series': 0.66; 'latest': 0.67; 'news': 0.67; 'default': 0.69; 'lastly,': 0.84; 'subject:tool': 0.84 |
| Date | Mon, 10 Jun 2013 21:53:25 +0000 |
| From | holger krekel <holger@merlinux.eu> |
| To | devpi-dev <devpi-dev@googlegroups.com>, python announce <python-announce-list@python.org>, disutils-sig <distutils-sig@python.org> |
| Subject | devpi-0.9: pypi caching server and packaging workflow meta tool |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | Mutt/1.5.20 (2009-06-14) |
| X-Mailman-Approved-At | Tue, 11 Jun 2013 10:01:02 +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.3015.1370937663.3114.python-announce-list@python.org> (permalink) |
| Lines | 39 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1370937663 news.xs4all.nl 15918 [2001:888:2000:d::a6]:49167 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python.announce:975 |
Show key headers only | View raw
Hi all,
i just released devpi-server-0.9, devpi-client-0.9 and
a convenience meta "devpi-0.9" package to install them both.
Main news for devpi-server, the caching pypi server:
- github-style user and index management: you can upload
to USER/NAME indexes with the default being "root/dev",
an overlay index that serves all pypi.python.org
packages and the ones you upload to it.
- integrates now well with latest CDN changes, maintains
a consistent quite real-time local pypi cache
- redis dependency is gone, only pure Python deps left
Main news for the initial release of devpi-client,
the packaging workflow tool:
- provides install/upload/test sub commands to
perform common tasks with an index
- provides user/index/use/server commands to manage context
and the automated server
Lastly, to get started super-quickly, there is a new site
with all the docs:
http://doc.devpi.net
I'd like to use the 0.9 series to refine the command line
interface, fix bugs and implement some more functionality
before heading for a more stable 1.0 release.
have fun,
holger krekel
Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
devpi-0.9: pypi caching server and packaging workflow meta tool holger krekel <holger@merlinux.eu> - 2013-06-10 21:53 +0000
csiph-web