WSME 0.1.0a3 released

Christophe de Vienne cdevienne at gmail.com
Tue Oct 11 17:52:41 CEST 2011


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


More information about the Python-announce-list mailing list