Metadata-Version: 1.2
Name: Scrapy-Httpproxy
Version: 0.0.5
Summary: A middleware of http proxy for Scrapy
Home-page: https://github.com/grammy-jiang/scrapy-httpproxy
Author: Scrapy Enhancement developers
Maintainer: Grammy Jiang
Maintainer-email: grammy.jiang@gmail.com
License: BSD
Description: ================
        Scrapy Httpproxy
        ================
        
        .. image:: https://img.shields.io/pypi/v/scrapy-httpproxy.svg
           :target: https://pypi.python.org/pypi/scrapy-httpproxy
           :alt: PyPI
        
        .. image:: https://img.shields.io/pypi/pyversions/scrapy-httpproxy.svg
           :target: https://pypi.python.org/pypi/scrapy-httpproxy
           :alt: PyPI - Python Version
        
        .. image:: https://img.shields.io/travis/grammy-jiang/scrapy-httpproxy/master.svg
           :target: http://travis-ci.org/grammy-jiang/scrapy-httpproxy
           :alt: Travis branch
        
        .. image:: https://img.shields.io/pypi/wheel/scrapy-httpproxy.svg
           :target: https://pypi.python.org/pypi/scrapy-httpproxy
           :alt: PyPI - Wheel
        
        .. image:: https://img.shields.io/codecov/c/github/grammy-jiang/scrapy-httpproxy/master.svg
           :target: http://codecov.io/github/grammy-jiang/scrapy-httpproxy?branch=master
           :alt: Codecov branch
        
        Overview
        ========
        
        
        Requirements
        ============
        
        * Python 2.7 or Python 3.4+
        * Works on Linux, Windows, Mac OSX, BSD
        
        Installation
        ============
        
        The quick way:
        
           pip install scrapy-httpproxy
        
        For more details see the installation section in the documentation:
        https://scrapy-httpproxy.readthedocs.io/en/latest/intro/installation.html
        
        Documentation
        =============
        
        Documentation is available online at
        https://scrapy-httpproxy.readthedocs.io/en/latest/ and in the ``docs`` directory.
        
        Releases
        ========
        
        You can find release notes at
        https://scrapy-httpproxy.readthedocs.io/en/latest/news.html
        
        Community (blog, twitter, mail list, IRC)
        =========================================
        
        *Keeping this section same as Scrapy is intending to benefit back to Scrapy.*
        
        See https://scrapy.org/community/
        
        Contributing
        ============
        
        *Keeping this section same as Scrapy is intending to be easier when this repo
        merge back to Scrapy.*
        
        See https://doc.scrapy.org/en/master/contributing.html
        
        Code of Conduct
        ---------------
        
        Please note that this project is released with a Contributor Code of Conduct
        (see https://github.com/scrapy/scrapy/blob/master/CODE_OF_CONDUCT.md).
        
        By participating in this project you agree to abide by its terms.
        Please report unacceptable behavior to opensource@scrapinghub.com.
        
        
        Companies using Scrapy
        ======================
        
        *Keeping this section same as Scrapy is intending to benefit back to Scrapy.*
        
        See https://scrapy.org/companies/
        
        Commercial Support
        ==================
        
        *Keeping this section same as Scrapy is intending to benefit back to Scrapy.*
        
        See https://scrapy.org/support/
        
Platform: UNKNOWN
Classifier: Framework :: Scrapy
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
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: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
