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 6313fd8a10 Prepare a new release
--HG--
extra : rebase_source : ca48d7b8a44501bdb0087b7ba5a27fc58e5d4da7
2011-10-07 21:51:23 +02:00
doc Prepare a new release 2011-10-07 21:51:23 +02:00
examples/demo Move the protocols to a dedicated module, and their activation more explicit 2011-10-01 20:16:57 +02:00
wsme Prepare a new release 2011-10-07 21:51:23 +02:00
.hgignore Add a setup.cfg 2011-10-02 21:36:17 +02:00
.hgtags Added tag 0.1.0a1 for changeset 2bd203a084dc 2011-10-04 21:50:01 +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