2011-01-28 16:22:39 -02:00
|
|
|
Source: scrapy-SUFFIX
|
2010-06-11 01:18:16 -03:00
|
|
|
Section: python
|
|
|
|
Priority: optional
|
|
|
|
Maintainer: Insophia Team <info@insophia.com>
|
2012-04-10 15:52:14 -03:00
|
|
|
Build-Depends: debhelper (>= 7.0.50), python (>=2.6), python-twisted, python-w3lib, python-lxml
|
2010-06-11 01:18:16 -03:00
|
|
|
Standards-Version: 3.8.4
|
|
|
|
Homepage: http://scrapy.org/
|
|
|
|
|
2011-01-28 16:22:39 -02:00
|
|
|
Package: scrapy-SUFFIX
|
2010-06-11 01:18:16 -03:00
|
|
|
Architecture: all
|
2012-04-10 15:52:14 -03:00
|
|
|
Depends: ${python:Depends}, python-lxml, python-twisted, python-openssl, python-w3lib (>= 1.1-r23)
|
2011-05-01 11:00:02 -03:00
|
|
|
Recommends: python-setuptools
|
2011-01-04 13:56:28 -02:00
|
|
|
Conflicts: python-scrapy, scrapy, scrapy-0.11
|
2010-11-17 17:08:21 -02:00
|
|
|
Provides: python-scrapy, scrapy
|
2010-07-31 15:50:12 -03:00
|
|
|
Description: Python web crawling and scraping framework
|
2010-06-11 01:18:16 -03:00
|
|
|
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.
|
2010-07-31 15:50:12 -03:00
|
|
|
|
2011-01-28 16:22:39 -02:00
|
|
|
Package: scrapyd-SUFFIX
|
2010-07-31 15:50:12 -03:00
|
|
|
Architecture: all
|
2012-01-13 10:55:20 -02:00
|
|
|
Depends: scrapy-SUFFIX (>= ${source:Version}), python-setuptools
|
2011-01-04 13:56:28 -02:00
|
|
|
Conflicts: scrapyd, scrapyd-0.11
|
2010-11-17 17:08:21 -02:00
|
|
|
Provides: scrapyd
|
2010-07-31 15:50:12 -03:00
|
|
|
Description: Scrapy Service
|
2010-09-03 15:54:42 -03:00
|
|
|
The Scrapy service allows you to deploy your Scrapy projects by building
|
|
|
|
Python eggs of them and uploading them to the Scrapy service using a JSON API
|
|
|
|
that you can also use for scheduling spider runs. It supports multiple
|
|
|
|
projects also.
|