File: todo.rst

package info (click to toggle)
python-wsme 0.12.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 616 kB
  • sloc: python: 6,064; makefile: 27; javascript: 8
file content (29 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (3)
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
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).