Metadata-Version: 2.0
Name: freeproxy
Version: 1.0.1
Summary: Get http proxies from some free proxy sites
Home-page: https://github.com/yieldnull/freeproxy
Author: YieldNull
Author-email: yieldnull@gmail.com
License: MIT
Keywords: proxy spider
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: requests
Requires-Dist: peewee
Requires-Dist: gevent
Requires-Dist: beautifulsoup4

Usage
``````
.. code:: python


    usage: freeproxy [-h] [-l] [-t] URL

    Get http proxies from some free proxy sites

    positional arguments:
      URL         The url for testing proxies. Like "https://www.google.com"

    optional arguments:
      -h, --help  show this help message and exit
      -l          Logging debug messages to a file
      -t          Test availability of proxies stored in db

Links
`````````
* `website <https://github.com/YieldNull/freeproxy>`_


