yeref 0.24.53__py3-none-any.whl → 0.24.54__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
@@ -16285,6 +16285,13 @@ async def return_unit_metrics(bot, PROJECT_USERNAME, EXTRA_D, BASE_P):
|
|
16285
16285
|
row["ChurnR"], row["LTV1"], row["LTV2"], row["CMGR"], row["CAC"]
|
16286
16286
|
])
|
16287
16287
|
|
16288
|
+
cmgr_values = [row["CMGR"] for row in results if row["CMGR"] is not None]
|
16289
|
+
if cmgr_values:
|
16290
|
+
avg_cmgr = sum(cmgr_values) / len(cmgr_values)
|
16291
|
+
writer.writerow([])
|
16292
|
+
writer.writerow(
|
16293
|
+
[f"Every month, revenue multiplied by approximately {round(1 + avg_cmgr, 2)}× on average."])
|
16294
|
+
|
16288
16295
|
# отправить файл
|
16289
16296
|
thumb = types.FSInputFile(os.path.join(EXTRA_D, "parse.jpg"))
|
16290
16297
|
await bot.send_document(chat_id=my_tid, document=types.FSInputFile(path), thumbnail=thumb)
|
@@ -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=S1qNndwmZpg57uRijDBPBHq1Mtnyp8JGNXrM9SPZ-BA,1043438
|
5
|
+
yeref-0.24.54.dist-info/METADATA,sha256=cOnkuFSZN_IedXM9zD7oY74KJpscBPnfiaMKNdxNza4,119
|
6
|
+
yeref-0.24.54.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
+
yeref-0.24.54.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
+
yeref-0.24.54.dist-info/RECORD,,
|
yeref-0.24.53.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=sfpQr5kHLQWeqoRHnixG9sOWHM-EnrazdMP2To0kGHs,1043077
|
5
|
-
yeref-0.24.53.dist-info/METADATA,sha256=hptECoCYHNoEYRB2ex9g0RKqIopyd7jJgLiO4JFhwPo,119
|
6
|
-
yeref-0.24.53.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
-
yeref-0.24.53.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
-
yeref-0.24.53.dist-info/RECORD,,
|
File without changes
|
File without changes
|