diff options
Diffstat (limited to 'www/py-klein/pkg-descr')
-rw-r--r-- | www/py-klein/pkg-descr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/www/py-klein/pkg-descr b/www/py-klein/pkg-descr new file mode 100644 index 000000000000..d50c3dfe9ab4 --- /dev/null +++ b/www/py-klein/pkg-descr @@ -0,0 +1,6 @@ +Klein is a micro-framework for developing production-ready web +services with Python. It is 'micro' in that it has an incredibly +small API similar to Bottle and Flask. It is not 'micro' in that +it depends on things outside the standard library. This is primarily +because it is built on widely used and well tested components like +Werkzeug and Twisted. |