mirror of https://github.com/scrapy/scrapy.git
24 lines
830 B
Plaintext
24 lines
830 B
Plaintext
Source: scrapy
|
|
Section: python
|
|
Priority: optional
|
|
Maintainer: Insophia Team <info@insophia.com>
|
|
Build-Depends: debhelper (>= 7.0.50), python (>=2.5), python-twisted
|
|
Standards-Version: 3.8.4
|
|
Homepage: http://scrapy.org/
|
|
|
|
Package: scrapy
|
|
Architecture: all
|
|
Depends: ${python:Depends}, python-libxml2, python-twisted, python-openssl
|
|
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: scrapy-service
|
|
Architecture: all
|
|
Depends: scrapy
|
|
Description: Scrapy Service
|
|
This package provides support for running Scrapy as a system service,
|
|
controlled through an upstart script.
|