yeref 0.24.85__tar.gz → 0.24.86__tar.gz
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-0.24.85 → yeref-0.24.86}/PKG-INFO +1 -1
- {yeref-0.24.85 → yeref-0.24.86}/setup.py +1 -1
- {yeref-0.24.85 → yeref-0.24.86}/yeref/yeref.py +3 -3
- {yeref-0.24.85 → yeref-0.24.86}/yeref.egg-info/PKG-INFO +1 -1
- {yeref-0.24.85 → yeref-0.24.86}/pyproject.toml +0 -0
- {yeref-0.24.85 → yeref-0.24.86}/setup.cfg +0 -0
- {yeref-0.24.85 → yeref-0.24.86}/yeref/__init__.py +0 -0
- {yeref-0.24.85 → yeref-0.24.86}/yeref/l_.py +0 -0
- {yeref-0.24.85 → yeref-0.24.86}/yeref/tonweb.js +0 -0
- {yeref-0.24.85 → yeref-0.24.86}/yeref.egg-info/SOURCES.txt +0 -0
- {yeref-0.24.85 → yeref-0.24.86}/yeref.egg-info/dependency_links.txt +0 -0
- {yeref-0.24.85 → yeref-0.24.86}/yeref.egg-info/top_level.txt +0 -0
@@ -16604,12 +16604,12 @@ async def return_profit_and_loss_metrics(bot, PROJECT_USERNAME, EXTRA_D, BASE_P)
|
|
16604
16604
|
fmt(NP)
|
16605
16605
|
])
|
16606
16606
|
|
16607
|
-
path = os.path.join(EXTRA_D, "
|
16607
|
+
path = os.path.join(EXTRA_D, "5_profit_and_loss_metrics.csv")
|
16608
16608
|
with open(path, "w", newline="", encoding="utf-8") as f:
|
16609
16609
|
writer = csv.writer(f)
|
16610
16610
|
writer.writerow([
|
16611
|
-
"
|
16612
|
-
"OPEX", "
|
16611
|
+
"Mo", "MRR", "COGS", "Gross Profit",
|
16612
|
+
"OPEX", "Operating Profit", "Comission (30%)", "Fiat (1%)", "Net Profit"
|
16613
16613
|
])
|
16614
16614
|
for row in results:
|
16615
16615
|
writer.writerow(row)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|