yeref 0.24.82__py3-none-any.whl → 0.24.84__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
@@ -16662,7 +16662,7 @@ async def return_profit_and_loss_metrics(bot, PROJECT_USERNAME, EXTRA_D, BASE_P)
|
|
16662
16662
|
fmt(NP)
|
16663
16663
|
])
|
16664
16664
|
|
16665
|
-
path = os.path.join(EXTRA_D, "
|
16665
|
+
path = os.path.join(EXTRA_D, "5_profit_and_loss_metrics.csv")
|
16666
16666
|
with open(path, "w", newline="", encoding="utf-8") as f:
|
16667
16667
|
writer = csv.writer(f)
|
16668
16668
|
writer.writerow([
|
@@ -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=3z32qV7fi1sXIdYQbcB8eHIHkKaXM3fxVML-d7Kp8-Q,1059485
|
5
|
+
yeref-0.24.84.dist-info/METADATA,sha256=htOlG7WUVSBli_9GF_7PT7htb0ooVwdXwnyYBx6kxU8,119
|
6
|
+
yeref-0.24.84.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
+
yeref-0.24.84.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
+
yeref-0.24.84.dist-info/RECORD,,
|
yeref-0.24.82.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=nJ6rdm48zUuPL6BASNz2AIuXvl8roUZUKKzvT35c-34,1059485
|
5
|
-
yeref-0.24.82.dist-info/METADATA,sha256=_v14C89Qh0NZthbZyafuN-k1pQXXTmUcgXDh0iNl65Q,119
|
6
|
-
yeref-0.24.82.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
-
yeref-0.24.82.dist-info/top_level.txt,sha256=yCQKchWHbfV-3OuQPYRdi2loypD-nmbDJbtt3OuKKkY,6
|
8
|
-
yeref-0.24.82.dist-info/RECORD,,
|
File without changes
|
File without changes
|