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.
WSME can work standalone or on top of your favorite python web (micro)framework, so you can use both your prefered way of routing your REST requests and most of the features of WSME that rely on the typing system like:
* Alternate protocols, including ones supporting batch-calls
* Easy documentation through a Sphinx extension
WSME is originally a rewrite of TGWebServices with focus on extensibility, framework-
The project mailing list is the "python-wsme" google group: https:/
Project information
- Maintainer:
- WSME Maintainers
- Driver:
- WSME Drivers
- Licence:
- MIT / X / Expat Licence
View full history Series and milestones
trunk series is the current focus of development.
All packages Packages in Distributions
-
python-wsme source package in Xenial
Version 0.8.0-2ubuntu2 uploaded -
python-wsme source package in Trusty
Version 0.6-0ubuntu1 uploaded -
python-wsme source package in Plucky
Version 0.12.1-5ubuntu2 uploaded -
python-wsme source package in Oracular
Version 0.12.1-2ubuntu1 uploaded -
python-wsme source package in Noble
Version 0.12.1-2 uploaded
All bugs Latest bugs reported
-
Bug #1896488: Docs website out of date (v0.7.0)
Reported -
Bug #1819752: Webob: Replace deprecated best_match
Reported -
Bug #1797768: xrange is not defined in python3
Reported -
Bug #1765796: Passing a string to a nested type fails to json-decode
Reported -
Bug #1716109: Replace deprecated .assertRaisesRegexp()
Reported
All blueprints Latest blueprints
-
Support dynamic types
Registered