Web Service Made Easy (WSME) simplify the writing of REST web services by providing simple yet powerful typing which removes the need to directly manipulate the request and the response objects.
Go to file
Christophe de Vienne 001764d723 Add links to the source code and issue tracker 2011-10-11 17:26:02 +02:00
doc Add links to the source code and issue tracker 2011-10-11 17:26:02 +02:00
examples/demo Add a WSGI adapter 2011-10-11 11:08:10 +02:00
wsme Update the contact mail and version 2011-10-11 16:29:45 +02:00
.hgignore Add a setup.cfg 2011-10-02 21:36:17 +02:00
.hgtags Added tag 0.1.0a2 for changeset 0eae00db9384 2011-10-07 22:57:35 +02:00
LICENSE Completed the packaging, we should now be able to do an alpha release 2011-10-02 22:03:53 +02:00
MANIFEST.in Completed the packaging, we should now be able to do an alpha release 2011-10-02 22:03:53 +02:00
README Fix README filename 2011-10-03 16:44:51 +02:00
setup.cfg Add a setup.cfg 2011-10-02 21:36:17 +02:00
setup.py Completed the packaging, we should now be able to do an alpha release 2011-10-02 22:03:53 +02:00

README

WSME
====

Web Service Made Easy (WSME) is a very easy way to implement webservices
in your python web application. It is originally a rewrite of TGWebServices
with focus on extensibility and framework-independance.

Main features are:

-   Very simple API
-   Supports user defined complex types.
-   Multi-protocol : REST+Json, REST+XML, SOAP, and more to come
-   Extensible : easy to add more protocols or more base types.
-   WSGI application : can be used within any web framework
-   Depends on webob, simplegeneric (+ Genshi if you use SOAP)
-   Integration in Sphinx for making clean documentation