yeref 0.24.68__tar.gz → 0.24.69__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeref
3
- Version: 0.24.68
3
+ Version: 0.24.69
4
4
  Summary: desc-f
5
5
  Author: john smith
6
6
  Dynamic: author
@@ -2,7 +2,7 @@ from setuptools import setup
2
2
 
3
3
  setup(
4
4
  name='yeref',
5
- version='0.24.68',
5
+ version='0.24.69',
6
6
  description='desc-f',
7
7
  author='john smith',
8
8
  packages=['yeref'],
@@ -16312,9 +16312,6 @@ async def return_cohort_metrics(bot, PROJECT_USERNAME, EXTRA_D, BASE_P):
16312
16312
  USER_DT = USER_VARS.get("USER_DT", "")
16313
16313
  USER_DAU = USER_LSTS.get("USER_DAU", [])
16314
16314
 
16315
- if not USER_DT:
16316
- continue
16317
-
16318
16315
  entry_mo = datetime.strptime(USER_DT, "%d-%m-%Y_%H-%M-%S").strftime("%Y-%m")
16319
16316
  cohorts[entry_mo].add(USER_TID)
16320
16317
 
@@ -16394,7 +16391,7 @@ async def return_cohort_metrics(bot, PROJECT_USERNAME, EXTRA_D, BASE_P):
16394
16391
  for r in table:
16395
16392
  writer.writerow(r)
16396
16393
  writer.writerow([])
16397
- writer.writerow([f"Avg monthly cohort churn: {avg_churn:.2f}%"])
16394
+ writer.writerow([f"Churn ~ ×{avg_churn:.1f} monthly"])
16398
16395
 
16399
16396
  thumb = types.FSInputFile(os.path.join(EXTRA_D, "parse.jpg"))
16400
16397
  await bot.send_document(chat_id=my_tid, document=types.FSInputFile(path), thumbnail=thumb)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: yeref
3
- Version: 0.24.68
3
+ Version: 0.24.69
4
4
  Summary: desc-f
5
5
  Author: john smith
6
6
  Dynamic: author
File without changes
File without changes
File without changes
File without changes
File without changes