| 12
 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
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 
 | Source: python-scrapy
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders:
 Ignace Mouzannar <mouzannar@gmail.com>,
Section: python
Priority: optional
Build-Depends:
 bash-completion,
 debhelper (>= 11),
 dh-python,
 python-all,
 python3-all,
Build-Depends-Indep:
 libjs-jquery,
 python-botocore,
 python-functools32,
 python-jmespath,
 python-lxml,
 python-mock,
 python-parsel (>= 1.1.0-1~),
 python-pil,
 python-pydispatch,
 python-pytest,
 python-queuelib,
 python-setuptools,
 python-testfixtures,
 python-twisted-conch (>= 1:17.1.0),
 python-twisted-core (>= 17.1.0),
 python-twisted-web (>= 17.1.0),
 python-w3lib (>= 1.16.0-1~),
 python3-botocore,
 python3-jmespath,
 python3-lxml,
 python3-mock,
 python3-parsel (>= 1.1.0-1~),
 python3-pil,
 python3-pydispatch,
 python3-pytest,
 python3-queuelib,
 python3-setuptools,
 python3-sphinx,
 python3-sphinx-rtd-theme,
 python3-testfixtures,
 python3-twisted (>= 17.1.0),
 python3-w3lib (>= 1.16.0-1~),
Standards-Version: 4.1.3
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-scrapy
Vcs-Git: https://salsa.debian.org/python-team/modules/python-scrapy.git
Homepage: http://scrapy.org/
Testsuite: autopkgtest-pkg-python
Package: python-scrapy
Architecture: all
Depends:
 python-boto,
 python-cssselect,
 python-functools32,
 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-mysqldb,
 python-pil,
 python-pygments,
Suggests:
 python-openssl,
 python-scrapy-doc (= ${binary:Version}),
Description: Python web scraping and crawling framework (Python 2)
 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 scrapy module for Python 2.
Package: python-scrapy-doc
Architecture: all
Section: doc
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
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.
Package: python3-scrapy
Architecture: all
Depends:
 python3-boto,
 python3-cssselect,
 python3-libxml2,
 python3-lxml,
 python3-queuelib,
 python3-twisted,
 python3-w3lib (>= 1.8),
 ${misc:Depends},
 ${python3:Depends},
Recommends:
 ipython3,
 python3-mysqldb,
 python3-pil,
 python3-pygments,
Suggests:
 python-scrapy-doc (= ${binary:Version}),
 python3-openssl,
Description: Python web scraping and crawling framework (Python 3)
 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 scrapy module for Python 3.
 |