debian-quixote3/debian/control

60 lines
2.1 KiB
Plaintext

Source: quixote3
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
Neil Schemenauer <nas@debian.org>,
Build-Depends:
debhelper-compat (= 11),
dh-python,
python3-all,
python3-all-dev,
python3-setuptools,
Standards-Version: 4.2.1
Rules-Requires-Root: no
Homepage: http://www.mems-exchange.org/software/quixote/
Package: python3-quixote
Architecture: any
Depends:
${misc:Depends},
${python3:Depends},
${shlibs:Depends},
Suggests:
python3-quixote-doc,
Description: Highly Pythonic Web application framework (Python 3)
Quixote is yet another framework for developing Web applications in
Python. The design goals were:
.
1) To allow easy development of Web applications where the
emphasis is more on complicated programming logic than
complicated templating.
.
2) To make the templating language as similar to Python as possible,
in both syntax and semantics. The aim is to make as many of the
skills and structural techniques used in writing regular Python
code applicable to Web applications built using Quixote.
.
3) No magic. When it's not obvious what to do in
a certain case, Quixote refuses to guess.
.
If you view a web site as a program, and web pages as subroutines,
Quixote just might be the tool for you. If you view a web site as a
graphic design showcase, and each web page as an individual work of
art, Quixote is probably not what you're looking for.
Package: python3-quixote-doc
Section: doc
Depends:
${misc:Depends},
Architecture: all
Description: Quixote web application framework documentation
This package contains the documentation and examples for Quixote.
Quixote is yet another framework for developing Web applications in
Python. If you view a web site as a program, and web pages as
subroutines, Quixote just might be the tool for you. If you view a
web site as a graphic design showcase, and each web page as an
individual work of art, Quixote is probably not what you're looking for.
The full list of its design goals is listed in the description to
python-quixote package.