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


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

devpi-0.9: pypi caching server and packaging workflow meta tool

Date 2013-06-10 21:53 +0000
From holger krekel <holger@merlinux.eu>
Subject devpi-0.9: pypi caching server and packaging workflow meta tool
Newsgroups comp.lang.python.announce
Message-ID <mailman.3015.1370937663.3114.python-announce-list@python.org> (permalink)

Show all headers | 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


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