1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-24 01:44:18 +00:00
scrapy/debian/control

19 lines
736 B
Plaintext

Source: scrapy
Section: python
Priority: optional
Maintainer: Insophia Team <info@insophia.com>
Build-Depends: debhelper (>= 7.0.50), python-twisted
Build-Depends-Indep: python-support, python, python-sphinx, libjs-jquery
Standards-Version: 3.8.4
Homepage: http://scrapy.org/
Package: scrapy
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-libxml2, python-twisted, python-openssl
Provides: ${python:Provides}
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.