Metadata-Version: 2.4
Name: esrp_release_test
Version: 50
Summary: ESRP Release is a pathway to many abilities some consider to be, unnatural.
Home-page: https://dev.azure.com/releaseado/MS.Ess.Release.VSTS.Extension/_git/esrp-release-test
Author: Vishal Jaishankar
Author-email: vijaisha@microsoft.com
License: MIT
Keywords: esrp_release_test
Classifier: Development Status :: 5 - Production/Stable
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 :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: azure-storage-blob
Requires-Dist: requests
Requires-Dist: enum34; python_version < "3.9"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

===================
ESRP Release Test
===================

.. image:: https://img.shields.io/pypi/v/bingads.svg
        :target: https://test.pypi.org/project/esrp-release-test/


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/esrp-release-test/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/esrp-release-test/esrp-release-test-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/esrp-release-test/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>`_



Release History

13.0.18(2023-11-13)
+++++++++++++++++++++++++
* Update Bing Ads API Version 13 service proxies to reflect recent interface changes. For details please see the Bing Ads API Release Notes: `<https://docs.microsoft.com/en-us/esrp-release-test/guides/client-libraries>`_.
* Added mappings for new fields in BulkOfflineConversion: HashedEmailAddress and HashedPhoneNumber.
