File: todo.rst

package info (click to toggle)
python-wsme 0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 956 kB
  • ctags: 1,831
  • sloc: python: 8,452; makefile: 138
file content (31 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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 :

    -   TurboGears 2

    -   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).