File: control

package info (click to toggle)
twill 0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,472 kB
  • ctags: 1,916
  • sloc: python: 12,686; java: 98; makefile: 18; sh: 2
file content (31 lines) | stat: -rw-r--r-- 1,210 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
31
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 (>= 5.0.37.2),
               cdbs (>= 0.4.49),
               python-dev (>= 2.3.5-11),
               python-support (>= 0.7.1),
               quilt
Build-Depends-Indep: xsltproc,
                     docbook-xsl,
                     docbook-xml,
Standards-Version: 3.8.0
Homepage: http://twill.idyll.org/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/twill/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/twill/trunk/

Package: python-twill
Architecture: all
Depends: ${python:Depends},
	 ${misc:Depends},
         python-mechanize (>= 0.1.7b-2),
         python-clientform (>= 0.2.6),
         python-pyparsing (>= 1.4.1)
Recommends: doc-base
Description: A 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.