1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: webpy
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Martin <debacle@debian.org>
Build-Depends: debhelper-compat (= 13),
dh-python,
pybuild-plugin-pyproject,
python3-all,
python3-cheroot,
python3-legacy-cgi,
python3-psycopg2,
python3-pymysql,
python3-pytest,
python3-setuptools,
python3-sphinx,
Standards-Version: 4.0.1
Rules-Requires-Root: no
Homepage: https://webpy.org/
Vcs-Git: https://salsa.debian.org/python-team/packages/webpy.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/webpy
Package: python3-webpy
Architecture: all
Depends: ${python3:Depends},
${misc:Depends},
python3-cheroot,
python3-legacy-cgi,
Recommends: python3-psycopg2 | python3-pysqlite2 | python3-pysqlite1.1 | python3-sqlite | python3-mysqldb | python3-kinterbasdb
Description: Web framework for Python applications
Web.py by Aaron Swartz offers a clean and well designed API for Python web
applications.
.
The philosophy behind web.py is to: "Think about the ideal way to write a
web app. Write the code to make it happen."
.
Implementations using this library have resulted in:
* less code
* code that ran faster
* code that is easier to read and maintain.
.
This package provides the Python 3.x module.
Package: python-webpy-doc
Section: doc
Architecture: all
Depends: libjs-jquery, ${misc:Depends}, ${sphinxdoc:Depends}
Multi-Arch: foreign
Description: Web framework for Python applications
Web.py by Aaron Swartz offers a clean and well designed API for Python web
applications.
.
The philosophy behind web.py is to: "Think about the ideal way to write a
web app. Write the code to make it happen."
.
Implementations using this library have resulted in:
* less code
* code that ran faster
* code that is easier to read and maintain.
.
This package provides the documentation.
|