web services - python RESTful webservice framework: roll my own or is there a recommended library? -


I need to write a dragon webservice, but I would like to use a light weight frame (no mention of Django please), so that I can complete more complex scenarios in the future.

Is there a recommended library that I can use or at least provide a good starting point?

[edit]

To clarify, I'm talking about a secure web service - nothing with SOAP and / or WSDL

I recommend that you refer to Cherry P

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -