File: control

package info (click to toggle)
python-scrapy 0.24.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,240 kB
  • ctags: 4,259
  • sloc: python: 21,170; xml: 199; makefile: 67; sh: 44
file content (63 lines) | stat: -rw-r--r-- 1,992 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
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
62
63
Source: python-scrapy
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Ignace Mouzannar <mouzannar@gmail.com>
Build-Depends: bash-completion, debhelper (>= 7.0.50~), python (>= 2.6.6-3~)
Build-Depends-Indep:
 libjs-jquery,
 python-sphinx,
 python-twisted-conch,
 python-twisted-core,
 python-twisted-web
X-Python-Version: >= 2.7
Standards-Version: 3.9.5
Homepage: http://scrapy.org/
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-scrapy/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-scrapy/trunk/

Package: python-scrapy
Architecture: all
Depends:
 python-boto,
 python-cssselect,
 python-libxml2,
 python-queuelib,
 python-twisted-conch,
 python-twisted-core,
 python-twisted-mail,
 python-twisted-web,
 python-w3lib (>= 1.2),
 ${misc:Depends},
 ${python:Depends}
Recommends:
 ipython,
 python-django,
 python-guppy,
 python-imaging,
 python-lxml,
 python-mysqldb,
 python-pygments,
 python-simplejson | python (>= 2.6)
Provides: ${python:Provides}
Suggests: python-openssl
Description: Python web scraping and crawling framework
 Scrapy is a fast high-level screen scraping and web crawling framework,
 used to crawl websites and extract structured data from their pages.
 It can be used for a wide range of purposes, from data mining to
 monitoring and automated testing.
 .
 This package provides the python-scrapy script and modules.

Package: python-scrapy-doc
Architecture: all
Depends: ${misc:Depends}
Recommends: libjs-jquery, libjs-underscore
Section: doc
Description: Python web scraping and crawling framework documentation
 Scrapy is a fast high-level screen scraping and web crawling framework,
 used to crawl websites and extract structured data from their pages.
 It can be used for a wide range of purposes, from data mining to
 monitoring and automated testing.
 .
 This package provides the python-scrapy documentation in HTML format.