Metadata-Version: 1.1
Name: proxies
Version: 1.3
Summary: Get latest http proxies.
Home-page: https://github.com/MyFaith/proxies
Author: MyFaith
Author-email: faith0725@outlook.com
License: MIT
Description: |PyPI| |PyPID| |PyPIV| |PyPIL| |PyPIS|
        
        获取最新的HTTP代理
        ------------------
        
        安装
        ^^^^
        
        ::
        
            pip install proxies
        
            OR:
        
        ::
        
            git clone https://github.com/MyFaith/proxies
            python setup.py install
        
        使用
        ^^^^
        
        ::
        
            from Proxies import Proxies
        
            p = Proxies()
            p.get_proxies(20, 1)
            # quantity: 数量
            # type: 类型 (1.国内高匿代理 2.国内普通代理 3.国外高匿代 4.国外普通代理)
            result = p.get_result()
            print(result)
        
        .. |PyPI| image:: https://img.shields.io/pypi/v/proxies.svg?maxAge=2592000
           :target: https://pypi.python.org/pypi/proxies
        .. |PyPID| image:: https://img.shields.io/pypi/dm/proxies.svg?maxAge=2592000
           :target: https://pypi.python.org/pypi/proxies
        .. |PyPIV| image:: https://img.shields.io/pypi/pyversions/proxies.svg?maxAge=2592000
           :target: https://pypi.python.org/pypi/proxies
        .. |PyPIL| image:: https://img.shields.io/pypi/l/proxies.svg?maxAge=2592000
           :target: https://pypi.python.org/pypi/proxies
        .. |PyPIS| image:: https://img.shields.io/pypi/status/proxies.svg?maxAge=2592000
           :target: https://pypi.python.org/pypi/proxies
        
Keywords: proxy,proxies,requests
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
