WSME 0.2.0 released

Christophe de Vienne cdevienne at gmail.com
Sat Oct 29 00:30:53 CEST 2011


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

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

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

*   Added batch-calls abilities.

*   Introduce a :class:`UnsetType` and a :data:`Unset` constant
     so that non-mandatory attributes can remain unset (which is
     different from null).

*   Add support for user types.

*   Add an Enum type (which is a user type).

*   Various fixes

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