polyapi-python 0.3.13__py3-none-any.whl → 0.3.13.dev3__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.
- {polyapi_python-0.3.13.dist-info → polyapi_python-0.3.13.dev3.dist-info}/METADATA +1 -9
- {polyapi_python-0.3.13.dist-info → polyapi_python-0.3.13.dev3.dist-info}/RECORD +5 -5
- {polyapi_python-0.3.13.dist-info → polyapi_python-0.3.13.dev3.dist-info}/WHEEL +0 -0
- {polyapi_python-0.3.13.dist-info → polyapi_python-0.3.13.dev3.dist-info}/licenses/LICENSE +0 -0
- {polyapi_python-0.3.13.dist-info → polyapi_python-0.3.13.dev3.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: polyapi-python
|
|
3
|
-
Version: 0.3.13
|
|
3
|
+
Version: 0.3.13.dev3
|
|
4
4
|
Summary: The Python Client for PolyAPI, the IPaaS by Developers for Developers
|
|
5
5
|
Author-email: Dan Fellin <dan@polyapi.io>
|
|
6
6
|
License: MIT License
|
|
@@ -185,14 +185,6 @@ This script is handy for checking for any mypy types:
|
|
|
185
185
|
|
|
186
186
|
Please ignore \[name-defined\] errors for now. This is a known bug we are working to fix!
|
|
187
187
|
|
|
188
|
-
## Strategies for QA'ing Changes To Generate Or Other Core Functionality
|
|
189
|
-
|
|
190
|
-
Our https://na1.polyapi.io has a large OOB catalog (as does eu1/na2). We also have several big internal PolyAPI projects with Python (message @eupharis if you need a pointer to which ones).
|
|
191
|
-
|
|
192
|
-
Running `python -m polyapi generate` in all these projects and then checking the flake8 and check_mypy steps above is a great way to build confidence that the `generate` changes has no gotchas.
|
|
193
|
-
|
|
194
|
-
Of course all this is in addition to the changes passing through normal unittests and integration tests!
|
|
195
|
-
|
|
196
188
|
## Support
|
|
197
189
|
|
|
198
190
|
If you run into any issues or want help getting started with this project, please contact support@polyapi.io
|
|
@@ -25,8 +25,8 @@ polyapi/typedefs.py,sha256=mfll-KrngOW0wzbvDNiIDaDkFMwbsT-MY5y5hzWj9RE,5642
|
|
|
25
25
|
polyapi/utils.py,sha256=CZdGusrLOA-e4zb9aZ4aI-UkDPBoyu0-euWj7EE0Vk8,13323
|
|
26
26
|
polyapi/variables.py,sha256=SJv106ePpQP5mx7Iiafl_shtFlE8FoaO9Q8lvw-3IRg,7270
|
|
27
27
|
polyapi/webhook.py,sha256=0ceLwHNjNd2Yx_8MX5jOIxiQ5Lwhy2pe81ProAuKon0,5108
|
|
28
|
-
polyapi_python-0.3.13.dist-info/licenses/LICENSE,sha256=6b_I7aPVp8JXhqQwdw7_B84Ca0S4JGjHj0sr_1VOdB4,1068
|
|
29
|
-
polyapi_python-0.3.13.dist-info/METADATA,sha256=
|
|
30
|
-
polyapi_python-0.3.13.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
|
|
31
|
-
polyapi_python-0.3.13.dist-info/top_level.txt,sha256=CEFllOnzowci_50RYJac-M54KD2IdAptFsayVVF_f04,8
|
|
32
|
-
polyapi_python-0.3.13.dist-info/RECORD,,
|
|
28
|
+
polyapi_python-0.3.13.dev3.dist-info/licenses/LICENSE,sha256=6b_I7aPVp8JXhqQwdw7_B84Ca0S4JGjHj0sr_1VOdB4,1068
|
|
29
|
+
polyapi_python-0.3.13.dev3.dist-info/METADATA,sha256=mMara9mTQNrc7bNgKRQpSkkeCUzBx0YfXM3SXhO5W94,5318
|
|
30
|
+
polyapi_python-0.3.13.dev3.dist-info/WHEEL,sha256=YCfwYGOYMi5Jhw2fU4yNgwErybb2IX5PEwBKV4ZbdBo,91
|
|
31
|
+
polyapi_python-0.3.13.dev3.dist-info/top_level.txt,sha256=CEFllOnzowci_50RYJac-M54KD2IdAptFsayVVF_f04,8
|
|
32
|
+
polyapi_python-0.3.13.dev3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|