python-scrapy 2.12.0
High-level Web crawling and Web scraping framework
Scrapy is a fast high-level web crawling and web scraping 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.
- Outputs:
out
- Website: https://scrapy.org
- Licenses: Modified BSD
- Package source: gnu/packages/python-web.scm
- Builds: See build status
- Issues: See known issues
Installation
Install python-scrapy 2.12.0
as follows:
guix install python-scrapy@2.12.0
Or install the latest version:
guix install python-scrapy
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.