This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wsme
Code
Issues
Proposed changes
Files
dcd2d9233fdfc87e2e89d8b321db8034974036a2
deb-python-wsme
/
wsme
History
Christophe de Vienne
dcd2d9233f
PEP8
2012-12-06 15:19:19 +01:00
..
rest
Remove useless imports
2012-11-28 21:02:58 +01:00
tests
tighten up validate_value logic and allow string promotion to integers
2012-12-05 10:51:50 -05: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
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
cornice.py
Start working on adding protocols when used as a cornice complement
2012-10-25 21:35:08 +02:00
exc.py
test_types unit tests now successfully pass under python 3.2
2012-04-24 10:47:27 +02:00
pecan.py
resolve types in pecan.wsexpose. It is a temporary solution.
2012-11-29 22:24:39 +01: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
Change the scan_api interface. It now yield the original function and static args (typically the 'self' attribute). Thanks to that the lookup_function method of WSRoot can access functions outside the WSRoot.
2012-11-26 01:25:51 +01:00
sphinxext.py
PEP8
2012-12-06 15:19:19 +01: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
tg1.py
Reorganise the tg1x adapters, and make the tg 1.5 adapter able to handle multiprotocol on 'native' rest
2012-11-26 13:55:27 +01:00
tg11.py
Adapter for turbogears 1.1
2012-11-28 22:35:17 +01:00
tg15.py
Reorganise the tg1x adapters, and make the tg 1.5 adapter able to handle multiprotocol on 'native' rest
2012-11-26 13:55:27 +01:00
types.py
tighten up validate_value logic and allow string promotion to integers
2012-12-05 10:51:50 -05:00
utils.py
Python <2.7 compat
2012-11-07 22:37:35 +01:00