Metadata-Version: 2.1
Name: scrapy-crawlera
Version: 1.7.2
Summary: Crawlera middleware for Scrapy
Home-page: https://github.com/scrapy-plugins/scrapy-crawlera
Author: Scrapinghub
Author-email: opensource@scrapinghub.com
Maintainer: Raul Gallegos
Maintainer-email: raul.ogh@gmail.com
License: BSD
Platform: Any
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Framework :: Scrapy
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: Proxy Servers
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: scrapy (>=1.0.0)
Requires-Dist: six
Requires-Dist: w3lib

===============
scrapy-crawlera
===============

.. image:: https://img.shields.io/pypi/v/scrapy-crawlera.svg
   :target: https://pypi.python.org/pypi/scrapy-crawlera
   :alt: PyPI Version

.. image:: https://travis-ci.org/scrapy-plugins/scrapy-crawlera.svg?branch=master
   :target: http://travis-ci.org/scrapy-plugins/scrapy-crawlera
   :alt: Build Status

.. image:: http://codecov.io/github/scrapy-plugins/scrapy-crawlera/coverage.svg?branch=master
   :target: http://codecov.io/github/scrapy-plugins/scrapy-crawlera?branch=master
   :alt: Code Coverage

scrapy-crawlera provides easy use of `Crawlera <http://scrapinghub.com/crawlera>`_ with Scrapy.

Requirements
============

* Python 2.7 or Python 3.4+
* Scrapy

Installation
============

You can install scrapy-crawlera using pip::

    pip install scrapy-crawlera


Documentation
=============

Documentation is available online at https://scrapy-crawlera.readthedocs.io/ and in the ``docs`` directory.


