Metadata-Version: 2.1
Name: jsw-scrapy
Version: 1.0.11
Summary: Jsw for scrapy.
Home-page: https://js.work
Author: feizheng
Author-email: 1290657123@qq.com
Requires-Python: >=3.7,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: bs4 (>=0.0.1,<0.0.2)
Requires-Dist: fake-useragent (>=0.1.11,<0.2.0)
Requires-Dist: jsw-nx (>=1.0.87,<2.0.0)
Requires-Dist: psutil (>=5.9.0,<6.0.0)
Requires-Dist: ruamel.yaml (>=0.17.21,<0.18.0)
Project-URL: Repository, https://github.com/aric-pypi/jsw-scrapy
Description-Content-Type: text/markdown

# jsw-scrapy
> Jsw for scrapy.

## installation
- https://pypi.org/project/jsw-scrapy/
```shell
pip install jsw-scrapy -U
```

## usage
```python
from jsw_scrapy.spiders.base_spider import BaseSpider
from jsw_scrapy.pipelines.base_pipeline import BasePipeline
```

