wsme/wsme
Ryan Petrello 3c4b0d0531 Require the ordereddict package for py26.
Change-Id: If594a480ecb38974259ecf3df7ca9c30e2128501
2013-09-05 16:21:59 -04:00
..
rest pep8 fixes, including a declaration in tox.ini for running flake8 2013-09-05 11:15:27 -04:00
tests pep8 fixes, including a declaration in tox.ini for running flake8 2013-09-05 11:15:27 -04:00
__init__.py Reorganise the decorators. expose and validate are now in wsme.rest, and ws.api.signature becomes the raw decorator to declare a function signature. Got rid of the 'pexpose' decorator, which will be replaced later by a better way. 2012-10-31 10:48:01 +01:00
api.py The Response object can now carry error details. Not sure about this though, it needs refinements 2013-06-21 00:22:23 +02:00
exc.py Support unicode message in ClientSideError 2013-08-06 12:16:10 +02:00
protocol.py Rework the rest implementation. We now have a single protocol that can manupulate different dataformat thanks to the helpers provided by the xml, json and args modules (which will be used by the adapters too). Some corner cases still don't pass the unittest, and some code cleaning is required. 2012-11-07 18:19:11 +01:00
root.py pep8 fixes, including a declaration in tox.ini for running flake8 2013-09-05 11:15:27 -04:00
runtime.py Move the missing argument verification in a wsme.runtime module so that it can be used in all adapters 2013-04-08 15:45:08 +02:00
spore.py Rework the rest implementation. We now have a single protocol that can manupulate different dataformat thanks to the helpers provided by the xml, json and args modules (which will be used by the adapters too). Some corner cases still don't pass the unittest, and some code cleaning is required. 2012-11-07 18:19:11 +01:00
types.py Fix BaseMeta with six >= 1.4.0 2013-09-02 11:18:40 +02:00
utils.py Require the ordereddict package for py26. 2013-09-05 16:21:59 -04:00