Metadata-Version: 1.0
Name: adspygoogle-nopyxml
Version: 1.1.6
Summary: Google Ads Python Client Library (no pyXML edition)
Home-page: https://github.com/lociii/googleads-python-lib
Author: Jens Nistler
Author-email: opensource@jensnistler.de
License: Apache License 2.0
Description: ===========================================
        The Google Ads APIs Python Client Libraries
        ===========================================
        
        The Google Ads APIs Python Client Libraries support the following products:
        
        * AdWords API Python Client Library v15.12.0
        * DoubleClick for Advertisers API Python Client Library v2.4.1
        * DFP API Python Client Library v9.10.0
        
        You can find more information about the Google Ads Python Client Libraries
        `here <https://github.com/googleads/googleads-python-lib/>`_.
        
        Installation
        ============
        
        You have two options for installing the Ads Python Client Libraries:
        
        * Install with a tool such as pip::
        
          $ sudo pip install adspygoogle-nopyxml
        
        * Install manually after downloading and extracting the tarball::
        
          $ sudo python setup.py install
        
        Examples and Configuration Scripts
        ==================================
        
        This package only provides the core components necessary to use the client
        libraries. If you would like to obtain example code for any of the included
        client libraries, you can find it on our
        `downloads page <https://github.com/googleads/googleads-python-lib/releases>`_.
        
        XML Parser
        ============
        
        * cElementTree is used as default for Python >= 2.7
        * pyXML is used as default for Python < 2.7
        
        This behaviour prevents `this bug <https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1238244/>`_
        
        Contact Us
        ==========
        
        Do you have an issue using the Ads Python Client Libraries? Or perhaps some
        feedback for how we can improve them? Feel free to let us know on our
        `issue tracker <https://github.com/googleads/googleads-python-lib/issues>`_.
        
Keywords: adwords adxbuyer dfp dfa google
Platform: any
