yeref 0.24.51__py3-none-any.whl → 0.24.52__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
@@ -16140,7 +16140,7 @@ async def return_unit_metrics(bot, PROJECT_USERNAME, EXTRA_D, BASE_P):
|
|
16140
16140
|
|
16141
16141
|
months = ["2025-06", "2025-07", "2025-08", "2025-09"]
|
16142
16142
|
data_users = []
|
16143
|
-
for _ in range(
|
16143
|
+
for _ in range(8):
|
16144
16144
|
# дата входа
|
16145
16145
|
entry_month = random.choice(months)
|
16146
16146
|
entry_day = random.randint(1, 28)
|
@@ -16158,21 +16158,6 @@ async def return_unit_metrics(bot, PROJECT_USERNAME, EXTRA_D, BASE_P):
|
|
16158
16158
|
user_dau_dates = set()
|
16159
16159
|
txs, payments = [], []
|
16160
16160
|
|
16161
|
-
# транзакция
|
16162
|
-
if user_mau and random.random() < 0.5:
|
16163
|
-
tx_month = random.choice(user_mau)
|
16164
|
-
tx_day = random.randint(1, 28)
|
16165
|
-
tx_date = f"{tx_month}-{tx_day:02}"
|
16166
|
-
dt_tx = datetime.strptime(tx_date, "%Y-%m-%d")
|
16167
|
-
if dt_tx >= entry_dt_obj:
|
16168
|
-
txs = [{
|
16169
|
-
"TYPE": random.choice(["don", "sub", "pst"]),
|
16170
|
-
"AMOUNT": str(random.randint(1, 10)),
|
16171
|
-
"ADDRESS": f"address{random.randint(1, 999)}",
|
16172
|
-
"DT_START": f"{dt_tx.strftime('%d-%m-%Y')}_12-00-00",
|
16173
|
-
}]
|
16174
|
-
user_dau_dates.add(tx_date)
|
16175
|
-
|
16176
16161
|
# платеж
|
16177
16162
|
if user_mau:
|
16178
16163
|
pay_month = random.choice(user_mau)
|
@@ -16251,7 +16236,6 @@ async def return_unit_metrics(bot, PROJECT_USERNAME, EXTRA_D, BASE_P):
|
|
16251
16236
|
N = data["N"]
|
16252
16237
|
MRR = data["sum_amount"]
|
16253
16238
|
|
16254
|
-
|
16255
16239
|
def fmt(x):
|
16256
16240
|
return (f"{x:.2f}".rstrip("0").rstrip(".")) if x is not None else ""
|
16257
16241
|
mrr_fmt = fmt(MRR)
|
@@ -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=t099dG-H2DR_N9MufyU6QqRQsJ1ZTT4xe7Iq4ZmNiFk,1043018
|
5
|
+
yeref-0.24.52.dist-info/METADATA,sha256=qtfFHYyEJdnxw1-7-Cs6nMfBewO8JZWvHfz2OppNSRY,119
|
6
|
+
yeref-0.24.52.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
+
yeref-0.24.52.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
+
yeref-0.24.52.dist-info/RECORD,,
|
yeref-0.24.51.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=crPI2MI-VESrC5EGX0uyY0it1rXpwFTHULYfZ57NPXI,1043742
|
5
|
-
yeref-0.24.51.dist-info/METADATA,sha256=nYuTCJgHSxWaTNJWWGLnK6pSmaiG4907yYDAGT2R_KM,119
|
6
|
-
yeref-0.24.51.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
-
yeref-0.24.51.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
-
yeref-0.24.51.dist-info/RECORD,,
|
File without changes
|
File without changes
|