Metadata-Version: 2.4
Name: google-ads
Version: 31.3.0
Summary: Client library for the Google Ads API
Author-email: Google LLC <googleapis-packages@google.com>
License-Expression: Apache-2.0
Project-URL: Repository, https://github.com/googleads/google-ads-python
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Python: <3.15,>=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: google-auth-oauthlib<2.0.0,>=1.0.0
Requires-Dist: google-api-core<=3.0.0,>=2.13.0
Requires-Dist: google-api-core<=3.0.0,>=2.22.0; python_version >= "3.13"
Requires-Dist: googleapis-common-protos<2.0.0,>=1.56.3
Requires-Dist: googleapis-common-protos<2.0.0,>=1.63.2; python_version >= "3.13"
Requires-Dist: grpcio<2.0.0,>=1.59.0
Requires-Dist: grpcio<2.0.0,>=1.66.2; python_version >= "3.13"
Requires-Dist: grpcio<2.0.0,>=1.75.1; python_version >= "3.14"
Requires-Dist: grpcio-status<2.0.0,>=1.59.0
Requires-Dist: grpcio-status<2.0.0,>=1.66.2; python_version >= "3.13"
Requires-Dist: grpcio-status<2.0.0,>=1.75.1; python_version >= "3.14"
Requires-Dist: proto-plus<2.0.0,>=1.22.3
Requires-Dist: proto-plus<2.0.0,>=1.25.0; python_version >= "3.13"
Requires-Dist: PyYAML<7.0,>=5.1
Requires-Dist: protobuf<7.0.0,>=4.25.0; python_version < "3.10"
Requires-Dist: protobuf<8.0.0,>=4.25.0; python_version >= "3.10"
Requires-Dist: protobuf>=5.26.1; python_version >= "3.13"
Provides-Extra: tests
Requires-Dist: nox>=2025.02.09; extra == "tests"
Dynamic: license-file

Google Ads API Client Library for Python
========================================

This project hosts the Python client library for the Google Ads API.

Build Status
------------
|build-status|

Requirements
------------
* Python 3.9+

Installation
------------
.. code-block::

  pip install google-ads

Features
--------
* Distributed via PyPI.
* Easy management of credentials.
* Easy creation of Google Ads API service clients.

Documentation
-------------
Please refer to our `Developer Site`_ for documentation on how to install,
configure, and use this client library.

Miscellaneous
-------------

* `Issue tracker`_
* `API documentation`_
* `API Support`_

Authors
-------

* `Mark Saniscalchi`_
* `David Wihl`_
* `Ben Karl`_
* `Andrew Burke`_
* `Laura Chevalier`_
* `Bob Hancock`_

.. |build-status| image:: https://storage.googleapis.com/gaa-clientlibs/badges/google-ads-python/buildstatus_ubuntu.svg
.. _Developer Site: https://developers.google.com/google-ads/api/docs/client-libs/python/
.. _Issue tracker: https://github.com/googleads/google-ads-python/issues
.. _API documentation: https://developers.google.com/google-ads/api/
.. _API Support: https://developers.google.com/google-ads/api/support
.. _Mark Saniscalchi: https://github.com/msaniscalchi
.. _David Wihl: https://github.com/wihl
.. _Ben Karl: https://github.com/BenRKarl
.. _Andrew Burke: https://github.com/AndrewMBurke
.. _Laura Chevalier: https://github.com/laurachevalier4
.. _Bob Hancock: https://github.com/bobhancock
