wsme/doc/todo.rst
Christophe de Vienne 8d4fa3c8e8 updated the todo list
2011-10-29 00:24:51 +02:00

456 B

TODO

WSME is a work in progress. Here is a list of things that should be done :

  • Implement new protocols :
    • json-rpc
    • xml-rpc
  • Implement adapters for other framework :
    • TurboGears 2
    • 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).