Metadata-Version: 1.1
Name: bingads
Version: 9.3.3
Summary: A library to make working with the Bing Ads APIs and bulk services easy
Home-page: https://github.com/bing-ads-sdk/BingAds-Python-SDK
Author: Bing Ads SDK Team
Author-email: bing_ads_sdk@microsoft.com
License: MIT
Description: ===================
        Bing Ads Python SDK
        ===================
        
        .. image:: https://img.shields.io/pypi/v/bingads.svg
                :target: https://pypi.python.org/pypi/bingads
        
        .. image:: https://img.shields.io/pypi/dm/bingads.svg
                :target: https://pypi.python.org/pypi/bingads
        
        
        The Bing Ads Python Software Development Kit (SDK) Version 9.3 enhances the experience of developing Bing Ads applications
        with the Python programming language.
        The SDK uses the `suds-jurko`_ library as a proxy 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 Python SDK`_ on MSDN.
        
        Getting Started
        ---------------
        
        To get started developing Bing Ads applications with Python,
        install the SDK and either start with the `examples`_ or follow one of the application walkthroughs on MSDN.
        For more information, see `Getting Started Using Python with Bing Ads Services`_.
        
        External Dependencies
        ---------------------
        
            - `suds-jurko`_
            - `requests`_
            - `chardet`_
            - `future`_
            - `six`_
            - `enum34`_
        
        .. _Bing Ads Python SDK: https://msdn.microsoft.com/en-US/library/bing-ads-python-sdk.aspx
        .. _examples: https://github.com/bing-ads-sdk/BingAds-Python-SDK/tree/master/examples
        .. _Getting Started Using Python with Bing Ads Services: https://msdn.microsoft.com/en-US/library/bing-ads-overview-getting-started-python-with-web-services.aspx
        
        .. _suds-jurko: http://pypi.python.org/pypi/suds-jurko
        .. _requests: http://pypi.python.org/pypi/requests
        .. _chardet: http://pypi.python.org/pypi/chardet
        .. _future: http://pypi.python.org/pypi/future
        .. _six: http://pypi.python.org/pypi/six
        .. _enum34: http://pypi.python.org/pypi/enum34
        
        
        
        
        Release History
        ---------------
        
        9.3.3 (2015-07-31)
        ++++++++++++++++++
        
        * Add Bing Shopping Campaign Support
        * Add Native Ads Support
        
        
        9.3.2 (2015-04-24)
        ++++++++++++++++++
        
        * Add App AdExtension support.
        * Bug Fixes.
        
        
        9.3.1 (2015-03-31)
        ++++++++++++++++++
        
        * First release on PyPI.
        
Keywords: bingads
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
