prediction-market-agent-tooling 0.58.0__py3-none-any.whl → 0.58.1__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.
- prediction_market_agent_tooling/deploy/gcp/utils.py +2 -0
- {prediction_market_agent_tooling-0.58.0.dist-info → prediction_market_agent_tooling-0.58.1.dist-info}/METADATA +1 -1
- {prediction_market_agent_tooling-0.58.0.dist-info → prediction_market_agent_tooling-0.58.1.dist-info}/RECORD +6 -6
- {prediction_market_agent_tooling-0.58.0.dist-info → prediction_market_agent_tooling-0.58.1.dist-info}/LICENSE +0 -0
- {prediction_market_agent_tooling-0.58.0.dist-info → prediction_market_agent_tooling-0.58.1.dist-info}/WHEEL +0 -0
- {prediction_market_agent_tooling-0.58.0.dist-info → prediction_market_agent_tooling-0.58.1.dist-info}/entry_points.txt +0 -0
@@ -1,6 +1,7 @@
|
|
1
1
|
import json
|
2
2
|
import subprocess
|
3
3
|
import sys
|
4
|
+
from functools import cache
|
4
5
|
|
5
6
|
from google.cloud.functions_v2.services.function_service.client import (
|
6
7
|
FunctionServiceClient,
|
@@ -197,6 +198,7 @@ def gcp_function_is_active(fname: str) -> bool:
|
|
197
198
|
return get_gcp_function(fname).state == Function.State.ACTIVE
|
198
199
|
|
199
200
|
|
201
|
+
@cache
|
200
202
|
def gcp_get_secret_value(name: str, version: str = "latest") -> str:
|
201
203
|
client = SecretManagerServiceClient()
|
202
204
|
return client.access_secret_version(
|
@@ -29,7 +29,7 @@ prediction_market_agent_tooling/deploy/betting_strategy.py,sha256=kMrIE3wMv_IB6n
|
|
29
29
|
prediction_market_agent_tooling/deploy/constants.py,sha256=M5ty8URipYMGe_G-RzxRydK3AFL6CyvmqCraJUrLBnE,82
|
30
30
|
prediction_market_agent_tooling/deploy/gcp/deploy.py,sha256=CYUgnfy-9XVk04kkxA_5yp0GE9Mw5caYqlFUZQ2j3ks,3739
|
31
31
|
prediction_market_agent_tooling/deploy/gcp/kubernetes_models.py,sha256=OsPboCFGiZKsvGyntGZHwdqPlLTthITkNF5rJFvGgU8,2582
|
32
|
-
prediction_market_agent_tooling/deploy/gcp/utils.py,sha256=
|
32
|
+
prediction_market_agent_tooling/deploy/gcp/utils.py,sha256=WI2ycX1X-IlTRoNoG4ggFlRwPL28kwM9VGDFD2fePLo,5699
|
33
33
|
prediction_market_agent_tooling/deploy/trade_interval.py,sha256=Xk9j45alQ_vrasGvsNyuW70XHIQ7wfvjoxNR3F6HYCw,1155
|
34
34
|
prediction_market_agent_tooling/gtypes.py,sha256=G9KOKqYcxoKLv5Tfto4g5zq46FeIKxGl4RTArLIJn3I,2563
|
35
35
|
prediction_market_agent_tooling/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -117,8 +117,8 @@ prediction_market_agent_tooling/tools/tokens/main_token.py,sha256=5iHO7-iehSlXuu
|
|
117
117
|
prediction_market_agent_tooling/tools/transaction_cache.py,sha256=K5YKNL2_tR10Iw2TD9fuP-CTGpBbZtNdgbd0B_R7pjg,1814
|
118
118
|
prediction_market_agent_tooling/tools/utils.py,sha256=jLG4nbEoIzzJiZ4RgMx4Q969Zdl0p0s63p8uET_0Fuw,6440
|
119
119
|
prediction_market_agent_tooling/tools/web3_utils.py,sha256=wqUDCed3iNrn1Wao1iwGN6tzIrhpzrTRj319wlveJEo,12275
|
120
|
-
prediction_market_agent_tooling-0.58.
|
121
|
-
prediction_market_agent_tooling-0.58.
|
122
|
-
prediction_market_agent_tooling-0.58.
|
123
|
-
prediction_market_agent_tooling-0.58.
|
124
|
-
prediction_market_agent_tooling-0.58.
|
120
|
+
prediction_market_agent_tooling-0.58.1.dist-info/LICENSE,sha256=6or154nLLU6bELzjh0mCreFjt0m2v72zLi3yHE0QbeE,7650
|
121
|
+
prediction_market_agent_tooling-0.58.1.dist-info/METADATA,sha256=TN65w8MLP9CCXVec1tociFt0mAYyiHbiDWNE_MzU9ds,8629
|
122
|
+
prediction_market_agent_tooling-0.58.1.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
123
|
+
prediction_market_agent_tooling-0.58.1.dist-info/entry_points.txt,sha256=m8PukHbeH5g0IAAmOf_1Ahm-sGAMdhSSRQmwtpmi2s8,81
|
124
|
+
prediction_market_agent_tooling-0.58.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|