WSGI Tackling Framework (WTF)

WTF (WSGI Tackling Framework) is a WSGI based meta-framework written in python with optional speedup code written in C.

WSGI is described here: <http://www.python.org/dev/peps/pep-0333/>

Meta-framework means, that the package helps you build your own framework out of it.

WTF is currently available for python2 versions only (starting with python 2.4). Python 3 is not supported yet.

Documentation

A generated API documentation is the only thing available right now.

Development Status

WTF does its work very well, but I’m still seeing the package in alpha stage.

License

WTF is available under the terms and conditions of the “Apache License, Version 2.0.” You’ll find the detailed licensing terms in the root directory of the source distribution package or online at http://www.apache.org/licenses/LICENSE-2.0.

Bugs

No bugs, of course. ;-) But if you’ve found one or have an idea how to improve WTF, feel free to send a pull request on github or send a mail to <wtf-bugs@perlig.de>.

Author Information

WTF was written and is maintained by André Malo.