yeref 0.24.87__py3-none-any.whl → 0.24.89__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
@@ -16589,7 +16589,7 @@ async def return_profit_and_loss_metrics(bot, PROJECT_USERNAME, EXTRA_D, BASE_P)
|
|
16589
16589
|
"TYPE": random.choice(["don", "sub", "pst"]),
|
16590
16590
|
"DT_START": f"{dt_pay.strftime('%d-%m-%Y')}_14-00-00",
|
16591
16591
|
"DT_END": "0",
|
16592
|
-
"AMOUNT": str(random.randint(
|
16592
|
+
"AMOUNT": str(random.randint(10, 1000))
|
16593
16593
|
}]
|
16594
16594
|
user_dau_dates.add(pay_date)
|
16595
16595
|
|
@@ -16656,7 +16656,7 @@ async def return_profit_and_loss_metrics(bot, PROJECT_USERNAME, EXTRA_D, BASE_P)
|
|
16656
16656
|
NP = OP - COMM - EXCH
|
16657
16657
|
|
16658
16658
|
results.append([
|
16659
|
-
|
16659
|
+
mo,
|
16660
16660
|
fmt(MRR),
|
16661
16661
|
fmt(COGS),
|
16662
16662
|
fmt(GP),
|
@@ -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=vGiJxvSfQZYhjiD9r8Q2e0mfr7-yzGlUcdJSkoQPzyk,1059619
|
5
|
+
yeref-0.24.89.dist-info/METADATA,sha256=VCpjvqkKRKW4aydj7_9IWvMq679bcnfhxKYbYZKWdlY,119
|
6
|
+
yeref-0.24.89.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
+
yeref-0.24.89.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
+
yeref-0.24.89.dist-info/RECORD,,
|
yeref-0.24.87.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=H3xcQ_grp3RzRcbU9jAnOxnNoI0U1_OuJhnmHXrkdvw,1059621
|
5
|
-
yeref-0.24.87.dist-info/METADATA,sha256=32rpWU0-qM0VrE9uSeyIHq6XMdFLmtWkbLJY8FcndOg,119
|
6
|
-
yeref-0.24.87.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
-
yeref-0.24.87.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
-
yeref-0.24.87.dist-info/RECORD,,
|
File without changes
|
File without changes
|