mangopay4-python-sdk 3.52.0__py2.py3-none-any.whl

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.
@@ -0,0 +1,53 @@
1
+ Metadata-Version: 2.4
2
+ Name: mangopay4-python-sdk
3
+ Version: 3.52.0
4
+ Summary: A client library written in python to work with mangopay v2 api
5
+ Home-page: https://github.com/Mangopay/mangopay2-python-sdk
6
+ Author: Mangopay (www.mangopay.com)
7
+ Author-email: support@mangopay.com
8
+ License: MIT
9
+ Keywords: mangopay api development emoney sdk
10
+ Classifier: Intended Audience :: Developers
11
+ Classifier: Topic :: Software Development :: Build Tools
12
+ Classifier: License :: OSI Approved :: MIT License
13
+ Classifier: Programming Language :: Python :: 3.9
14
+ Classifier: Programming Language :: Python :: 3.10
15
+ Classifier: Programming Language :: Python :: 3.11
16
+ Classifier: Programming Language :: Python :: 3.12
17
+ License-File: LICENSE
18
+ Requires-Dist: requests
19
+ Requires-Dist: simplejson
20
+ Requires-Dist: blinker
21
+ Requires-Dist: six
22
+ Requires-Dist: pytz
23
+ Provides-Extra: dev
24
+ Requires-Dist: responses; extra == "dev"
25
+ Requires-Dist: nose; extra == "dev"
26
+ Requires-Dist: coverage; extra == "dev"
27
+ Requires-Dist: httplib2; extra == "dev"
28
+ Requires-Dist: pyopenssl; extra == "dev"
29
+ Requires-Dist: ndg-httpsclient; extra == "dev"
30
+ Requires-Dist: pyasn1; extra == "dev"
31
+ Requires-Dist: exam; extra == "dev"
32
+ Provides-Extra: test
33
+ Requires-Dist: responses; extra == "test"
34
+ Requires-Dist: nose; extra == "test"
35
+ Requires-Dist: coverage; extra == "test"
36
+ Requires-Dist: httplib2; extra == "test"
37
+ Requires-Dist: pyopenssl; extra == "test"
38
+ Requires-Dist: ndg-httpsclient; extra == "test"
39
+ Requires-Dist: pyasn1; extra == "test"
40
+ Requires-Dist: exam; extra == "test"
41
+ Dynamic: author
42
+ Dynamic: author-email
43
+ Dynamic: classifier
44
+ Dynamic: description
45
+ Dynamic: home-page
46
+ Dynamic: keywords
47
+ Dynamic: license
48
+ Dynamic: license-file
49
+ Dynamic: provides-extra
50
+ Dynamic: requires-dist
51
+ Dynamic: summary
52
+
53
+ This SDK is a client library for interacting with the Mangopay API.
@@ -0,0 +1,20 @@
1
+ mangopay/__init__.py,sha256=xhIDtesbD_4V8TwkzWCbROh1kzIpo85N32FHPVztR9s,647
2
+ mangopay/api.py,sha256=-I5S5KWdcPU1xN3-YVPZgitzpjpIkj1u6WKMMkX0nhw,14220
3
+ mangopay/auth.py,sha256=YHzA8UUbZZYFc2YlIuj-afV6uBuoSYz2JYlkYxn0q14,3827
4
+ mangopay/base.py,sha256=3gvs9kZda79zYjIMOofk1hnEhXbMAgmrPoa7AMTaIR0,8963
5
+ mangopay/compat.py,sha256=pKFO3MnpDnKI6FA8PpbTa-y7FOUaNNj1usTqTe8mbBg,560
6
+ mangopay/constants.py,sha256=l5tHTXPROBYP8aT_ydb3CBNQTNpdb1XmPujVHWFC4jI,21550
7
+ mangopay/exceptions.py,sha256=dSPvbPEUTIqviHPQVFOROMly4VXjXKxaMCTkNUUo7eg,731
8
+ mangopay/fields.py,sha256=BAj6fB_nlqSmp7wU6vQtsnCEFMyISyQc3hE7hSWFTcg,46606
9
+ mangopay/page.py,sha256=aQp2cjAhzf9snPcbrCbSc1-ZseTYVvWimbXoWSQF9eM,452
10
+ mangopay/query.py,sha256=bV_wzWmA2Ds8V0NUodV5Y5nNu2TL28DavsO4YVu-Nek,9963
11
+ mangopay/ratelimit.py,sha256=ovGyjgLZqNL75cnwjOjTV-16kq2oj1DTt4d8q-EIV8g,111
12
+ mangopay/resources.py,sha256=arg1_eAQalqjD9dn8U7cOKtvLviQyc74kNHzCRncQpE,137093
13
+ mangopay/signals.py,sha256=U_mE5qtcdLYK7YGX63OWHwmfKHcteOXit4JDNlBqjAU,290
14
+ mangopay/utils.py,sha256=SgNWjjoAlG6omX3LNHR9w68Z0VC4XC8mBAuwKfLknkU,56611
15
+ mangopay4_python_sdk-3.52.0.dist-info/licenses/LICENSE,sha256=XryWGZ5m5ppTDvRcXjXDJ9kENEJrJDbvR1K36q1GvEk,1076
16
+ mangopay4_python_sdk-3.52.0.dist-info/METADATA,sha256=9Hi8ssKQMVL9_r2g5ExmaGVhTz_9S_qdcXI2S0q9LTA,1792
17
+ mangopay4_python_sdk-3.52.0.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
18
+ mangopay4_python_sdk-3.52.0.dist-info/entry_points.txt,sha256=xPp6vFitqG85D-kOcIEWjIZmvD2l53YiMbrwjZFpjZw,39
19
+ mangopay4_python_sdk-3.52.0.dist-info/top_level.txt,sha256=Z-m55b_gysSGQbb3SNINiYle-UG2WS44k_CB8NTg64w,9
20
+ mangopay4_python_sdk-3.52.0.dist-info/RECORD,,
@@ -0,0 +1,6 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py2-none-any
5
+ Tag: py3-none-any
6
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ sample = sample:main
@@ -0,0 +1,22 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2016 MANGOPAY
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
22
+
@@ -0,0 +1 @@
1
+ mangopay