WSME 0.3b1

Christophe de Vienne cdevienne at gmail.com
Thu Jan 19 16:39:40 CET 2012


About WSME
----------

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

Main Changes
------------

* Per-call database transaction handling.

* Attributes of complex types can now have a different name in the
  public api and in the implementation.

* Complex arguments can now be sent as GET/POST params in the rest
  protocols.

* The restjson protocol do not nest the results in an object anymore.

* Improved the documentation

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


More information about the Python-announce-list mailing list