WSME

Web Service Made Easy (WSME) simplifies 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.

Source Codehttps://opendev.org/x/wsme
Documentationhttps://pythonhosted.org/WSME/
PyPIhttps://pypi.org/project/WSME/

WSME can work standalone or on top of your favorite python web (micro)framework, so you can use both your preferred 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

2016

2014

2013