polyapi-python 0.3.12.dev1__py3-none-any.whl → 0.3.12.dev2__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/config.py +2 -1
- {polyapi_python-0.3.12.dev1.dist-info → polyapi_python-0.3.12.dev2.dist-info}/METADATA +1 -1
- {polyapi_python-0.3.12.dev1.dist-info → polyapi_python-0.3.12.dev2.dist-info}/RECORD +6 -6
- {polyapi_python-0.3.12.dev1.dist-info → polyapi_python-0.3.12.dev2.dist-info}/WHEEL +0 -0
- {polyapi_python-0.3.12.dev1.dist-info → polyapi_python-0.3.12.dev2.dist-info}/licenses/LICENSE +0 -0
- {polyapi_python-0.3.12.dev1.dist-info → polyapi_python-0.3.12.dev2.dist-info}/top_level.txt +0 -0
polyapi/config.py
CHANGED
|
@@ -96,7 +96,8 @@ def initialize_config(force=False):
|
|
|
96
96
|
if not key:
|
|
97
97
|
key = input("? Poly App Key or User Key: ").strip()
|
|
98
98
|
else:
|
|
99
|
-
|
|
99
|
+
display_key = '*' * 8 + key[-4:]
|
|
100
|
+
key_input = input(f"? Poly App Key or User Key ({display_key}): ").strip()
|
|
100
101
|
key = key_input if key_input else key
|
|
101
102
|
|
|
102
103
|
if url and key:
|
|
@@ -4,7 +4,7 @@ polyapi/api.py,sha256=2nds6ZdNe9OHvCba4IjOPga0CAYIsib2SbhEyDDCmd8,2188
|
|
|
4
4
|
polyapi/auth.py,sha256=EGstBjTSdAydI5hGAHeRRc1GcmHshogudb3sxCgO6zA,5341
|
|
5
5
|
polyapi/cli.py,sha256=3M6XpMhpvQSHq4X8tBsq7N93YEwyVIqNFkz1tx_6aSs,11107
|
|
6
6
|
polyapi/client.py,sha256=DW6ljG_xCwAo2yz23A9QfLooE6ZUDvSpdA4e_dCQjiQ,1418
|
|
7
|
-
polyapi/config.py,sha256=
|
|
7
|
+
polyapi/config.py,sha256=dnowfPKEau5sA4zwBzLK_dYAHA-Wi3AOnMtDNsYwUmM,7520
|
|
8
8
|
polyapi/constants.py,sha256=sc-FnS0SngBLvSu1ZWMs0UCf9EYD1u1Yhfr-sZXGLns,607
|
|
9
9
|
polyapi/deployables.py,sha256=6R7XSgpTohZBcqoGd7GioQdXXKuvbBsdq_cAJ1p8jfQ,12184
|
|
10
10
|
polyapi/error_handler.py,sha256=I_e0iz6VM23FLVQWJljxs2NGcl_OODbi43OcbnqBlp8,2398
|
|
@@ -25,8 +25,8 @@ polyapi/typedefs.py,sha256=mfll-KrngOW0wzbvDNiIDaDkFMwbsT-MY5y5hzWj9RE,5642
|
|
|
25
25
|
polyapi/utils.py,sha256=Ca189i4PM4TpwvpzwF3T8MfQsOPD45b_falXjjgYCyI,12603
|
|
26
26
|
polyapi/variables.py,sha256=SJv106ePpQP5mx7Iiafl_shtFlE8FoaO9Q8lvw-3IRg,7270
|
|
27
27
|
polyapi/webhook.py,sha256=I3_uOl4f4L2-2WehzRLMVMRrB-76EiXCPA9Vzoaj30I,5326
|
|
28
|
-
polyapi_python-0.3.12.
|
|
29
|
-
polyapi_python-0.3.12.
|
|
30
|
-
polyapi_python-0.3.12.
|
|
31
|
-
polyapi_python-0.3.12.
|
|
32
|
-
polyapi_python-0.3.12.
|
|
28
|
+
polyapi_python-0.3.12.dev2.dist-info/licenses/LICENSE,sha256=6b_I7aPVp8JXhqQwdw7_B84Ca0S4JGjHj0sr_1VOdB4,1068
|
|
29
|
+
polyapi_python-0.3.12.dev2.dist-info/METADATA,sha256=I_zQxpbwy7JAvSFu-uJr-C9Gl5kHmGWnAvduAW5zqbk,5318
|
|
30
|
+
polyapi_python-0.3.12.dev2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
31
|
+
polyapi_python-0.3.12.dev2.dist-info/top_level.txt,sha256=CEFllOnzowci_50RYJac-M54KD2IdAptFsayVVF_f04,8
|
|
32
|
+
polyapi_python-0.3.12.dev2.dist-info/RECORD,,
|
|
File without changes
|
{polyapi_python-0.3.12.dev1.dist-info → polyapi_python-0.3.12.dev2.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|