ANN: sqlparse 0.1.7

2013-05-06 Thread Andi Albrecht
Hi, I'm pleased to announce sqlparse 0.1.7, a bug fix release. sqlparse is a non-validating SQL parser module. Download: https://pypi.python.org/packages/source/s/sqlparse/sqlparse-0.1.7.tar.gz Bug Fixes * Fix Python 3 compatibility of sqlformat script (by Piet Delport). * Fix parsing of SQL

ANN: SciPy 0.12.0 release

2013-05-06 Thread Ralf Gommers
We are pleased to announce the availability of SciPy 0.12.0. This release has some cool new features (see highlights below) and a large amount of bug fixes and maintenance work under the hood. The number of contributors also keeps rising steadily - 75 people contributed patches to this release. We

[RELEASED] Python 3.2.4 and Python 3.3.1

2013-05-06 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On behalf of the Python development team, I am pleased to announce the final releases of Python 3.2.4 and 3.3.1. Python 3.2.4 is the final regular maintenance release for the Python 3.2 series, while Python 3.3.1 is the first maintenance release for t

ANN: eGenix mxODBC Connect - Python ODBC Database Interface 2.0.3

2013-05-06 Thread eGenix Team: M.-A. Lemburg
ANNOUNCING eGenix.com mxODBC Connect Python ODBC Database Interface Version 2.0.3 mxODBC Connect is our commercially supported client-server product f

ANN: pyftpdlib 1.1.0 released

2013-05-06 Thread Giampaolo Rodolà
Hi there guys, I'm pleased to announce pyftpdlib 1.1.0. This is mainly a bugfix release, see: https://pyftpdlib.googlecode.com/svn/trunk/HISTORY === Links === Home: http://code.google.com/p/pyftpdlib/ Download: https://pyftpdlib.googlecode.com/files/pyftpdlib-1.1.0.tar.gz Tutorial: http://code.go

ANN: phileas0.8 now available

2013-05-06 Thread Larry Myerscough
phileas = "Python/HTML integration: Larry's Elegant Alternative Solution" Source and documentation can be accessed at: http://larry.myerscough.nl/phileas_project/ N.B. This really is an alternative solution; the other available approaches to this subject don't work for me... ... but may work

ANN: Hy - Python / Lisp interoperability layer (0.9.6)

2013-05-06 Thread Paul Tagliamonte
Hello, World! tl;dr = Version: 0.9.6 License: Expat (sometimes called MIT) Hilarious: Yes Site: http://hylang.org Hy is a wicked funny hack that lets you interop (in both directions) with Lisp from Python (or with Python from Lisp). It's pip installable: $ pip install hy [..

ANN: psutil 0.7.0 released

2013-05-06 Thread Giampaolo Rodolà
Hi there folks, I'm pleased to announce the 0.7.0 release of psutil: http://code.google.com/p/psutil/ This is mainly a bugfix release addressing a couple of high priority issues on Linux and FreeBSD. Complete list of bugfixes and enhancements is here: https://psutil.googlecode.com/hg/HISTORY ===

ANN: eGenix mx Base Distribution 3.2.6 (mxDateTime, mxTextTools, etc.)

2013-05-06 Thread eGenix Team: M.-A. Lemburg
ANNOUNCING eGenix.com mx Base Distribution mxDateTime, mxTextTools, mxProxy, mxURL, mxUID, mxBeeBase, mxStack, mxQueue, mxTools Version 3.2.6

PyCamp Registration Open for Columbus, Toronto, and Oshkosh

2013-05-06 Thread Chris Calloway
Registration is open for three upcoming PyCamps produced by the Triangle Python Users Group: - A five-day PyOhio PyCamp hosted by the Ohio State University Open Source Club, July 22-26, 2013 the week prior to the PyOhio regional Python conference weekend. PyCamp is a training program and spons

New release 0.19 of the Cython compiler

2013-05-06 Thread Stefan Behnel
I'm happy to announce that Cython 0.19 has been released. This is a feature release of the Cython compiler that adds some major usability improvements especially for code that needs to run in both Py2 and Py3, as well as better Python compatibility and optimisations. http://cython.org/ You can g

[RELEASE] Python 2.7.4

2013-05-06 Thread Benjamin Peterson
I'm thrilled to announce the release of Python 2.7.4. 2.7.4 is the latest maintenance release in the Python 2.7 series. It includes hundreds of bugfixes to the core language and standard library. Downloads are at http://python.org/download/releases/2.7.4/ As always, please report bugs to

numba 0.8

2013-05-06 Thread mark florisson
Numba 0.8 adds support for autojit classes and methods, building on the perfect hash table ideas from SEP 201 [1]. This allows methods to automatically specialize to argument types and instance attribute types. Many thanks to Dag Sverre Seljebotn for his work and ideas on the SEPs and his ideas and

ANN: eGenix PyRun - One file Python Runtime 1.2.0

2013-05-06 Thread eGenix Team: M.-A. Lemburg
ANNOUNCING eGenix PyRun - One file Python Runtime Version 1.2.0 An easy-to-use single file relocatable Python run-time - available for Windows, Mac OS X and

WSME 0.5b2 released

2013-05-06 Thread Christophe de Vienne
About WSME -- Web Service Made Easy (WSME) simplify the writing of REST web services by providing simple yet powerful typing which removes the need to directly manipulate the request and the response objects. WSME can work standalone or on top of your favorite python web (micro)frame

pytest-2.3.5: bug fixes and little improvements

2013-05-06 Thread holger krekel
pytest-2.3.5: bug fixes and little improvements === pytest-2.3.5 is a maintenance release with many bug fixes and little improvements. See the changelog below for details. No backward compatibility issues are foreseen and al

ANN: rom 0.10 - Redis object mapper for Python

2013-05-06 Thread Josiah Carlson
Hey everyone, I know, it's been several years since I announced anything on these lists, but I suspect that some of you may have uses for my new package, so here you go. The "rom" package is a Redis object mapper for Python. It sports an interface similar to Django's ORM, SQLAlchemy + Elixir, or

devpi-server: lightning fast pypi.python.org proxy (0.7 initial release)

2013-05-06 Thread holger krekel
devpi-server: lightning-fast pypi.python.org proxy (0.7 initial) = This is the initial release of devpi-server, an easy-to-use caching proxy server for pypi.python.org, providing fast and reliable installs when used by pip or easy_ins

ANN: pyftpdlib 1.2.0 released

2013-05-06 Thread Giampaolo Rodola'
Hi there guys, I'm pleased to announce pyftpdlib 1.2.0. === About === Python FTP server library provides an high-level portable interface to easily write asynchronous FTP/S servers with Python. pyftpdlib is currently the most complete RFC-959 FTP server implementation available for Python program

devpi-server-0.8: better deployment, fixes

2013-05-06 Thread holger krekel
devpi-server-0.8: fast'n easy-to-deploy pypi.python.org proxy === devpi-server is an easy-to-deploy caching proxy server for pypi.python.org, providing fast and reliable installs when used by pip or easy_install. devpi-server-0.8 bring

Registration Open for PyCamp in Columbus, Toronto, and Oshkosh

2013-05-06 Thread Chris Calloway
Registration is open for three upcoming PyCamps produced by the Triangle Python Users Group: - A five-day PyOhio PyCamp hosted by the Ohio State University Open Source Club, July 22-26, 2013 the week prior to the PyOhio regional Python conference weekend. PyCamp is a sponsor and training progr

pyC11 initial publication

2013-05-06 Thread Volker Birk
pyC11 is a grammar to parse programs in the C programming language following ISO/IEC 9899:2011. It is written using pyPEG, a parsing framework for Python. The grammar supports Python 2.7 and 3.x. The test bench requires py.test. This is the initial upload. The grammar is incomplete. Parsing C expr

ANN: PyMQI 1.3 - Python interface to WebSphere MQ

2013-05-06 Thread Dariusz Suchojad
Hi, I'm very happy to announce the release of PyMQI 1.3. *INTRODUCTION* PyMQI allows users to connect Python applications to WebSphere MQ queue managers. It can be used to develop test harnesses for WebSphere MQ based systems, for rapid prototyping of WebSphere MQ applications, for developm

New TkinterDnd URL

2013-05-06 Thread klappnase
The TkinterDnD Project has permanently moved to sourceforge and is now available at http://tkinterdnd.sourceforge.net/ . TkinterDnD is a python wrapper for George Petasis' tkDnD Tk extension. tkDnD adds native drag and drop support for windows and (yet partially) unix and Mac OSX to Tk. TkinterD

ANN: psutil 0.7.1 released

2013-05-06 Thread Giampaolo Rodola'
Hi folks, I'm pleased to announce the 0.7.1 release of psutil: http://code.google.com/p/psutil/ === About === psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, memory, disks, network, users) in a portable way by using Python

ANN: New WinPython with Python 2.7.4 and 3.3.1 (32/64bit)

2013-05-06 Thread Pierre Raybaut
Hi all, I am pleased to announce that four new versions of WinPython have been released yesterday with Python 2.7.4 and 3.3.1, 32 and 64 bits. Many packages have been added or upgraded (see the automatically-generated changelogs). Special thanks to Christoph Gohlke for building most of the binary

pyPEG 2.11 released

2013-05-06 Thread Volker Birk
Feature enhancements are provided, like a method for memory cache clearing and improving composing and text representation. Some small bugs are fixed. pyPEG is a quick and easy solution for creating a parser in Python programs. pyPEG uses a PEG language in Python data structures to parse, so it ca

devpi-server 0.8.1: better devpi-ctl behaviour / fixed --gendeploy quirk

2013-05-06 Thread holger krekel
Hi again, just 12 hours after 0.8, i released devpi-server-0.8.1, a slightly improved version of the fast pypi caching proxy server. In particular after "devpi-ctl" now works more according to docs. In particular after a: devpi-ctl shutdown You won't accidentally start the servers again

devpi-server-0.8.2: bug fixes for the pypi.python.org caching server

2013-05-06 Thread holger krekel
just did a release of devpi-server-0.8.2, the fast pypi.python.org caching server. 0.8.2 fixes a bug which prevented the installation of some packages. If you encounter any such problems, please report it at: https://bitbucket.org/hpk42/devpi-server/issues or on #pylib on freenode. A new r

ANN: eGenix mxODBC 3.2.3 - Python ODBC Database Interface

2013-05-06 Thread eGenix Team: M.-A. Lemburg
ANNOUNCING eGenix.com mxODBC Python ODBC Database Interface Version 3.2.3 mxODBC is our commercially supported Python extension providing

TkinterTreectrl-2.0.1 released

2013-05-06 Thread klappnase
Today an updated version of the TkinterTreectrl package was released. The TkinterTreectrl package wraps the treectrl tk extension (http://tktreectrl.sourceforge.net) for use with Python/Tkinter. The treectrl widget allows to create fancy things like sortable multi column listboxes and hierarchi

Course: Python for Programmers in Katowice, Poland, May 27 - 29, 2013

2013-05-06 Thread Mike Müller
Python for Programmers in Katowice == Date: May 27 - 29, 2013 Location: Katowice, Poland Language: English Link: http://www.python-academy.com/courses/python_course_programmers.html Instructor: Mike Müller (eight years of Python training experience) Three days of P

Camelot 13.04.13 released

2013-05-06 Thread erikj
Hello, Camelot 13.04.13 has been released. Camelot provides components to build business applications on top Python, SQLAlchemy and Qt. For screenshots, see : http://www.python-camelot.com/ An overview of the changes can be found here : http://www.python-camelot.com/3/post/2013/04/release-130

ANN: Using xtopdf and pypyodbc to publish MS Access database data to PDF

2013-05-06 Thread vasudevram
Wrote a program that lets you publish your MS Access database data to PDF, using Python, ReportLab, xtopdf and pypyodbc. (This code will go into my xtopdf toolkit (a Python toolkit for PDF creation) after cleanup, in a while.) Link: http://jugad2.blogspot.in/2013/04/using-xtopdf-and-pypyodb

[ANN] Enthought Tool Suite (ETS) v 4.3

2013-05-06 Thread Prabhu Ramachandran
Hello, We are happy to announce the release of version 4.3 of the Enthought Tool Suite (ETS-4.3.0). ETS (http://code.enthought.com/projects) is a collection of free, open-source components developed by Enthought and our partners, which we use every day to construct custom scientific applications.

Course: Advanced Python in Katowice, Poland, May 30 - June 1, 2013

2013-05-06 Thread Mike Müller
Advanced Python in Katowice === Date: May 30 - June 1, 2013 Location: Katowice, Poland Language: English Link: http://www.python-academy.com/courses/specialtopics/python_course_advanced.html Instructor: Mike Müller (eight years of Python training experience) Dive deep into

Guppy-PE/Heapy 0.1.10

2013-05-06 Thread sverker nilsson
I am happy to announce Guppy-PE 0.1.10 Guppy-PE is a library and programming environment for Python, currently providing in particular the Heapy subsystem, which supports object and heap memory sizing, profiling and debugging. It also includes a prototypical specification language, the Guppy Speci

Course: Python per programmatori (Italian) in Bologna, September 11 - 13, 2013

2013-05-06 Thread Mike Müller
Python per programmatori in Bologna, Italy == Date: September 11 - 13, 2013 Location: Bologna, Italy Language: Italian Link: http://www.python-academy.com/courses/python_course_programmers_ita.html Instructor: Federico Caboni We are proud to announce our fi

new release of pyasn1 package

2013-05-06 Thread Ilya Etingof
I'm pleased to announce a maintenance release of PyASN1 package -- pure-Python implementation of ASN.1 base types and serialization codecs. This release switches the pyasn1 code to a more conventional and relaxed two-clause BSD license as well as fixes some subtile bugs. More information on th