Metadata-Version: 2.0
Name: scrapy-x
Version: 1.5
Summary: a scrapy subcommand for easily enqueuing crawling jobs in a scalable and high performance way
Home-page: https://github.com/alash3al/scrapyx
Author: Mohamed Al Ashaal
Author-email: m7medalash3al@gmail.com
License: Apache License V2.0
Platform: UNKNOWN
Requires-Python: >=3.6.9
Requires-Dist: Scrapy
Requires-Dist: uvicorn[standard]
Requires-Dist: scrapydo
Requires-Dist: coloredlogs
Requires-Dist: redis
Requires-Dist: fastapi

Overview
========

ScrapyX is a subcommand for scrapy enables you to easily convert your scrapy project to a simple, 
distributed and high-performance crawling platform, for more info go there: https://github.com/alash3al/scrapy-x

Install
=======

The quick way::

    pip install scrapy-x




