Metadata-Version: 2.1
Name: googleads
Version: 26.0.0
Summary: Google Ads Python Client Library
Home-page: https://github.com/googleads/googleads-python-lib
Author: Mark Saniscalchi
Author-email: api.msaniscalchi@gmail.com
License: Apache License 2.0
Keywords: adwords dfp admanager google
Platform: any
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: google-auth<2.0.0,>=1.0.0
Requires-Dist: google-auth-oauthlib<1.0.0,>=0.0.1
Requires-Dist: pytz>=2015.7
Requires-Dist: PyYAML<6.0,>=5.1
Requires-Dist: requests<3.0.0,>=2.0.0
Requires-Dist: xmltodict<1.0.0,>=0.9.2
Requires-Dist: zeep>=2.5.0


===========================================
The googleads Python Client Libraries
===========================================

The googleads Python Client Libraries support the following products:

* AdWords API
* Google Ad Manager API

You can find more information about the Google Ads Python Client Libraries
`here <https://github.com/googleads/googleads-python-lib>`_.

Supported Python Versions
=========================

This library is supported for Python 3.6+.

Installation
============

You have two options for installing the Ads Python Client Libraries:

* Install with a tool such as pip::

  $ sudo pip install googleads

* Install manually after downloading and extracting the tarball::

  $ sudo python setup.py install

Examples
========

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>`_.

Contact Us
==========

Do you have an issue using the googleads 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>`_.
