WSME 0.3 released

2012-04-20 Thread Christophe de Vienne

About WSME
--

WSME (Web Service Made Easy) is a very easy way to implement webservices
in your python web application (or standalone).

Main Changes


* Introduce a sphinx extension to easily document your api.

More details on http://packages.python.org/WSME/changes.html.


Documentation
-

http://packages.python.org/WSME/


Download


http://pypi.python.org/pypi/WSME/

http://pypi.python.org/pypi/WSME-Soap/
http://pypi.python.org/pypi/WSME-ExtDirect/



Cheers,

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

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


ANN: sqlparse 0.1.4

2012-04-20 Thread Andi Albrecht
I'm pleased to announce sqlparse 0.1.4.
This is a bug fix release.

sqlparse is a non-validating SQL parser module for Python.

Download:http://pypi.python.org/pypi/sqlparse/0.1.4
Development: https://github.com/andialbrecht/sqlparse
Online demo: http://sqlformat.appspot.com

Bug fixes in this release
 * Avoid stair case effects when identifiers, functions,
   placeholders or keywords are mixed in identifier lists (issue45,
   issue49, issue52) and when asterisks are used as operators
   (issue58).
 * Make keyword detection more restrict (issue47).
 * Improve handling of CASE statements (issue46).
 * Fix statement splitting when parsing recursive statements (issue57,
   thanks to piranna).
 * Fix for negative numbers (issue56, thanks to kevinjqiu).
 * Pretty format comments in identifier lists (issue59).
 * Several minor bug fixes and improvements.

Best regards,

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

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