bingads


Namebingads JSON
Version 13.0.19.1 PyPI version JSON
download
home_pagehttps://github.com/BingAds/BingAds-Python-SDK
SummaryA library to make working with the Bing Ads APIs and bulk services easy
upload_time2024-04-09 06:11:13
maintainerNone
docs_urlNone
authorBing Ads SDK Team
requires_pythonNone
licenseMIT
keywords bingads
VCS
bugtrack_url
requirements suds-community requests enum34 pytest mock coverage flake8 setuptools Sphinx
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =================== 
Bing Ads Python SDK 
=================== 
 .. image:: https://img.shields.io/pypi/v/bingads.svg :target: https://pypi.python.org/pypi/bingads 
 
 
The Bing Ads Python Software Development Kit (SDK) Version 13.0 enhances the experience of developing Bing Ads applications 
with the Python programming language. 
The SDK includes proxy classes for all Bing Ads API web services and abstracts the low level details of authentication with OAuth. 
You can also read and write bulk files with the SDK BulkFileReader and BulkFileWriter, 
and use the high level BulkServiceManager interface to abstract and execute operations in the low level Bulk API. For more information, see `Bing Ads Client Libraries <https://docs.microsoft.com/en-us/bingads/guides/client-libraries>`_. 
 
Getting Started 
--------------- 
 
To get started developing Bing Ads applications with Python, install the SDK and either start with the `examples <https://github.com/BingAds/BingAds-Python-SDK/tree/master/examples>`_ or follow one of the application walkthroughs. For more information, see `Getting Started Using Python with Bing Ads Services <https://docs.microsoft.com/en-us/bingads/guides/get-started-python>`_. 
 
External Dependencies 
--------------------- 
 - `suds-community <https://pypi.org/pypi/suds-community>`_ 
 - `requests <http://pypi.python.org/pypi/requests>`_ 
 - `enum34 <http://pypi.python.org/pypi/enum34>`_
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/BingAds/BingAds-Python-SDK",
    "name": "bingads",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "bingads",
    "author": "Bing Ads SDK Team",
    "author_email": "bing_ads_sdk@microsoft.com",
    "download_url": "https://files.pythonhosted.org/packages/76/22/c12f1d5223c9e8ee674f6afdbd18c475fd47c6a63b1cefd4ac2ed6bddbf1/bingads-13.0.19.1.tar.gz",
    "platform": null,
    "description": "=================== \nBing Ads Python SDK \n=================== \n .. image:: https://img.shields.io/pypi/v/bingads.svg :target: https://pypi.python.org/pypi/bingads \n \n \nThe Bing Ads Python Software Development Kit (SDK) Version 13.0 enhances the experience of developing Bing Ads applications \nwith the Python programming language. \nThe SDK includes proxy classes for all Bing Ads API web services and abstracts the low level details of authentication with OAuth. \nYou can also read and write bulk files with the SDK BulkFileReader and BulkFileWriter, \nand use the high level BulkServiceManager interface to abstract and execute operations in the low level Bulk API. For more information, see `Bing Ads Client Libraries <https://docs.microsoft.com/en-us/bingads/guides/client-libraries>`_. \n \nGetting Started \n--------------- \n \nTo get started developing Bing Ads applications with Python, install the SDK and either start with the `examples <https://github.com/BingAds/BingAds-Python-SDK/tree/master/examples>`_ or follow one of the application walkthroughs. For more information, see `Getting Started Using Python with Bing Ads Services <https://docs.microsoft.com/en-us/bingads/guides/get-started-python>`_. \n \nExternal Dependencies \n--------------------- \n - `suds-community <https://pypi.org/pypi/suds-community>`_ \n - `requests <http://pypi.python.org/pypi/requests>`_ \n - `enum34 <http://pypi.python.org/pypi/enum34>`_",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A library to make working with the Bing Ads APIs and bulk services easy",
    "version": "13.0.19.1",
    "project_urls": {
        "Homepage": "https://github.com/BingAds/BingAds-Python-SDK"
    },
    "split_keywords": [
        "bingads"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7622c12f1d5223c9e8ee674f6afdbd18c475fd47c6a63b1cefd4ac2ed6bddbf1",
                "md5": "f1e4c47de2c06100e685f238c9b13962",
                "sha256": "e6e714233954d3741da192d82f20816b93dbed8a16342827a9cc7cbcdb627af5"
            },
            "downloads": -1,
            "filename": "bingads-13.0.19.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f1e4c47de2c06100e685f238c9b13962",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 354524,
            "upload_time": "2024-04-09T06:11:13",
            "upload_time_iso_8601": "2024-04-09T06:11:13.186585Z",
            "url": "https://files.pythonhosted.org/packages/76/22/c12f1d5223c9e8ee674f6afdbd18c475fd47c6a63b1cefd4ac2ed6bddbf1/bingads-13.0.19.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-09 06:11:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "BingAds",
    "github_project": "BingAds-Python-SDK",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "suds-community",
            "specs": [
                [
                    ">=",
                    "1.1.0"
                ]
            ]
        },
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.0.0"
                ]
            ]
        },
        {
            "name": "enum34",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "mock",
            "specs": []
        },
        {
            "name": "coverage",
            "specs": []
        },
        {
            "name": "flake8",
            "specs": []
        },
        {
            "name": "setuptools",
            "specs": []
        },
        {
            "name": "Sphinx",
            "specs": []
        }
    ],
    "tox": true,
    "lcname": "bingads"
}
        
Elapsed time: 0.23705s