{ "info": { "author": "Henrik Bru\u00e5sdal", "author_email": "henrik.bruasdal@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: Apache Software License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Typing :: Stubs Only" ], "description": "# Type stubs for the Google Ads API Client Library for Python\n\n[![PyPI version](https://badge.fury.io/py/google-ads-stubs.svg)](https://badge.fury.io/py/google-ads-stubs)\n\nThis package provides type stubs for the [Google Ads API Client Library for Python](https://github.com/googleads/google-ads-python). \nIt's currently compatible with v16.0.0 of this library. It allows you to type check usage of the library with e.g. [mypy](http://mypy-lang.org/) and will also improve autocomplete in many editors.\n\n**This is in no way affiliated with Google.**\n\nMost stubs were created automatically by [stubgen](https://mypy.readthedocs.io/en/stable/stubgen.html), the rest are handwritten or generated by self-made scripts.\n\nIf you find incorrect annotations, please create an issue. Contributions for fixes are also welcome.\n\n## Installation\n\n```\n$ pip install google-ads-stubs\n```\n\n## Caveats\n\nThere are some caveats. The primary one is that type inference does _not_ work for the `get_type` and `get_service`\nmethods of `Client`. The workaround is to explicitly state the type. For `get_type` you can also instantiate\nthe object directly.\n\n```python\n# Replace this:\ncampaign_operation = client.get_type('CampaignOperation')\n# With this:\nfrom google.ads.googleads.v10 import CampaignOperation\ncampaign_operation: CampaignOperation = client.get_type('CampaignOperation')\n# Or this:\nfrom google.ads.googleads.v10 import CampaignOperation\ncampaign_operation = CampaignOperation()\n\n# Replace this:\ngoogle_ads_service = client.get_service('GoogleAdsService')\n# With this:\nfrom google.ads.googleads.v10 import GoogleAdsServiceClient\ngoogle_ads_service: GoogleAdsServiceClient = client.get_service('GoogleAdsService')\n```\n\nWhile it is technically possible to type these methods using a combination of overloading and literal types,\nthis is not included in these stubs. The reason is that it requires about 10,000 overloads, which makes most typecheckers fairly slow.\n\nAnother big caveat since v8.0.0 of this package is that the attributes and constructor arguments of the protobuf messages are all typed as `Any` instead of their proper types. This is due to `google-ads-python` switching from raw protobuf message classes to `proto-plus` classes. Better types for these might be introduced in the future. `GoogleAdsClient.enums` is also typed as `Any`.\n\n\nNote that if you're using Mypy you need to use the `--namespace-packages` option as `google` and `google.ads` are namespace packages.", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/henribru/google-ads-stubs", "keywords": "", "license": "Apache-2.0", "maintainer": "", "maintainer_email": "", "name": "google-ads-stubs", "package_url": "https://pypi.org/project/google-ads-stubs/", "platform": null, "project_url": "https://pypi.org/project/google-ads-stubs/", "project_urls": { "Homepage": "https://github.com/henribru/google-ads-stubs", "Repository": "https://github.com/henribru/google-ads-stubs" }, "release_url": "https://pypi.org/project/google-ads-stubs/9.0.0/", "requires_dist": [ "typing-extensions (>=3.10.0,<4.0.0)", "googleapis-common-protos-stubs (>=2.0.0,<3.0.0)", "google-ads (>=16.0.0,<17.0.0)", "grpc-stubs (>=1.24.7,<2.0.0)", "types-protobuf (>=3.18.0,<4.0.0)", "proto-plus-stubs (>=0.1.0,<0.2.0)", "google-auth-stubs (>=0.1.0,<0.2.0)" ], "requires_python": ">=3.7,<4.0", "summary": "Type stubs for google-ads", "version": "9.0.0", "yanked": false, "yanked_reason": null }, "last_serial": 13692306, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "fc25448abf406421aaf7c8f9f1c16113", "sha256": "f7719b71175df31d1cba370ee8c19f27253123c3dd424dc98f9ec4a3d6e1514d" }, "downloads": -1, "filename": "google_ads_stubs-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fc25448abf406421aaf7c8f9f1c16113", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 11689923, "upload_time": "2019-10-25T18:45:27", "upload_time_iso_8601": "2019-10-25T18:45:27.664211Z", "url": "https://files.pythonhosted.org/packages/47/d0/6382014737869b4600bbcbe2d0893a02fa5af82bd9e88cce56b61f0dd02c/google_ads_stubs-1.0.0-py2.py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "7299dc5f47ff1ea77f165cd207258fde", "sha256": "a89dd9b42b8dad3c3ce2a90ea61d46479651dcbfb5da7abc50e13154e0e67772" }, "downloads": -1, "filename": "google-ads-stubs-1.0.0.tar.gz", "has_sig": false, "md5_digest": "7299dc5f47ff1ea77f165cd207258fde", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*", "size": 4943370, "upload_time": "2019-10-25T18:45:14", "upload_time_iso_8601": "2019-10-25T18:45:14.897479Z", "url": "https://files.pythonhosted.org/packages/78/2b/5ec23a27b7670789380769ba3ca6ec0533dac916a97cb62017b1dc909445/google-ads-stubs-1.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "c218cbd577ded1daf4243c211b36a5b8", "sha256": "24bdaeb1619d8b4012b57675e4dd9d32ab0ff5c8600b422971f10f2a657ca7ae" }, "downloads": -1, "filename": "google_ads_stubs-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "c218cbd577ded1daf4243c211b36a5b8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 2077387, "upload_time": "2020-04-05T14:35:47", "upload_time_iso_8601": "2020-04-05T14:35:47.686993Z", "url": "https://files.pythonhosted.org/packages/aa/b7/42a660a06b77e8d9f9608198f6dfe9c2fa514acff191ccaf10a237c2f95a/google_ads_stubs-2.0.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dc5312781c34c06170959280565c2ef0", "sha256": "9ce0c2329edf989689d36365187e56d056ab7577d4a0616c05736e775b018bf9" }, "downloads": -1, "filename": "google-ads-stubs-2.0.0.tar.gz", "has_sig": false, "md5_digest": "dc5312781c34c06170959280565c2ef0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 596661, "upload_time": "2020-04-05T14:35:44", "upload_time_iso_8601": "2020-04-05T14:35:44.613161Z", "url": "https://files.pythonhosted.org/packages/30/ff/7d2b3160ef2da0c453a9237f2dd40324eef62018c19c50f8d73ebc288f07/google-ads-stubs-2.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.1.0": [ { "comment_text": "", "digests": { "md5": "35cceaa33ca29aecadc22f7d95a8ddad", "sha256": "b9298a34d67fc8d6beca4976146059535010a9184bdeb587461c00dddcf292c4" }, "downloads": -1, "filename": "google_ads_stubs-2.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "35cceaa33ca29aecadc22f7d95a8ddad", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 2291198, "upload_time": "2020-04-05T14:32:31", "upload_time_iso_8601": "2020-04-05T14:32:31.683011Z", "url": "https://files.pythonhosted.org/packages/9f/1f/136534853e3e2b585358f9ccae82648acbdf9ea8dc81dd49e0bb9304543f/google_ads_stubs-2.1.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "c518b64f5756c9c6a25997183da3a9b0", "sha256": "dae68fb367f08e5c7928fb907691f6c7767aaef8fa1e88e389e5767b95bc9d79" }, "downloads": -1, "filename": "google-ads-stubs-2.1.0.tar.gz", "has_sig": false, "md5_digest": "c518b64f5756c9c6a25997183da3a9b0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 679247, "upload_time": "2020-04-05T14:32:28", "upload_time_iso_8601": "2020-04-05T14:32:28.235306Z", "url": "https://files.pythonhosted.org/packages/24/d9/a609b7e971ec128608c92b078201c597a46c594c64fd718bb6b6ddbc19b4/google-ads-stubs-2.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.0": [ { "comment_text": "", "digests": { "md5": "d23011ed82298337635bbe2bc26f6131", "sha256": "71e3a052e9cc24862120e05c85f9308f31483df86c573d84e6506ac1f895f1d5" }, "downloads": -1, "filename": "google_ads_stubs-3.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "d23011ed82298337635bbe2bc26f6131", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 3359720, "upload_time": "2020-04-10T19:48:06", "upload_time_iso_8601": "2020-04-10T19:48:06.333935Z", "url": "https://files.pythonhosted.org/packages/c6/d0/ccf9765d4c6a4d3d6031fcfcd79a85400f2794bb361cca65ef72f2b1f438/google_ads_stubs-3.0.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "344981338ba999251999010ad405793a", "sha256": "9e57a11f8dffa9a829f102cdfffeb6c89dea01c6dcdf6a002fe9fbe00b9fdde7" }, "downloads": -1, "filename": "google-ads-stubs-3.0.0.tar.gz", "has_sig": false, "md5_digest": "344981338ba999251999010ad405793a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 1000868, "upload_time": "2020-04-10T19:48:00", "upload_time_iso_8601": "2020-04-10T19:48:00.826004Z", "url": "https://files.pythonhosted.org/packages/94/b2/7b143b442f1e0f6ac4905a596a6ce147cc6cc68f6cc8203dbc6c69cf7867/google-ads-stubs-3.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "6132448826e3885c7f4965917e6539e9", "sha256": "593f82b7761d6a74dc6df2c8028d8b93c2cf6caf2034a558b2ce53e958049e91" }, "downloads": -1, "filename": "google_ads_stubs-3.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "6132448826e3885c7f4965917e6539e9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 3359749, "upload_time": "2020-04-15T15:52:30", "upload_time_iso_8601": "2020-04-15T15:52:30.586124Z", "url": "https://files.pythonhosted.org/packages/31/f2/0e21a29d902a845f80ca2efb1af95b170625b8dd6dd0ad818fc3b2cbc003/google_ads_stubs-3.0.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d72c21ef0ff20f7142ea1f689d415a3a", "sha256": "e168e36d00082a1272484907a18899c0fbcc6060202607707f664b2b02fab870" }, "downloads": -1, "filename": "google-ads-stubs-3.0.1.tar.gz", "has_sig": false, "md5_digest": "d72c21ef0ff20f7142ea1f689d415a3a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 1000921, "upload_time": "2020-04-15T15:52:18", "upload_time_iso_8601": "2020-04-15T15:52:18.956638Z", "url": "https://files.pythonhosted.org/packages/63/79/1b7824eb13df976bae7cf6507dd20e9420c285edc356344c9d0225d4857f/google-ads-stubs-3.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "3.1.0": [ { "comment_text": "", "digests": { "md5": "149766a9dff31fbb2b00ca86e55319b8", "sha256": "c1eb658339c9d04c302a3d3ec60a0db40f4c787d4865399838ac2e1c045f1f90" }, "downloads": -1, "filename": "google_ads_stubs-3.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "149766a9dff31fbb2b00ca86e55319b8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 3403568, "upload_time": "2020-05-16T18:34:01", "upload_time_iso_8601": "2020-05-16T18:34:01.895851Z", "url": "https://files.pythonhosted.org/packages/26/95/16c0057e9f097d81dbcaf96822962b033b238abe9a20b22e21a58ec388b7/google_ads_stubs-3.1.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "d8cbfef2a3d637ebbf522463cfece945", "sha256": "0b3554bd460ae4579b1e7bd5b9604f988c644ee1660d96cc18cbda97c06f2011" }, "downloads": -1, "filename": "google-ads-stubs-3.1.0.tar.gz", "has_sig": false, "md5_digest": "d8cbfef2a3d637ebbf522463cfece945", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 1031917, "upload_time": "2020-05-16T18:33:55", "upload_time_iso_8601": "2020-05-16T18:33:55.886427Z", "url": "https://files.pythonhosted.org/packages/05/c1/635c45bd9c59ebd2c86fba6d41300bd020fe633a3341ba91fc2a3f063683/google-ads-stubs-3.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "3.1.1": [ { "comment_text": "", "digests": { "md5": "36964d777a8fa3e68e8e94517e97c160", "sha256": "602c54e6d7d0a68c5b0a5a811a0bb10f51046ea1604c94720571b09603aee14e" }, "downloads": -1, "filename": "google_ads_stubs-3.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "36964d777a8fa3e68e8e94517e97c160", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 4544727, "upload_time": "2020-09-26T10:48:36", "upload_time_iso_8601": "2020-09-26T10:48:36.049301Z", "url": "https://files.pythonhosted.org/packages/48/69/0f7f6dde0cb4a941cba7c498150bb90e5ebc9fa70804dbc1af5295229580/google_ads_stubs-3.1.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "e6fa1337caf87363a3ec364489c3d3f8", "sha256": "3c7d15c7226757ca754f17591da22fc10213ce3f5c3a34ec06b698ef3e048072" }, "downloads": -1, "filename": "google-ads-stubs-3.1.1.tar.gz", "has_sig": false, "md5_digest": "e6fa1337caf87363a3ec364489c3d3f8", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 1217017, "upload_time": "2020-09-26T10:48:31", "upload_time_iso_8601": "2020-09-26T10:48:31.443429Z", "url": "https://files.pythonhosted.org/packages/e2/21/b9e6892bb1d32229d79fb8c6656724d46dd74653a57e4f3e5f91a1bb0ff4/google-ads-stubs-3.1.1.tar.gz", "yanked": false, "yanked_reason": null } ], "4.0.0": [ { "comment_text": "", "digests": { "md5": "8fb6213174e90b8cc735d05bb295e6aa", "sha256": "b4c719d20056ccb847ff8f0e778e69e98a77c8106f34faa923ced8c5e964485f" }, "downloads": -1, "filename": "google_ads_stubs-4.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "8fb6213174e90b8cc735d05bb295e6aa", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 4345010, "upload_time": "2020-09-27T20:33:35", "upload_time_iso_8601": "2020-09-27T20:33:35.342257Z", "url": "https://files.pythonhosted.org/packages/21/96/05b221dd35afe2c8af0435f0f00f230f210afeb278210ccf183aef507c87/google_ads_stubs-4.0.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "58510eda98f5b941f882629d5ebaf5c0", "sha256": "765fe2d8d3b010150626ff88269be64bbbbccc057e1a4e971b1410286d634ace" }, "downloads": -1, "filename": "google-ads-stubs-4.0.0.tar.gz", "has_sig": false, "md5_digest": "58510eda98f5b941f882629d5ebaf5c0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 1343992, "upload_time": "2020-09-27T20:33:30", "upload_time_iso_8601": "2020-09-27T20:33:30.687343Z", "url": "https://files.pythonhosted.org/packages/ae/70/6f38cf491f10fb5836ec71d1aed94cfe3b0ccb79b4d3de0bb5daddee1a82/google-ads-stubs-4.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "4.0.1": [ { "comment_text": "", "digests": { "md5": "07ad0146541a6b9b0093e9758eb140f6", "sha256": "b43e0f3215aa3e42b4b42c7e0960df87fad5d481146b8ae229cece33fb803c23" }, "downloads": -1, "filename": "google_ads_stubs-4.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "07ad0146541a6b9b0093e9758eb140f6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 4345015, "upload_time": "2020-09-29T17:13:08", "upload_time_iso_8601": "2020-09-29T17:13:08.718779Z", "url": "https://files.pythonhosted.org/packages/9d/68/515e831a0b48231a90c6073778461196c7c89c5254d4a5c7d3961ee24cab/google_ads_stubs-4.0.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "dd50223c700cb37d43d21ab29fff13ff", "sha256": "ef47d1cd1316b72d45d76c57891ac28a227cd26251bd0dc455ab909ff5138751" }, "downloads": -1, "filename": "google-ads-stubs-4.0.1.tar.gz", "has_sig": false, "md5_digest": "dd50223c700cb37d43d21ab29fff13ff", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 1351985, "upload_time": "2020-09-29T17:13:02", "upload_time_iso_8601": "2020-09-29T17:13:02.747374Z", "url": "https://files.pythonhosted.org/packages/35/d7/bca2469fef3efd8f1ec9d8f483d9e0171b004bf55bd4ad372b8ec6ddfd7d/google-ads-stubs-4.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "4.1.0": [ { "comment_text": "", "digests": { "md5": "84b36563ed55defeac48aa19c4f87c80", "sha256": "37220fd652912db580fb5a0d7288b56d6abf01fb1a74348484abdb45a81482f6" }, "downloads": -1, "filename": "google_ads_stubs-4.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "84b36563ed55defeac48aa19c4f87c80", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 4345011, "upload_time": "2020-09-30T15:00:43", "upload_time_iso_8601": "2020-09-30T15:00:43.613692Z", "url": "https://files.pythonhosted.org/packages/b3/e0/07aec3cd4a074c12c24ceff632b219372dc705eabb75a6fb3ae06742aa10/google_ads_stubs-4.1.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9de2aaf14797341130bd010df73a6272", "sha256": "6bff2690d794e361fae6906666ab493d0546e0e9192ead20f97b4f8752bb31dd" }, "downloads": -1, "filename": "google-ads-stubs-4.1.0.tar.gz", "has_sig": false, "md5_digest": "9de2aaf14797341130bd010df73a6272", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 1351979, "upload_time": "2020-09-30T15:00:35", "upload_time_iso_8601": "2020-09-30T15:00:35.510822Z", "url": "https://files.pythonhosted.org/packages/d8/22/7a74282d2be3f03bca723fd442737daaf26762194f9e0f64ee806b3643f6/google-ads-stubs-4.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "4.1.0.post1": [ { "comment_text": "", "digests": { "md5": "0a3ca25258615ee1970426ca932d2a36", "sha256": "a72c17cd73d27ec0a4945cf660be26dffbd1c076adb1f5057b336e002a4a8911" }, "downloads": -1, "filename": "google_ads_stubs-4.1.0.post1-py3-none-any.whl", "has_sig": false, "md5_digest": "0a3ca25258615ee1970426ca932d2a36", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 4315175, "upload_time": "2020-10-25T13:17:19", "upload_time_iso_8601": "2020-10-25T13:17:19.898372Z", "url": "https://files.pythonhosted.org/packages/74/e3/0a381c2edf705d33437484022c1ce963375b055ff2d8656942bbdb0edeeb/google_ads_stubs-4.1.0.post1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "f9b4e302c8711add8fdfb3d712a2563f", "sha256": "eacb409481438368af8a799b38850fb2738978b4098a9ff6f091b84cafc2915b" }, "downloads": -1, "filename": "google-ads-stubs-4.1.0.post1.tar.gz", "has_sig": false, "md5_digest": "f9b4e302c8711add8fdfb3d712a2563f", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 1323255, "upload_time": "2020-10-25T13:17:17", "upload_time_iso_8601": "2020-10-25T13:17:17.501870Z", "url": "https://files.pythonhosted.org/packages/ff/0a/768e8965a46387f2665962a0663a68fdf7ce7785a6d368bf4be0c0476542/google-ads-stubs-4.1.0.post1.tar.gz", "yanked": false, "yanked_reason": null } ], "5.0.0": [ { "comment_text": "", "digests": { "md5": "f6470b635e34c930d2f39f8c2c6c6571", "sha256": "9f94bd2bbd70bf9859c5de2bf08ef6ccc2f8965ca57f1b079403b55c497fc71e" }, "downloads": -1, "filename": "google_ads_stubs-5.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "f6470b635e34c930d2f39f8c2c6c6571", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 4338467, "upload_time": "2020-11-13T19:51:36", "upload_time_iso_8601": "2020-11-13T19:51:36.456579Z", "url": "https://files.pythonhosted.org/packages/4b/0e/15426862ba2c653c5f35b1e16a135d260d9073711ca962715bb8a05aa8c1/google_ads_stubs-5.0.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "74949afd39c6e7d569bc3d1f090f11dd", "sha256": "2d8dc64a352b16ff7af54cf8523190d0f4310e1577c259ceb0f00b5edd052f47" }, "downloads": -1, "filename": "google-ads-stubs-5.0.0.tar.gz", "has_sig": false, "md5_digest": "74949afd39c6e7d569bc3d1f090f11dd", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 1346759, "upload_time": "2020-11-13T19:51:34", "upload_time_iso_8601": "2020-11-13T19:51:34.377630Z", "url": "https://files.pythonhosted.org/packages/20/ad/a38c6588d5039242ba11d8952ece7771c6708c6b307ef2e8d97fb4e67fe3/google-ads-stubs-5.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "5.0.1": [ { "comment_text": "", "digests": { "md5": "0e9d8e7b52273520c79effdb7e9aed7a", "sha256": "2b5c25b2fc758ca0abea6619d7bb2cc8886f4b09b0fe163fc052fb50e7119a49" }, "downloads": -1, "filename": "google_ads_stubs-5.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "0e9d8e7b52273520c79effdb7e9aed7a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 4338480, "upload_time": "2020-11-13T20:25:39", "upload_time_iso_8601": "2020-11-13T20:25:39.492007Z", "url": "https://files.pythonhosted.org/packages/58/96/01a7fbc064283e383768abc826733b785c2126e727d125269b2821aa2c9f/google_ads_stubs-5.0.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "fc3d93b3abe809fa8d4b69804a5c006a", "sha256": "811d42133e63caaf8a8d94615de195d80b17e69abc960cc83164a07badb48f17" }, "downloads": -1, "filename": "google-ads-stubs-5.0.1.tar.gz", "has_sig": false, "md5_digest": "fc3d93b3abe809fa8d4b69804a5c006a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 1346854, "upload_time": "2020-11-13T20:25:37", "upload_time_iso_8601": "2020-11-13T20:25:37.170180Z", "url": "https://files.pythonhosted.org/packages/d4/a3/d49f33d04b6a3813a99e9df274ad7c4761d98972b0ebb2b4726383baf4b2/google-ads-stubs-5.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "6.0.0": [ { "comment_text": "", "digests": { "md5": "b4dd65016e0fca3a1819b3d92aeb14d3", "sha256": "b2c584dd89773e2bb979074c4424ac919f2ec83232966f492a934f4e18cd2b77" }, "downloads": -1, "filename": "google_ads_stubs-6.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b4dd65016e0fca3a1819b3d92aeb14d3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 3401481, "upload_time": "2021-03-06T13:56:04", "upload_time_iso_8601": "2021-03-06T13:56:04.308813Z", "url": "https://files.pythonhosted.org/packages/32/9c/1416652637840f906a78c03e978e5b178e03f91e14e99fbbcb9b3f860a68/google_ads_stubs-6.0.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "563b11d2ddf0af475947d2a84238d419", "sha256": "ba9329f07614117254d4b209c752a09d3e852b6e07434626cc9bd88a56f3e4cb" }, "downloads": -1, "filename": "google-ads-stubs-6.0.0.tar.gz", "has_sig": false, "md5_digest": "563b11d2ddf0af475947d2a84238d419", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 1071241, "upload_time": "2021-03-06T13:56:02", "upload_time_iso_8601": "2021-03-06T13:56:02.235503Z", "url": "https://files.pythonhosted.org/packages/95/1c/aa0c829d7a4d6e5bf543ce9ecd85c3b92615d1db5a46d2f34d10ad54a398/google-ads-stubs-6.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "6.0.1": [ { "comment_text": "", "digests": { "md5": "86ca2f0d9949927d0b32f0d5dd094a40", "sha256": "c05ffb16a508d90c0d7340ba884fe70bfe71cab4fabdcf7af4e5ade5632db63e" }, "downloads": -1, "filename": "google_ads_stubs-6.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "86ca2f0d9949927d0b32f0d5dd094a40", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 3401484, "upload_time": "2021-03-06T14:06:12", "upload_time_iso_8601": "2021-03-06T14:06:12.395335Z", "url": "https://files.pythonhosted.org/packages/9d/a6/b046da189d9fca17a680343597af8fdc8e37d43fd08efd4d7d411889c693/google_ads_stubs-6.0.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "33f1b319d186a5004684e70727f85de7", "sha256": "f9d7df26a784e67b73a5dc36da3ee12dfa388bc680acda4dc6f2128299814258" }, "downloads": -1, "filename": "google-ads-stubs-6.0.1.tar.gz", "has_sig": false, "md5_digest": "33f1b319d186a5004684e70727f85de7", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 1071189, "upload_time": "2021-03-06T14:06:10", "upload_time_iso_8601": "2021-03-06T14:06:10.327994Z", "url": "https://files.pythonhosted.org/packages/b0/65/244cd8af7e19b6b37ed96db4eb9777050a7fd367f195c02d964a0d357db0/google-ads-stubs-6.0.1.tar.gz", "yanked": false, "yanked_reason": null } ], "7.0.0": [ { "comment_text": "", "digests": { "md5": "0bd50785d7c98f87ac9342b726a7c8fb", "sha256": "a89ee7eb584fefce1de4122a6b63b12508668e7a57d47c91f21afd036fcb881f" }, "downloads": -1, "filename": "google_ads_stubs-7.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0bd50785d7c98f87ac9342b726a7c8fb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6,<4.0", "size": 3401317, "upload_time": "2021-10-09T16:34:35", "upload_time_iso_8601": "2021-10-09T16:34:35.455346Z", "url": "https://files.pythonhosted.org/packages/f7/04/b4245f29466ec3375f81c470a5026a1633bfeb09d277a33a06ffe3670568/google_ads_stubs-7.0.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6745c8f45f2ca9f74a6b5f5baad5894d", "sha256": "79dfdafe16ccbdcdded50fd6957d532340b073329c30a4b3e6edf6d97a19d9c1" }, "downloads": -1, "filename": "google-ads-stubs-7.0.0.tar.gz", "has_sig": false, "md5_digest": "6745c8f45f2ca9f74a6b5f5baad5894d", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6,<4.0", "size": 1071272, "upload_time": "2021-10-09T16:34:32", "upload_time_iso_8601": "2021-10-09T16:34:32.618300Z", "url": "https://files.pythonhosted.org/packages/5e/04/ad62f2eb3e6e80578cc189976ee8dcb4781d2addad0c5fbafe73ebe417c8/google-ads-stubs-7.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "8.0.0": [ { "comment_text": "", "digests": { "md5": "86d8631dfde9e57c511834fd17134a51", "sha256": "f46437a6d0386b58a63f23d9dfbcd25973a681fcc62269841eb5360786db0913" }, "downloads": -1, "filename": "google_ads_stubs-8.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "86d8631dfde9e57c511834fd17134a51", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 1581775, "upload_time": "2021-10-16T10:16:39", "upload_time_iso_8601": "2021-10-16T10:16:39.192881Z", "url": "https://files.pythonhosted.org/packages/dd/4e/e7dc9e3013b2657cda0d2b9f79e1e3d388eb8729f20999c91b5f35a047cb/google_ads_stubs-8.0.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "6ce5e0835a61ac3aa4af144141a74bd4", "sha256": "aced60b7e4a847cc98177e22f53acaa26ac3fff03ebf7eabb6b3a9e1c383257a" }, "downloads": -1, "filename": "google-ads-stubs-8.0.0.tar.gz", "has_sig": false, "md5_digest": "6ce5e0835a61ac3aa4af144141a74bd4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 350199, "upload_time": "2021-10-16T10:16:35", "upload_time_iso_8601": "2021-10-16T10:16:35.965289Z", "url": "https://files.pythonhosted.org/packages/2e/8f/c1997c112fd4d2d3a8f4c980286a204b6f9c66fa89ce0b94ff493dfbcdd3/google-ads-stubs-8.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "8.1.0": [ { "comment_text": "", "digests": { "md5": "67b9c7f1205420ab88be1e567bafb042", "sha256": "da32cd852718e03111ab418ac7aceeec588ec654e64cedf1633bd5e72d5be0d6" }, "downloads": -1, "filename": "google_ads_stubs-8.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "67b9c7f1205420ab88be1e567bafb042", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 2493081, "upload_time": "2022-02-11T20:15:36", "upload_time_iso_8601": "2022-02-11T20:15:36.069922Z", "url": "https://files.pythonhosted.org/packages/a3/15/d76aa727da6bc8e9eb315517ef1617f6240d47c1fc7027d89822696da697/google_ads_stubs-8.1.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "99af642b109916d00fb6ec0e90a89674", "sha256": "d1a4a5b0bcb997166a311773859f3a579d02af3f476630a9080db622aa5558ed" }, "downloads": -1, "filename": "google-ads-stubs-8.1.0.tar.gz", "has_sig": false, "md5_digest": "99af642b109916d00fb6ec0e90a89674", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 562052, "upload_time": "2022-02-11T20:15:32", "upload_time_iso_8601": "2022-02-11T20:15:32.972457Z", "url": "https://files.pythonhosted.org/packages/a9/9b/d2cfed21837d96e0d71b235a61e37fcf6741ae24bc6f7c1be9bb74a92b4f/google-ads-stubs-8.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "9.0.0": [ { "comment_text": "", "digests": { "md5": "a0e6979c4e4c531c0f54c5feca87eab2", "sha256": "e170779f8fbd3164c597774513add47db2a5298601881dce8f9a5acbd72728d0" }, "downloads": -1, "filename": "google_ads_stubs-9.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a0e6979c4e4c531c0f54c5feca87eab2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 1684418, "upload_time": "2022-05-02T20:16:14", "upload_time_iso_8601": "2022-05-02T20:16:14.793940Z", "url": "https://files.pythonhosted.org/packages/5e/60/c84b3647bfcfff0ab8d5193a08a5579783411dcf91ed15a31935acaa3155/google_ads_stubs-9.0.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "64c1ce6e3a8fa4be6e6bb2f675aff3ed", "sha256": "b052e2dcd3d5fab9ccdb0bfba5a7c55eee6de32484cc942d3fb7ec1a1af29c85" }, "downloads": -1, "filename": "google-ads-stubs-9.0.0.tar.gz", "has_sig": false, "md5_digest": "64c1ce6e3a8fa4be6e6bb2f675aff3ed", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 376818, "upload_time": "2022-05-02T20:16:12", "upload_time_iso_8601": "2022-05-02T20:16:12.444354Z", "url": "https://files.pythonhosted.org/packages/cb/64/8c15a8fd69942594d44bfeb8f08d5edc4fa0bfe7003dad22caf3401119f3/google-ads-stubs-9.0.0.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a0e6979c4e4c531c0f54c5feca87eab2", "sha256": "e170779f8fbd3164c597774513add47db2a5298601881dce8f9a5acbd72728d0" }, "downloads": -1, "filename": "google_ads_stubs-9.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a0e6979c4e4c531c0f54c5feca87eab2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.7,<4.0", "size": 1684418, "upload_time": "2022-05-02T20:16:14", "upload_time_iso_8601": "2022-05-02T20:16:14.793940Z", "url": "https://files.pythonhosted.org/packages/5e/60/c84b3647bfcfff0ab8d5193a08a5579783411dcf91ed15a31935acaa3155/google_ads_stubs-9.0.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "64c1ce6e3a8fa4be6e6bb2f675aff3ed", "sha256": "b052e2dcd3d5fab9ccdb0bfba5a7c55eee6de32484cc942d3fb7ec1a1af29c85" }, "downloads": -1, "filename": "google-ads-stubs-9.0.0.tar.gz", "has_sig": false, "md5_digest": "64c1ce6e3a8fa4be6e6bb2f675aff3ed", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.7,<4.0", "size": 376818, "upload_time": "2022-05-02T20:16:12", "upload_time_iso_8601": "2022-05-02T20:16:12.444354Z", "url": "https://files.pythonhosted.org/packages/cb/64/8c15a8fd69942594d44bfeb8f08d5edc4fa0bfe7003dad22caf3401119f3/google-ads-stubs-9.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }