File: control

package info (click to toggle)
python-scrapy 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,468 kB
  • ctags: 4,468
  • sloc: python: 22,154; xml: 199; makefile: 76; sh: 3
file content (63 lines) | stat: -rw-r--r-- 2,026 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~), dh-python
Build-Depends-Indep:
 libjs-jquery,
 python-setuptools,
 python-sphinx, python-sphinx-rtd-theme,
 python-twisted-conch,
 python-twisted-core,
 python-twisted-web
X-Python-Version: >= 2.7
Standards-Version: 3.9.8
Homepage: http://scrapy.org/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-scrapy.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-scrapy.git

Package: python-scrapy
Architecture: all
Depends:
 python-boto,
 python-cssselect,
 python-libxml2,
 python-lxml,
 python-queuelib,
 python-twisted-conch,
 python-twisted-core,
 python-twisted-mail,
 python-twisted-web,
 python-w3lib (>= 1.8),
 ${misc:Depends},
 ${python:Depends}
Recommends:
 ipython,
 python-django,
 python-guppy,
 python-imaging,
 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}, ${sphinxdoc:Depends}
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.