Metadata-Version: 2.1
Name: scrapy-extensions
Version: 0.2.0
Summary: A collection of Scrapy extensions and other utilities
Home-page: https://gitlab.com/mshepherd/scrapy-extensions
Author: Markus Shepherd
Author-email: markus.r.shepherd@gmail.com
License: MIT
Project-URL: Documentation, https://gitlab.com/mshepherd/scrapy-extensions/blob/master/README.md
Project-URL: Source, https://gitlab.com/mshepherd/scrapy-extensions
Project-URL: Tracker, https://gitlab.com/mshepherd/scrapy-extensions/issues
Keywords: Scrapy,extension,extensions,utilities,items,loaders,loggers,middleware,pipelines
Platform: UNKNOWN
Classifier: Framework :: Scrapy
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
Requires-Dist: pytility
Requires-Dist: jmespath
Requires-Dist: Scrapy
Requires-Dist: Twisted
Requires-Dist: w3lib
Provides-Extra: articles
Requires-Dist: html2text ; extra == 'articles'
Requires-Dist: readability-lxml ; extra == 'articles'
Provides-Extra: geo
Requires-Dist: python-geohash ; extra == 'geo'


# scrapy-extensions

A collection of Scrapy extensions and other utilities. Install it from
[PyPI](https://pypi.org/project/scrapy-extensions/):

```bash
pip install scrapy-extensions
```


