Dariusz Suchojad | 18 May 2013 23:28

Zato 1.0. The next generation ESB and application server. Open-source. In Python.

Hello,

I'm very happy to announce the first release of Zato, the next 
generation ESB and application server, available under a 
commercial-friendly open-source LGPL license.

https://zato.io

What can you expect out of the box?
-----------------------------------

* HTTP, JSON, SOAP, Redis, AMQP, JMS WebSphere MQ, ZeroMQ, FTP, SQL,
   hot-deployment, job scheduling, statistics,
   high-availability load balancing and more

* Incredible productivity with Python

* Painless rollouts with less downtime

* Slick web admin GUI, CLI and API

* Awesome documentation (several hundred A4 pages)

* 24x7 commercial support and training

Links
-----

Project's site: https://zato.io
Download: https://zato.io/download/zato-1.0.tar.bz2
(Continue reading)

Francesc Alted | 17 May 2013 20:40
Favicon
Gravatar

ANN: python-blosc 1.1 RC1, a wrapper for the compression library, is available

================================
Announcing python-blosc 1.1 RC1
================================

What is it?
===========

python-blosc (http://blosc.pydata.org/) is a Python wrapper for the
Blosc compression library.

Blosc (http://blosc.org) is a high performance compressor optimized for
binary data.  It has been designed to transmit data to the processor
cache faster than the traditional, non-compressed, direct memory fetch
approach via a memcpy() OS call.  Whether this is achieved or not
depends of the data compressibility, the number of cores in the system,
and other factors.  See a series of benchmarks conducted for many
different systems: http://blosc.org/trac/wiki/SyntheticBenchmarks.

Blosc works well for compressing numerical arrays that contains data
with relatively low entropy, like sparse data, time series, grids with
regular-spaced values, etc.

There is also a handy command line for Blosc called Bloscpack
(https://github.com/esc/bloscpack) that allows you to compress large
binary datafiles on-disk.  Although the format for Bloscpack has not
stabilized yet, it allows you to effectively use Blosc from your
favorite shell.

What is new?
============
(Continue reading)

Oleg Broytman | 18 May 2013 12:08
X-Face
Favicon
Gravatar

SQLObject 1.4.0

Hello!

I'm pleased to announce version 1.4.0, the first stable release of branch
1.4 of SQLObject.

What's new in SQLObject
=======================

Features & Interface
--------------------

* Support for PostgreSQL 8.1 is dropped. The minimal supported version of
  PostgreSQL is 8.2 now.

* Optimization in PostgresConnection: use INSERT...RETURNING id
  to get the autoincremented id in one query instead of two
  (INSERT + SELECT id).

* Changed the way to get if the table has identity in MS SQL.

* NCHAR/NVARCHAR and N''-quoted strings for MS SQL.

Contributors for this release are Ken Lalonde and Andrew Ziem.

For a more complete list, please see the news:
http://sqlobject.org/News.html

What is SQLObject
=================

(Continue reading)

Fabio Zadrozny | 16 May 2013 13:27
Picon

PyDev 2.7.4 Released

Hi All,

PyDev 2.7.4 has been released

Details on PyDev: http://pydev.org
Details on its development: http://pydev.blogspot.com

Release Highlights:
-------------------------------

* Improved Jython scripting startup time (so, the editor should start up
faster).

* PyDev no longer causing JSP problem annotation disappear (fix by Danny
Ju).

* Restored invalidateTextPresentation on save due to issue on annotations
kept.

* Thank you everyone for helping to keep PyDev going:
http://pydev.blogspot.com.br/2013/05/pydev-crowdfunding-finished.html

What is PyDev?
---------------------------

PyDev is a plugin that enables users to use Eclipse for Python, Jython and
IronPython development -- making Eclipse a first class Python IDE -- It
comes with many goodies such as code completion, syntax highlighting,
syntax analysis, refactor, debug and many others.

(Continue reading)

M.-A. Lemburg | 16 May 2013 09:53
Favicon

EuroPython 2014/2015 Conference Team - Call for Proposals

The EuroPython Society (EPS) is happy to announce the Call for Proposals for
the EuroPython Conference in 2014 and 2015.  This Call for Proposals is meant
to collect proposals from teams that volunteer for organizing the EuroPython
conference in 2014-2015.

The Call for Proposals document containing all the details and information
about the proposals and selection process can be found here:

https://docs.google.com/file/d/0B8YBdLoQM_6fbVpuM2ZWUGp3Slk/edit?usp=sharing

If you are part of a great team organizing amazing Python events you could be
the team organizing the next EuroPython! Please also forward this Call for
Proposals to anyone that you feel may be interested.

The Call for Proposals will run until Friday, June 14th. Proposals must be
submitted to europython-contact <at> python.org before that day, and must adhere
the requirements specified in the CFP document.

Regards,
--
Marc-Andre Lemburg
Director
EuroPython Society
http://www.europython.eu/

--

-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/
(Continue reading)

Benjamin Peterson | 16 May 2013 06:19
Favicon
Gravatar

[RELEASED] Python 2.7.5

It is my greatest pleasure to announce the release of Python 2.7.5.

2.7.5 is the latest maintenance release in the Python 2.7 series. You may be
surprised to hear from me so soon, as Python 2.7.4 was released slightly more
than a month ago. As it turns out, 2.7.4 had several regressions and
incompatibilities with 2.7.3. Among them were regressions in the zipfile, gzip,
and logging modules. 2.7.5 fixes these. In addition, a data file for testing in
the 2.7.4 tarballs and binaries aroused the suspicion of some virus
checkers. The 2.7.5 release removes this file to resolve that issue.

For details, see the Misc/NEWS file in the distribution or view it at

    http://hg.python.org/cpython/file/ab05e7dd2788/Misc/NEWS

Downloads are at

    http://python.org/download/releases/2.7.5/

As always, please report bugs to

    http://bugs.python.org/

(Thank you to those who reported these bugs in 2.7.4.)

This is a production release.

Happy May,
Benjamin Peterson
2.7 Release Manager
(on behalf of all of Python 2.7's contributors)
(Continue reading)

Perica Zivkovic | 15 May 2013 22:42
Picon
Gravatar

ANN: Portable Python 2.7.4.1

Dear people,

I would like to announce new release of Portable Python based on Python 2.7.4

Included in this release:
-------------------------
 PyScripter v2.5.3
 NymPy 1.7.1
 SciPy 0.12.0
 Matplotlib 1.2.1
 PyWin32 218
 Django 1.5.1
 PIL 1.1.7
 Py2Exe 0.6.9
 wxPython 2.9.4.0
 NetworkX 1.7
 Lxml 2.3
 PySerial 2.5
 PyODBC 3.0.6
 PyGame 1.9.1
 PyGTK 2.24.2
 PyQt 4.10.1
 IPython 0.13.0
 Pandas 0.11.0

Improvements since last release:
--------------------------------
Aside from upgrade of all pacakges listed above these are improvements and bugfixes compared to 2.7.3.2 release
- Added PythonW-Portable.exe so that scripts can be executed without opening command window 
- By default all packages are installed if selection is not modified during the installation
(Continue reading)

Perica Zivkovic | 15 May 2013 22:42
Picon
Gravatar

ANN: Portable Python 2.7.4.1

Dear people,

I would like to announce new release of Portable Python based on Python 2.7.4

Included in this release:
-------------------------
 PyScripter v2.5.3
 NymPy 1.7.1
 SciPy 0.12.0
 Matplotlib 1.2.1
 PyWin32 218
 Django 1.5.1
 PIL 1.1.7
 Py2Exe 0.6.9
 wxPython 2.9.4.0
 NetworkX 1.7
 Lxml 2.3
 PySerial 2.5
 PyODBC 3.0.6
 PyGame 1.9.1
 PyGTK 2.24.2
 PyQt 4.10.1
 IPython 0.13.0
 Pandas 0.11.0

Improvements since last release:
--------------------------------
Aside from upgrade of all pacakges listed above these are improvements and bugfixes compared to 2.7.3.2 release
- Added PythonW-Portable.exe so that scripts can be executed without opening command window 
- By default all packages are installed if selection is not modified during the installation
(Continue reading)

Georg Brandl | 16 May 2013 07:20
Favicon
Gravatar

[RELEASED] Python 3.2.5 and Python 3.3.2


On behalf of the Python development team, I am pleased to announce the
releases of Python 3.2.5 and 3.3.2.

The releases fix a few regressions in 3.2.4 and 3.3.1 in the zipfile, gzip
and xml.sax modules.  Details can be found in the changelogs:

    http://hg.python.org/cpython/file/v3.2.5/Misc/NEWS  and
    http://hg.python.org/cpython/file/v3.3.2/Misc/NEWS

To download Python 3.2.5 or Python 3.3.2, visit:

    http://www.python.org/download/releases/3.2.5/  or
    http://www.python.org/download/releases/3.3.2/

respectively.  As always, please report bugs to

    http://bugs.python.org/

(Thank you to those who reported these regressions.)

Enjoy!

--

-- 
Georg Brandl, Release Manager
georg at python.org
(on behalf of the entire python-dev team and all contributors)
Peter Hudec | 15 May 2013 18:29
Picon

Authomatic - New Authorization / Authentication Client Package for Python WEB Applications

Hi there,

I would like to introduce Authomatic, an authorization / authentication client library for Python WEB applications.

project home: http://peterhudec.github.io/authomatic
code: https://github.com/peterhudec/authomatic
live demo: http://authomatic-example.appspot.com/

Features:

* Loosely coupled.
* Tiny but powerfull interface.
* The python-openid library is the only optional dependency.
* CSRF protection.
* Framework agnostic thanks to adapters.
* Ready to accommodate future authorization/authentication protocols.
* Makes calls to provider APIs a breeze.
* Supports asynchronous requests.
* JavaScript library as a bonus.
* Out of the box support for:
    * Authorization with 10 OAuth 1.0a providers
    * Authorization with 16 OAuth 2.0 providers
    * python-openid and Google App Engine based OpenID authentication.

It's my first Python project, so feedback of any kind is very welcome.

Use and enjoy

Peter Hudec
peterhudec <at> peterhude.com
(Continue reading)

holger krekel | 14 May 2013 12:40
Picon
Favicon

devpi-server-0.8.5: fixes, fewer dependencies for pypi caching server

Hi all,

just did a quick release of devpi-server 0.8.5, the pypi.python.org
caching server.  This should fix some cases of uninstallable packages 
and removes "pip" and "virtualenv" from its dependencies.  See

    https://pypi.python.org/pypi/devpi-server

for details.  Thanks to Markus Zapke-Gruendemann for some help
and to everybody for reporting issues.

cheers,
holger

--

-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations/


Gmane