Metadata-Version: 2.0
Name: scrapy-x
Version: 1.9
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
========
A distributed, scalable and lightweight environment for deploying and running scrapy spiders/projects with no-hassle on commodity hardware, also it is compatible with scrapyd `/schedule.json` and `/daemonstatus.json`
 , for more info go there: https://github.com/alash3al/scrapy-x

Install
=======

The quick way::

    pip install scrapy-x




