google-ads


Namegoogle-ads JSON
Version 24.0.0 PyPI version JSON
download
home_pagehttps://github.com/googleads/google-ads-python
SummaryClient library for the Google Ads API
upload_time2024-04-25 16:29:50
maintainerNone
docs_urlNone
authorGoogle LLC
requires_python<3.13,>=3.8
licenseApache 2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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.8+

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.

Protobuf Messages
-----------------
Version `14.0.0`_ of this library introduced the **required** `use_proto_plus`
configuration option that specifies which type of protobuf message to use. For
information on why this flag is important and what the differences are between
the two message types, see the `Protobuf Messages`_ guide.

Minimum Dependency Versions
---------------------------
Version `21.2.0`_ of this library *lowered* the minimum version for some
dependencies in order to improve compatibility with other applications and
packages that rely on `protobuf`_ version 3.

Note that using protobuf 3 will cause performance degredations in this library,
so you may experience slower response times. For optimal performance we
recommend using protobuf versions 4.21.5 or higher.

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
.. _14.0.0: https://pypi.org/project/google-ads/14.0.0/
.. _21.2.0: https://pypi.org/project/google-ads/21.2.0/
.. _Protobuf Messages: https://developers.google.com/google-ads/api/docs/client-libs/python/protobuf-messages
.. _protobuf: https://pypi.org/project/protobuf/

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/googleads/google-ads-python",
    "name": "google-ads",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "Google LLC",
    "author_email": "googleapis-packages@google.com",
    "download_url": "https://files.pythonhosted.org/packages/df/38/8ae38fd6b1d77801cbdb147839b032b5fe52d028201d54f7f22885cead3e/google_ads-24.0.0.tar.gz",
    "platform": null,
    "description": "Google Ads API Client Library for Python\n========================================\n\nThis project hosts the Python client library for the Google Ads API.\n\nBuild Status\n------------\n|build-status|\n\nRequirements\n------------\n* Python 3.8+\n\nInstallation\n------------\n.. code-block::\n\n  pip install google-ads\n\nFeatures\n--------\n* Distributed via PyPI.\n* Easy management of credentials.\n* Easy creation of Google Ads API service clients.\n\nDocumentation\n-------------\nPlease refer to our `Developer Site`_ for documentation on how to install,\nconfigure, and use this client library.\n\nProtobuf Messages\n-----------------\nVersion `14.0.0`_ of this library introduced the **required** `use_proto_plus`\nconfiguration option that specifies which type of protobuf message to use. For\ninformation on why this flag is important and what the differences are between\nthe two message types, see the `Protobuf Messages`_ guide.\n\nMinimum Dependency Versions\n---------------------------\nVersion `21.2.0`_ of this library *lowered* the minimum version for some\ndependencies in order to improve compatibility with other applications and\npackages that rely on `protobuf`_ version 3.\n\nNote that using protobuf 3 will cause performance degredations in this library,\nso you may experience slower response times. For optimal performance we\nrecommend using protobuf versions 4.21.5 or higher.\n\nMiscellaneous\n-------------\n\n* `Issue tracker`_\n* `API documentation`_\n* `API Support`_\n\nAuthors\n-------\n\n* `Mark Saniscalchi`_\n* `David Wihl`_\n* `Ben Karl`_\n* `Andrew Burke`_\n* `Laura Chevalier`_\n* `Bob Hancock`_\n\n.. |build-status| image:: https://storage.googleapis.com/gaa-clientlibs/badges/google-ads-python/buildstatus_ubuntu.svg\n.. _Developer Site: https://developers.google.com/google-ads/api/docs/client-libs/python/\n.. _Issue tracker: https://github.com/googleads/google-ads-python/issues\n.. _API documentation: https://developers.google.com/google-ads/api/\n.. _API Support: https://developers.google.com/google-ads/api/support\n.. _Mark Saniscalchi: https://github.com/msaniscalchi\n.. _David Wihl: https://github.com/wihl\n.. _Ben Karl: https://github.com/BenRKarl\n.. _Andrew Burke: https://github.com/AndrewMBurke\n.. _Laura Chevalier: https://github.com/laurachevalier4\n.. _Bob Hancock: https://github.com/bobhancock\n.. _14.0.0: https://pypi.org/project/google-ads/14.0.0/\n.. _21.2.0: https://pypi.org/project/google-ads/21.2.0/\n.. _Protobuf Messages: https://developers.google.com/google-ads/api/docs/client-libs/python/protobuf-messages\n.. _protobuf: https://pypi.org/project/protobuf/\n",
    "bugtrack_url": null,
    "license": "Apache 2.0",
    "summary": "Client library for the Google Ads API",
    "version": "24.0.0",
    "project_urls": {
        "Homepage": "https://github.com/googleads/google-ads-python"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2a130d971a2bea18067b26a28f332e86d4310e7195970156004a52d3a42735e",
                "md5": "83d608d863ced11e18464bac27a7f295",
                "sha256": "c4db87e6011519d52eb49b7261a7eb8dd29202274efc26cb998d54273d0afc14"
            },
            "downloads": -1,
            "filename": "google_ads-24.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "83d608d863ced11e18464bac27a7f295",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.8",
            "size": 5518001,
            "upload_time": "2024-04-25T16:29:48",
            "upload_time_iso_8601": "2024-04-25T16:29:48.052187Z",
            "url": "https://files.pythonhosted.org/packages/b2/a1/30d971a2bea18067b26a28f332e86d4310e7195970156004a52d3a42735e/google_ads-24.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df388ae38fd6b1d77801cbdb147839b032b5fe52d028201d54f7f22885cead3e",
                "md5": "bf47157e38af107eb4c333aee89770e2",
                "sha256": "53892ded2a8ede15c1f6af014774a8fdfd7c249ee0800eeab666240ef81c03bd"
            },
            "downloads": -1,
            "filename": "google_ads-24.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "bf47157e38af107eb4c333aee89770e2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.8",
            "size": 2553898,
            "upload_time": "2024-04-25T16:29:50",
            "upload_time_iso_8601": "2024-04-25T16:29:50.454210Z",
            "url": "https://files.pythonhosted.org/packages/df/38/8ae38fd6b1d77801cbdb147839b032b5fe52d028201d54f7f22885cead3e/google_ads-24.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-25 16:29:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "googleads",
    "github_project": "google-ads-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "google-ads"
}
        
Elapsed time: 0.27006s