I need to write a python webservice, but I would rather use a LIGHT WEIGHT framework (no one mention Django please), so that I can cater for more complicated scenarios in the future.
Is there a (peer) recommended library that I can use or at least can provide a good starting point?
[Edit]
To clarify, I am talking about a RESTful web service here - nothing to do with SOAP and/or WSDL
Try Pyramid, which is the result of a merger between the Pylons and repoze.bfg frameworks. It's relatively lightweight, yet robust and well-documented.
For RESTful services in Pyramid, you might find this blog post interesting.
I suggest you look at Cherry Py. http://cherrypy.org/
I was in a similar situation looking for lightweight, and tired of Django. I came across web.py, which seems to be as lightweight as it can get.
web.py main site: http://webpy.org/ web.py github: https://github.com/webpy/webpy
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With