Compare commits

..
2 Commits
Author SHA1 Message Date
retoor b7c1558686 Updated package
dR export statistics / Compile (push) Failing after 1m5s
2024-11-25 20:48:02 +01:00
retoor 48883e92f4 Updated build 2024-11-25 20:47:34 +01:00
4 changed files with 8 additions and 6 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
all: build sync export_dataset export_stats merge_images export_statistics export_mentions
all: ensure_env build sync export_dataset export_stats merge_images export_statistics export_mentions
ensure_env:
-@python3 -m venv venv
build:
pip install build
BIN
View File
Binary file not shown.
+4 -4
View File
@@ -2,13 +2,15 @@ Metadata-Version: 2.1
Name: drstats
Version: 1.3.37
Summary: dR stats
Home-page: UNKNOWN
Author: Retoor
Author-email: retoor@molodetz.nl
License: MIT
Platform: UNKNOWN
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: aiohttp==3.10.10
Requires-Dist: dataset==1.6.2
Requires-Dist: matplotlib==3.9.2
Requires-Dist: requests==2.32.3
# dRStats
@@ -54,5 +56,3 @@ If you type `dr.` in terminal and press tab you'll see all available apps auto c
4. `dr.rant_stats_per_day` exports graphs to export folder. don't forget to execute `dr.sync` first.
5. `dr.rant_stats_per_hour` exports graphs to export folder. don't forget to execute `dr.sync` first.
6. `dr.rant_stats_per_weekday` exports graphs to export folder. don't forget to execute `dr.sync` first.
-1
View File
@@ -5,4 +5,3 @@ dr.rant_stats_per_hour = drstats.statistics:rant_stats_per_hour
dr.rant_stats_per_weekday = drstats.statistics:rant_stats_per_weekday
dr.stats_all = drstats.statistics:rant_stats_all
dr.sync = drstats.sync:sync