File: control

package info (click to toggle)
twill 0.9-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,692 kB
  • ctags: 2,305
  • sloc: python: 12,685; java: 98; makefile: 16; sh: 2
file content (30 lines) | stat: -rw-r--r-- 1,150 bytes parent folder | download
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
Source: twill
Section: python
Priority: optional
Maintainer: Arnaud Fontaine <arnau@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9~),
               cdbs (>= 0.4.90~),
               python (>= 2.6.6-3~),
               dh-python
Build-Depends-Indep: xsltproc,
                     docbook-xsl,
                     docbook-xml
Standards-Version: 3.9.8
X-Python-Version: >= 2.3
Homepage: http://twill.idyll.org/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/twill.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/twill.git

Package: python-twill
Architecture: all
Depends: ${python:Depends},
	 ${misc:Depends},
         python-mechanize (>= 0.2.0~),
         python-pyparsing (>= 1.4.1)
Recommends: doc-base
Description: Simple scripting language for Web browsing
 Twill is a simple scripting language intended for programmatic or
 automated browsing of Web sites. It allows users to browse the Web
 from a command-line interface. So, you can navigate through Web sites
 that use forms, cookies, and most standard Web features.