WSME 0.4b1 released

Christophe de Vienne cdevienne at gmail.com
Fri Sep 14 16:45:11 CEST 2012


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

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

What's New ?
------------

This release brings new features like a Base class for complex types, a
File type for transferring files, more restful rest protocols with the
use of the http method...

A new extension, WSME-SQLAlchemy, provides tools to build an api on top
of SQLAlchemy mapped classes.

The WSME-ExtDirect extension uses this extension to build almost
instantly ExtJS DirectStores and Model from SQLAlchemy mapped classes.

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

* Now supports Python 3.2 (except for wsme-soap).
* String types handling is clearer.
* New wsme.types.File type.
* Supports cross-referenced types.
* Various bugfixes.
* Tests code coverage is now over 95%.
* RESTful protocol can now use the http method.
* UserTypes can now be given a name that will be used in the
  documentation.
* Complex types can inherit wsme.types.Base. They will have a default
  constructor and be registered automatically.
* Removed the wsme.wsgi.adapt function if favor of wsme.WSRoot.wsgiapp()

Extensions changes
------------------

WSME-Soap
~~~~~~~~~

* Function names now starts with a lowercase letter.
* Fixed issues with arrays (issue #3).
* Fixed empty array handling.

WSME-SQLAlchemy
~~~~~~~~~~~~~~~

This new extension makes it easy to create webservices on top of a
SQLAlchemy set of mapped classes.

WSME-ExtDirect
~~~~~~~~~~~~~~

* Implements server-side DataStore
* Add Store and Model javascript definition auto-generation
* Add Store server-side based on SQLAlchemy mapped classes.


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-SQLAlchemy/
http://pypi.python.org/pypi/WSME-ExtDirect/



Cheers,

Christophe de Vienne


More information about the Python-announce-list mailing list