ANN Queues: Distributed, Fault-Tolerant Message Processing by PiCloud

2013-05-07 Thread John Riley
PiCloud's (http://www.picloud.com) latest feature gives Python users a distributed, fault-tolerant message queue with a scalable message processing system. We ensure that you never lose any messages, and that they're processed at the speed you need--even thousands of messages per second. More info

ANN: eGenix mxODBC Zope/Plone Database Adapter 2.1.2

2013-05-07 Thread eGenix Team: M.-A. Lemburg
ANNOUNCEMENT mxODBC Zope/Plone Database Adapter Version 2.1.2 for Zope and the Plone CMS Available for Plone 4.0, 4.1 and 4.2,

devpi-server-0.8.4: using pip's link parser now

2013-05-07 Thread holger krekel
hi all, devpi-server, the self-updatding pypi.python.org caching proxy, just saw a new 0.8.4 release. Instead of BeautifulSoup it now uses pip's link parsing. This should serve as a shortcut to avoid real life crawling issues. IOW, whatever pip can install, should also be installable through th

PyPy 2.0 alpha for ARM

2013-05-07 Thread Maciej Fijalkowski
Hello. We're pleased to announce an alpha release of PyPy 2.0 for ARM. This is mostly a technology preview, as we know the JIT is not yet stable enough for the full release. However please try your stuff on ARM and report back. This is the first release that supports a range of ARM devices - anyt

ANN: pyroute2 (python netlink library) initial public release

2013-05-07 Thread Peter V. Saveliev
General description === Started as python NETLINK_ROUTE library, pyroute2 provides simple netlink encoder/decoder. Families and messages supported by now: * rtnetlink: addresses, links, neighbors, routes * taskstats More netlink families to support are planned. Features