Metadata-Version: 1.0
Name: Google-Safe-Browsing-v2-Lookup
Version: 0.2.1
Summary: Client to interact with the Google Safe Browsing v3 Lookup API
Home-page: https://github.com/juliensobrier/google-safe-browsing-lookup-python
Author: Julien Sobrier
Author-email: julien@sobrier.net
License: Apache
Description: Google Safe Browsing v3 Lookup version 0.2
        ================================
        
        Google Safe Browsing Lookup library for Python.
        
        If you need to check less than 10,000 URLs a day against the Google Safe Browsing v2 API (https://developers.google.com/safe-browsing/lookup_guide), you can use the Lookup API (https://developers.google.com/safe-browsing/lookup_guide) as a lighter alternative to the more complex API (https://developers.google.com/safe-browsing/developers_guide_v3).
        
        You need to get an API key from Google at https://code.google.com/apis/console/
        
        You can install the library from PyPI: http://pypi.python.org/pypi/Google%20Safe%20Browsing%20v2%20Lookup/
        
        The source code can be found on github at https://github.com/juliensobrier/google-safe-browsing-lookup-python
        
        
        
        INSTALLATION
        
            python setup.py install
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
