python3-okasha

trivial WSGI web framework for Python
  https://ojuba.org/okasha:%D8%A7%D9%84%D8%B1%D8%A6%D9%8A%D8%B3%D8%A9
  0
  no reviews



Almost do-nothing web framework that features: * WSGI-enabled ie. can be used with mod_wsgi, mod_python, Fast CGI, CGI, with paste or even without even a server * light weight * can be tuned to be suitable for desktop apps or public web servers * no extra dependencies * very simple * Contains a module to add support for XSLT-based templates (requires python-lxml package) * Contains a module to add support for Kid-based templates (requires python-kid package) * Contains a module to add support for Bottle-based templates