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 -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/