wsme/doc/todo.rst
Stephen Finucane a9faca002b Remove turbogears integration
No one in OpenStack that's still using this is using turbogears. Kill
it.

Change-Id: Ifeff1f40834289093dd997ce34fc3b42c3abbc13
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2019-05-02 09:41:00 -06:00

483 B

TODO

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

  • Use gevents for batch-calls
  • Implement new protocols :
    • json-rpc
    • xml-rpc
  • Implement adapters for other frameworks :
    • Pylons
    • CherryPy
    • Flask
    • 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).