mirror of
https://github.com/scrapy/scrapy.git
synced 2025-02-23 07:23:40 +00:00
31 lines
1.2 KiB
Plaintext
31 lines
1.2 KiB
Plaintext
Source: scrapy-SUFFIX
|
|
Section: python
|
|
Priority: optional
|
|
Maintainer: Insophia Team <info@insophia.com>
|
|
Build-Depends: debhelper (>= 7.0.50), python (>=2.6), python-twisted, python-w3lib
|
|
Standards-Version: 3.8.4
|
|
Homepage: http://scrapy.org/
|
|
|
|
Package: scrapy-SUFFIX
|
|
Architecture: all
|
|
Depends: ${python:Depends}, python-libxml2, python-twisted, python-openssl, python-w3lib (>= 1.1-r23)
|
|
Recommends: python-setuptools
|
|
Conflicts: python-scrapy, scrapy, scrapy-0.11
|
|
Provides: python-scrapy, scrapy
|
|
Description: Python web crawling and scraping 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.
|
|
|
|
Package: scrapyd-SUFFIX
|
|
Architecture: all
|
|
Depends: scrapy-SUFFIX (>= ${source:Version}), python-setuptools
|
|
Conflicts: scrapyd, scrapyd-0.11
|
|
Provides: scrapyd
|
|
Description: Scrapy Service
|
|
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.
|