pyntcli 0.1.61__py3-none-any.whl → 0.1.62__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.
pyntcli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.1.61"
1
+ __version__ = "0.1.62"
pyntcli/auth/login.py CHANGED
@@ -21,7 +21,7 @@ class InvalidTokenInEnvVarsException(LoginException):
21
21
  pass
22
22
 
23
23
  PYNT_CREDENTIALS = "PYNT_CREDENTIALS"
24
- PYNT_SAAS = "https://api.pynt.io/v1"
24
+ PYNT_SAAS = os.environ.get("PYNT_SAAS_URL") if os.environ.get("PYNT_SAAS_URL") else "https://api.pynt.io/v1"
25
25
 
26
26
  class Login():
27
27
  def __init__(self) -> None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyntcli
3
- Version: 0.1.61
3
+ Version: 0.1.62
4
4
  Summary: Command line utility to handle all of Pynt's different integrations
5
5
  Author-email: Pynt-io <support@pynt.io>
6
6
  Project-URL: Homepage, https://pynt.io
@@ -1,9 +1,9 @@
1
- pyntcli/__init__.py,sha256=CjOPJsj7rCFM2zpom_253GmmHGb2RQ8NuZwsEg0ZmF0,23
1
+ pyntcli/__init__.py,sha256=cwSKWX9cG1qs0I6C99TSkty5QpTa10uiqSeiXnsoOg0,23
2
2
  pyntcli/main.py,sha256=MmciZ-oE1_1Q0PUbMb1MUAesXlIxG5PqD43LCKY6I1U,3607
3
3
  pyntcli/analytics/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
4
  pyntcli/analytics/send.py,sha256=tfRsXlwABk_el1snDrxJ-XKiMQu08MmIwj2cIAaf5mI,2110
5
5
  pyntcli/auth/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
- pyntcli/auth/login.py,sha256=2mTE3AdSb98IbcvwkR4H3tgvhfM0XaZTZUoBucSOAOU,4767
6
+ pyntcli/auth/login.py,sha256=P5CoIf72V1rWAIBp5UGUuCAtEUweEjyoztF-PCBYGPM,4839
7
7
  pyntcli/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  pyntcli/commands/har.py,sha256=s5TUw9JVhINRa1kaU6d784u6k_UAMcYu8ZzLk9W6JG4,2935
9
9
  pyntcli/commands/id_command.py,sha256=2J5oEa39uyBMMSCRHzuKh3_11CeUEYi7YLoBk1yuu_I,942
@@ -30,8 +30,8 @@ pyntcli/ui/ui_thread.py,sha256=JAonXc6aOFawaEixghclxHSCHZBieEWfZzsPef_ZNMI,4796
30
30
  tests/conftest.py,sha256=gToq5K74GtgeGQXjFvXSzMaE6axBYxAzcFG5XJPOXjI,427
31
31
  tests/auth/test_login.py,sha256=M6JRFTQRZrL6M2-iph_r-aBSQMMiFDncQbVYeObBFYU,3296
32
32
  tests/store/test_cred_store.py,sha256=_7-917EtNC9eKEumO2_lt-7KuDmCwOZFaowCm7DbA_A,254
33
- pyntcli-0.1.61.dist-info/METADATA,sha256=Di5TXiYWF3CQLU_Yz_dmXHemuSTBj0dHGtWt0yDTmWU,361
34
- pyntcli-0.1.61.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
35
- pyntcli-0.1.61.dist-info/entry_points.txt,sha256=kcGmqAxXDttNk2EPRcqunc_LTVp61gzakz0v-GEE2SY,43
36
- pyntcli-0.1.61.dist-info/top_level.txt,sha256=u9MDStwVHB7UG8PUcODeWCul_NvzL2EzoLvSlgwLHFs,30
37
- pyntcli-0.1.61.dist-info/RECORD,,
33
+ pyntcli-0.1.62.dist-info/METADATA,sha256=1cs1VO2XZ4kOHvA4UQbgSgK3rawfJRHDUomMrcMtD5w,361
34
+ pyntcli-0.1.62.dist-info/WHEEL,sha256=yQN5g4mg4AybRjkgi-9yy4iQEFibGQmlz78Pik5Or-A,92
35
+ pyntcli-0.1.62.dist-info/entry_points.txt,sha256=kcGmqAxXDttNk2EPRcqunc_LTVp61gzakz0v-GEE2SY,43
36
+ pyntcli-0.1.62.dist-info/top_level.txt,sha256=u9MDStwVHB7UG8PUcODeWCul_NvzL2EzoLvSlgwLHFs,30
37
+ pyntcli-0.1.62.dist-info/RECORD,,