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
|
Source: python-ghost
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: W. Martin Borgert <debacle@debian.org>
Build-Depends: debhelper (>= 9), dh-python, python-setuptools, python-all (>= 2.7~), python3-all, python3-setuptools, python-django, python3-django
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=python-modules/packages/python-ghost.git;a=summary
Vcs-Git: git://anonscm.debian.org/git/python-modules/packages/python-ghost.git
Homepage: http://jeanphix.me/Ghost.py/
Package: python-ghost
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-pyside
Provides: ${python:Provides}
Description: webkit web client library
Ghost.py is a scriptable web browser as Python library, based on
WebKit. It support JavaScript and can be used e.g. for testing,
web scraping, and automation.
.
This package provides the Python 2.x module.
Package: python3-ghost
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}, python3-pyside
Provides: ${python3:Provides}
Description: webkit web client library
Ghost.py is a scriptable web browser as Python library, based on
WebKit. It support JavaScript and can be used e.g. for testing,
web scraping, and automation.
.
This package provides the Python 3.x module.
|