Hello, I am happy to announce the release of WSME-0.1.0a3, a new library to create web services.
Note that this should be my last announce on turbogears and turbogears-web-services lists, further announces will be done on python-wsme and python-announce only. I invite people interested in WSME to go on the python-wsme group : http://groups.google.com/group/python-wsme/. 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 PS: Note that this will be my last announce on turbogears and turbogears-web-services lists, further announces will be done on [email protected] and python-announce only. -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/turbogears?hl=en.

