WSME 0.1.1 released

Christophe de Vienne cdevienne at gmail.com
Thu Oct 20 15:08:38 CEST 2011


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

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

Changes
-------

* Changed the internal API by introducing a CallContext object. It
  makes it easier to implement some protocols that have a transaction
  or call id that has to be returned. It will also make it possible to
  implement batch-calls in a later version.

* More test coverage.

* Various fixes (see also 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