This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wsme
Code
Issues
Proposed changes
Files
3850d3dffba9ae83e1eb55a0e1b224b7c3a86ca4
deb-python-wsme
/
wsme
History
Christophe de Vienne
3850d3dffb
Fix a test
2011-10-15 21:53:11 +02:00
..
protocols
Remove the soap protocol (I am moving it to wsme-soap
2011-10-13 16:59:34 +02:00
tests
Fix a test
2011-10-15 21:53:11 +02:00
__init__.py
Change the way framework adapters works. Now the adapter modules have a simple adapt function that adapt a :class:
wsme.WSRoot
instance. This way a same root can be integrated in several framework.
2011-10-11 22:51:21 +02:00
controller.py
Protocols are now stored in a list so that the order is considered when selecting the right protocol for a request.
2011-10-14 18:14:43 +02:00
exc.py
Improve ClientSideError interface + raise wsme.exc coverage to 100%
2011-10-11 13:49:57 +02:00
release.py
Going 0.1.0 now that at least 1 application is runnging wsme. We are still in alpha state though.
2011-10-14 18:15:58 +02:00
rest.py
Added an adapter for TG1
2011-10-10 23:13:41 +02:00
tg1.py
Change the way framework adapters works. Now the adapter modules have a simple adapt function that adapt a :class:
wsme.WSRoot
instance. This way a same root can be integrated in several framework.
2011-10-11 22:51:21 +02:00
types.py
Documented most of the api
2011-10-11 16:15:13 +02:00
utils.py
A few utility functions
2011-09-23 20:33:10 +02:00
wsgi.py
Change the way framework adapters works. Now the adapter modules have a simple adapt function that adapt a :class:
wsme.WSRoot
instance. This way a same root can be integrated in several framework.
2011-10-11 22:51:21 +02:00