esrp_release_test 46__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- esrp_release_test-46/PKG-INFO +63 -0
- esrp_release_test-46/README.rst +28 -0
- esrp_release_test-46/esrp_release_test.egg-info/PKG-INFO +63 -0
- esrp_release_test-46/esrp_release_test.egg-info/SOURCES.txt +9 -0
- esrp_release_test-46/esrp_release_test.egg-info/dependency_links.txt +1 -0
- esrp_release_test-46/esrp_release_test.egg-info/not-zip-safe +1 -0
- esrp_release_test-46/esrp_release_test.egg-info/requires.txt +5 -0
- esrp_release_test-46/esrp_release_test.egg-info/top_level.txt +1 -0
- esrp_release_test-46/pyproject.toml +3 -0
- esrp_release_test-46/setup.cfg +4 -0
- esrp_release_test-46/setup.py +48 -0
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: esrp_release_test
|
|
3
|
+
Version: 46
|
|
4
|
+
Summary: ESRP Release is a pathway to many abilities some consider to be, unnatural.
|
|
5
|
+
Home-page: https://dev.azure.com/releaseado/MS.Ess.Release.VSTS.Extension/_git/esrp-release-test
|
|
6
|
+
Author: Vishal Jaishankar
|
|
7
|
+
Author-email: vijaisha@microsoft.com
|
|
8
|
+
License: MIT
|
|
9
|
+
Description: ===================
|
|
10
|
+
ESRP Release Test
|
|
11
|
+
===================
|
|
12
|
+
|
|
13
|
+
.. image:: https://img.shields.io/pypi/v/bingads.svg
|
|
14
|
+
:target: https://test.pypi.org/project/esrp-release-test/
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
The Bing Ads Python Software Development Kit (SDK) Version 13.0 enhances the experience of developing Bing Ads applications
|
|
18
|
+
with the Python programming language.
|
|
19
|
+
The SDK includes proxy classes for all Bing Ads API web services and abstracts the low level details of authentication with OAuth.
|
|
20
|
+
You can also read and write bulk files with the SDK BulkFileReader and BulkFileWriter,
|
|
21
|
+
and use the high level BulkServiceManager interface to abstract and execute operations in the low level Bulk API.
|
|
22
|
+
For more information, see `Bing Ads Client Libraries <https://docs.microsoft.com/en-us/esrp-release-test/guides/client-libraries>`_.
|
|
23
|
+
|
|
24
|
+
Getting Started
|
|
25
|
+
---------------
|
|
26
|
+
|
|
27
|
+
To get started developing Bing Ads applications with Python,
|
|
28
|
+
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.
|
|
29
|
+
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>`_.
|
|
30
|
+
|
|
31
|
+
External Dependencies
|
|
32
|
+
---------------------
|
|
33
|
+
|
|
34
|
+
- `suds-community <https://pypi.org/pypi/suds-community>`_
|
|
35
|
+
- `requests <http://pypi.python.org/pypi/requests>`_
|
|
36
|
+
- `enum34 <http://pypi.python.org/pypi/enum34>`_
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
Release History
|
|
41
|
+
|
|
42
|
+
13.0.18(2023-11-13)
|
|
43
|
+
+++++++++++++++++++++++++
|
|
44
|
+
* 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>`_.
|
|
45
|
+
* Added mappings for new fields in BulkOfflineConversion: HashedEmailAddress and HashedPhoneNumber.
|
|
46
|
+
|
|
47
|
+
Keywords: esrp-release-test
|
|
48
|
+
Platform: UNKNOWN
|
|
49
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
50
|
+
Classifier: Intended Audience :: Developers
|
|
51
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
52
|
+
Classifier: Natural Language :: English
|
|
53
|
+
Classifier: Operating System :: OS Independent
|
|
54
|
+
Classifier: Programming Language :: Python
|
|
55
|
+
Classifier: Programming Language :: Python :: 3
|
|
56
|
+
Classifier: Programming Language :: Python :: 3.3
|
|
57
|
+
Classifier: Programming Language :: Python :: 3.4
|
|
58
|
+
Classifier: Programming Language :: Python :: 3.5
|
|
59
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
60
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
61
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
62
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
63
|
+
Description-Content-Type: text/x-rst
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
===================
|
|
2
|
+
ESRP Release Test
|
|
3
|
+
===================
|
|
4
|
+
|
|
5
|
+
.. image:: https://img.shields.io/pypi/v/bingads.svg
|
|
6
|
+
:target: https://test.pypi.org/project/esrp-release-test/
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
The Bing Ads Python Software Development Kit (SDK) Version 13.0 enhances the experience of developing Bing Ads applications
|
|
10
|
+
with the Python programming language.
|
|
11
|
+
The SDK includes proxy classes for all Bing Ads API web services and abstracts the low level details of authentication with OAuth.
|
|
12
|
+
You can also read and write bulk files with the SDK BulkFileReader and BulkFileWriter,
|
|
13
|
+
and use the high level BulkServiceManager interface to abstract and execute operations in the low level Bulk API.
|
|
14
|
+
For more information, see `Bing Ads Client Libraries <https://docs.microsoft.com/en-us/esrp-release-test/guides/client-libraries>`_.
|
|
15
|
+
|
|
16
|
+
Getting Started
|
|
17
|
+
---------------
|
|
18
|
+
|
|
19
|
+
To get started developing Bing Ads applications with Python,
|
|
20
|
+
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.
|
|
21
|
+
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>`_.
|
|
22
|
+
|
|
23
|
+
External Dependencies
|
|
24
|
+
---------------------
|
|
25
|
+
|
|
26
|
+
- `suds-community <https://pypi.org/pypi/suds-community>`_
|
|
27
|
+
- `requests <http://pypi.python.org/pypi/requests>`_
|
|
28
|
+
- `enum34 <http://pypi.python.org/pypi/enum34>`_
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: esrp-release-test
|
|
3
|
+
Version: 46
|
|
4
|
+
Summary: ESRP Release is a pathway to many abilities some consider to be, unnatural.
|
|
5
|
+
Home-page: https://dev.azure.com/releaseado/MS.Ess.Release.VSTS.Extension/_git/esrp-release-test
|
|
6
|
+
Author: Vishal Jaishankar
|
|
7
|
+
Author-email: vijaisha@microsoft.com
|
|
8
|
+
License: MIT
|
|
9
|
+
Description: ===================
|
|
10
|
+
ESRP Release Test
|
|
11
|
+
===================
|
|
12
|
+
|
|
13
|
+
.. image:: https://img.shields.io/pypi/v/bingads.svg
|
|
14
|
+
:target: https://test.pypi.org/project/esrp-release-test/
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
The Bing Ads Python Software Development Kit (SDK) Version 13.0 enhances the experience of developing Bing Ads applications
|
|
18
|
+
with the Python programming language.
|
|
19
|
+
The SDK includes proxy classes for all Bing Ads API web services and abstracts the low level details of authentication with OAuth.
|
|
20
|
+
You can also read and write bulk files with the SDK BulkFileReader and BulkFileWriter,
|
|
21
|
+
and use the high level BulkServiceManager interface to abstract and execute operations in the low level Bulk API.
|
|
22
|
+
For more information, see `Bing Ads Client Libraries <https://docs.microsoft.com/en-us/esrp-release-test/guides/client-libraries>`_.
|
|
23
|
+
|
|
24
|
+
Getting Started
|
|
25
|
+
---------------
|
|
26
|
+
|
|
27
|
+
To get started developing Bing Ads applications with Python,
|
|
28
|
+
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.
|
|
29
|
+
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>`_.
|
|
30
|
+
|
|
31
|
+
External Dependencies
|
|
32
|
+
---------------------
|
|
33
|
+
|
|
34
|
+
- `suds-community <https://pypi.org/pypi/suds-community>`_
|
|
35
|
+
- `requests <http://pypi.python.org/pypi/requests>`_
|
|
36
|
+
- `enum34 <http://pypi.python.org/pypi/enum34>`_
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
Release History
|
|
41
|
+
|
|
42
|
+
13.0.18(2023-11-13)
|
|
43
|
+
+++++++++++++++++++++++++
|
|
44
|
+
* 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>`_.
|
|
45
|
+
* Added mappings for new fields in BulkOfflineConversion: HashedEmailAddress and HashedPhoneNumber.
|
|
46
|
+
|
|
47
|
+
Keywords: esrp-release-test
|
|
48
|
+
Platform: UNKNOWN
|
|
49
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
50
|
+
Classifier: Intended Audience :: Developers
|
|
51
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
52
|
+
Classifier: Natural Language :: English
|
|
53
|
+
Classifier: Operating System :: OS Independent
|
|
54
|
+
Classifier: Programming Language :: Python
|
|
55
|
+
Classifier: Programming Language :: Python :: 3
|
|
56
|
+
Classifier: Programming Language :: Python :: 3.3
|
|
57
|
+
Classifier: Programming Language :: Python :: 3.4
|
|
58
|
+
Classifier: Programming Language :: Python :: 3.5
|
|
59
|
+
Classifier: Programming Language :: Python :: 3.6
|
|
60
|
+
Classifier: Programming Language :: Python :: 3.7
|
|
61
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
62
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
63
|
+
Description-Content-Type: text/x-rst
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
README.rst
|
|
2
|
+
pyproject.toml
|
|
3
|
+
setup.py
|
|
4
|
+
esrp_release_test.egg-info/PKG-INFO
|
|
5
|
+
esrp_release_test.egg-info/SOURCES.txt
|
|
6
|
+
esrp_release_test.egg-info/dependency_links.txt
|
|
7
|
+
esrp_release_test.egg-info/not-zip-safe
|
|
8
|
+
esrp_release_test.egg-info/requires.txt
|
|
9
|
+
esrp_release_test.egg-info/top_level.txt
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
try:
|
|
2
|
+
from setuptools import setup
|
|
3
|
+
except ImportError:
|
|
4
|
+
from distutils.core import setup
|
|
5
|
+
|
|
6
|
+
VERSION = '46'
|
|
7
|
+
|
|
8
|
+
with open('README.rst', 'r') as f:
|
|
9
|
+
readme = f.read()
|
|
10
|
+
with open('HISTORY.rst', 'r') as f:
|
|
11
|
+
history = f.read().replace('.. :changelog:', '')
|
|
12
|
+
|
|
13
|
+
requirements = [
|
|
14
|
+
'azure-storage-blob',
|
|
15
|
+
'requests',
|
|
16
|
+
'enum34;python_version<"3.9"',
|
|
17
|
+
]
|
|
18
|
+
|
|
19
|
+
setup(
|
|
20
|
+
name='esrp_release_test',
|
|
21
|
+
version=VERSION,
|
|
22
|
+
description='ESRP Release is a pathway to many abilities some consider to be, unnatural.',
|
|
23
|
+
long_description=readme + '\n\n' + history,
|
|
24
|
+
long_description_content_type = 'text/x-rst',
|
|
25
|
+
author = 'Vishal Jaishankar',
|
|
26
|
+
author_email = 'vijaisha@microsoft.com',
|
|
27
|
+
url='https://dev.azure.com/releaseado/MS.Ess.Release.VSTS.Extension/_git/esrp-release-test',
|
|
28
|
+
install_requires=requirements,
|
|
29
|
+
license='MIT',
|
|
30
|
+
zip_safe=False,
|
|
31
|
+
keywords='esrp-release-test',
|
|
32
|
+
classifiers=[
|
|
33
|
+
'Development Status :: 5 - Production/Stable',
|
|
34
|
+
'Intended Audience :: Developers',
|
|
35
|
+
'License :: OSI Approved :: MIT License',
|
|
36
|
+
'Natural Language :: English',
|
|
37
|
+
'Operating System :: OS Independent',
|
|
38
|
+
'Programming Language :: Python',
|
|
39
|
+
'Programming Language :: Python :: 3',
|
|
40
|
+
'Programming Language :: Python :: 3.3',
|
|
41
|
+
'Programming Language :: Python :: 3.4',
|
|
42
|
+
'Programming Language :: Python :: 3.5',
|
|
43
|
+
'Programming Language :: Python :: 3.6',
|
|
44
|
+
'Programming Language :: Python :: 3.7',
|
|
45
|
+
'Programming Language :: Python :: 3.8',
|
|
46
|
+
'Programming Language :: Python :: 3.9'
|
|
47
|
+
],
|
|
48
|
+
)
|