Files
deb-python-wsme/doc/todo.rst
2011-10-20 15:14:45 +02:00

32 lines
526 B
ReStructuredText

TODO
====
WSME is a work in progress. Here is a list of things that should
be done :
- Add batch-calls for protocols that supports it.
- Implement new protocols :
- json-rpc
- xml-rpc
- Implement adapters for other framework :
- TurboGears 2
- Pyramid
- Pylons
- CherryPy
- others ?
- Add unittests for adapters
- Address the authentication subject (which should be handled by
some other wsgi framework/middleware, but a little integration
could help).