Source: okasha
Section: non-free/python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy@sabily.org>
Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3~)
Standards-Version: 3.9.2
Homepage: http://okasha.ojuba.org
Vcs-Svn: svn://svn.debian.org/python-modules/packages/okasha/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/okasha/trunk/
X-Python-Version: >= 2.6

Package: python-okasha
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: python-paste, python-lxml, python-kid
Breaks: ${python:Breaks}
Description: trivial WSGI web framework for Python
 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

Package: python-okasha-examples
Architecture: all
Depends: ${python:Depends},
 ${misc:Depends},
 python-okasha,
 libjs-jquery,
 python-paste
Description: trivial WSGI web framework for Python (examples)
 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
 .
 This package contains an example application using Okasha web framework.
