diff --git a/dist/drstats-1.3.37-py3-none-any.whl b/dist/drstats-1.3.37-py3-none-any.whl index de261f3..004c230 100644 Binary files a/dist/drstats-1.3.37-py3-none-any.whl and b/dist/drstats-1.3.37-py3-none-any.whl differ diff --git a/dist/drstats-1.3.37.tar.gz b/dist/drstats-1.3.37.tar.gz index c154bb7..3c97ea9 100644 Binary files a/dist/drstats-1.3.37.tar.gz and b/dist/drstats-1.3.37.tar.gz differ diff --git a/drstats.db b/drstats.db index e62366d..588ff6f 100644 Binary files a/drstats.db and b/drstats.db differ diff --git a/export/1_graphs_compliation.png b/export/1_graphs_compliation.png index bdf01eb..c39cdaa 100644 Binary files a/export/1_graphs_compliation.png and b/export/1_graphs_compliation.png differ diff --git a/src/drstats.egg-info/PKG-INFO b/src/drstats.egg-info/PKG-INFO index f3cfa26..7a99f37 100644 --- a/src/drstats.egg-info/PKG-INFO +++ b/src/drstats.egg-info/PKG-INFO @@ -2,15 +2,13 @@ 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 @@ -56,3 +54,5 @@ 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. + + diff --git a/src/drstats.egg-info/entry_points.txt b/src/drstats.egg-info/entry_points.txt index f4206ab..eb76ac9 100644 --- a/src/drstats.egg-info/entry_points.txt +++ b/src/drstats.egg-info/entry_points.txt @@ -5,3 +5,4 @@ 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 +