This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-wsme
Code
Issues
Proposed changes
Files
05d62db7bd886bef9463a239aa634bb65d84e001
deb-python-wsme
/
wsme
History
Christophe de Vienne
05d62db7bd
Fix doc
2011-10-13 13:53:31 +02:00
..
protocols
Fix doc
2011-10-13 13:53:31 +02:00
tests
Protocols are now found through entry points
2011-10-12 23:18:27 +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
WSRoot.addprotocol now takes keywords parameters and transmit them to getprotocol for instanciating the protocol
2011-10-13 13:53:02 +02:00
exc.py
Improve ClientSideError interface + raise wsme.exc coverage to 100%
2011-10-11 13:49:57 +02:00
release.py
Update the doc and the version number
2011-10-12 23:30:13 +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