Hello, I am happy to announce the release of WSME-0.1.0a3.
About WSME ---------- WSME (Web Service Made Easy) is a very easy way to implement webservices in your python web application (or standalone). * Very simple API. * Supports user defined complex types. * Multi-protocol : REST+Json, REST+XML, SOAP, and more to come. * Extensible : easy to add more protocols or more base types. * Framework independance : adapters are provided to easily integrate your API in any web framework, for example a wsgi container, turbogears, and more to come. * Very few runtime dependencies: webob, simplegeneric (+ Genshi if you use SOAP). * Integration in Sphinx for making clean documentation with sphinxcontrib-wsme (not released yet). Download -------- http://pypi.python.org/pypi/WSME Documentation ------------- http://packages.python.org/WSME/changes.html Cheers, Christophe de Vienne -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/