Better mentionning of the framework independance.

This commit is contained in:
Christophe de Vienne 2012-12-11 09:56:58 +01:00
parent f9b76d3a5d
commit 7813805913

View File

@ -5,7 +5,9 @@ Introduction
------------ ------------
Web Service Made Easy (WSME) is a very easy way to implement webservices Web Service Made Easy (WSME) is a very easy way to implement webservices
in your python web application. in your python web application, and to add strong type checking to your favorite
REST library/framework.
It is originally a rewrite of TGWebServices It is originally a rewrite of TGWebServices
with focus on extensibility, framework-independance and better type handling. with focus on extensibility, framework-independance and better type handling.
@ -51,12 +53,16 @@ Main features
- Extensible : easy to add more protocols or more base types. - Extensible : easy to add more protocols or more base types.
- Framework independance : adapters are provided to easily integrate - Framework independance : adapters are provided to easily integrate
your API in any web framework, for example a wsgi container, your API in any web framework, for example a wsgi container,
turbogears... Pecan_, TurboGears_, cornice_...
- Very few runtime dependencies: webob, simplegeneric - Very few runtime dependencies: webob, simplegeneric
(+ Genshi if you use SOAP). (+ Genshi if you use SOAP).
- Integration in `Sphinx`_ for making clean documentation with - Integration in `Sphinx`_ for making clean documentation with
wsme.sphinxext (work in progress). wsme.sphinxext (work in progress).
.. _Pecan: http://pecanpy.org/
.. _TurboGears: http://www.turbogears.org/
.. _cornice: http://pypi.python.org/pypi/cornice
Install Install
~~~~~~~ ~~~~~~~