yeref 0.24.48__py3-none-any.whl → 0.24.49__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.
yeref/yeref.py
CHANGED
@@ -16207,6 +16207,7 @@ async def return_unit_metrics(bot, PROJECT_USERNAME, EXTRA_D, BASE_P):
|
|
16207
16207
|
json.dumps({"USER_WALLET": wallet, "USER_UTM": utm, "USER_DT": entry_dt}),
|
16208
16208
|
json.dumps({"USER_DAU": user_dau, "USER_MAU": user_mau, "USER_TXS": txs, "USER_PAYMENTS": payments})
|
16209
16209
|
))
|
16210
|
+
print(f"gen {data_users=}")
|
16210
16211
|
|
16211
16212
|
for USER_TID, USER_VARS, USER_LSTS in data_users:
|
16212
16213
|
USER_VARS = json.loads(USER_VARS or USER_VARS_)
|
@@ -16243,7 +16244,6 @@ async def return_unit_metrics(bot, PROJECT_USERNAME, EXTRA_D, BASE_P):
|
|
16243
16244
|
metrics[mo_s]["churn_count"] += 1
|
16244
16245
|
break
|
16245
16246
|
|
16246
|
-
# список месяцев в порядке
|
16247
16247
|
all_months = sorted(metrics.keys())
|
16248
16248
|
results = []
|
16249
16249
|
first_mrr = None
|
@@ -0,0 +1,8 @@
|
|
1
|
+
yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
|
2
|
+
yeref/l_.py,sha256=LMX_olmJwq-tgoALJCnhV_fGrL_i_43yBLkLIcEVqGo,1176743
|
3
|
+
yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
|
4
|
+
yeref/yeref.py,sha256=jxbSld3qkAba-VW_E6Z0kGWaUGt07cU1Yl8IjCcQ8GU,1043818
|
5
|
+
yeref-0.24.49.dist-info/METADATA,sha256=wWh9sIANS569aeidXm4Go-_o0LiTOyA4CLl5WF8e47M,119
|
6
|
+
yeref-0.24.49.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
+
yeref-0.24.49.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
+
yeref-0.24.49.dist-info/RECORD,,
|
yeref-0.24.48.dist-info/RECORD
DELETED
@@ -1,8 +0,0 @@
|
|
1
|
-
yeref/__init__.py,sha256=Qpv3o6Xa78VdLcsSRmctGtpnYE9btpAkCekgGhgJyXM,49
|
2
|
-
yeref/l_.py,sha256=LMX_olmJwq-tgoALJCnhV_fGrL_i_43yBLkLIcEVqGo,1176743
|
3
|
-
yeref/tonweb.js,sha256=Jf6aFOQ1OIY4q7fINYz-m5LsI3seMus124M5SYYZmtE,443659
|
4
|
-
yeref/yeref.py,sha256=XgDATwi2ZNsvm9HNC8-fepJrdvDBp-7wRVT_LXCKyBg,1043838
|
5
|
-
yeref-0.24.48.dist-info/METADATA,sha256=eG0aW2Lhbbg-EAs7sk9QczpQTdpCKKJ3fRJmraorYmM,119
|
6
|
-
yeref-0.24.48.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
-
yeref-0.24.48.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
-
yeref-0.24.48.dist-info/RECORD,,
|
File without changes
|
File without changes
|