Documenting

This commit is contained in:
Christophe de Vienne 2011-10-02 21:45:41 +02:00
parent 9b5e130c87
commit bb94db2f0f
2 changed files with 15 additions and 4 deletions

10
doc/gettingstarted.rst Normal file
View File

@ -0,0 +1,10 @@
Getting Started
===============
For now here is just a working example.
You can find it in the examples directory of the source distribution.
.. literalinclude:: ../examples/demo/demo.py
:language: python

View File

@ -4,14 +4,14 @@ Web Services Made Easy
Introduction
------------
Web Service Made Easy (wsme) is a very easy way to implement webservices
in your python web application. It is a rewrite of TGWebServices with
focus on extensibility and framework-independance.
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
- Support user defined complex types.
- 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
@ -24,6 +24,7 @@ Contents
.. toctree::
:maxdepth: 2
gettingstarted
api
Indices and tables