drstats/setup.cfg
retoor 94f5fe07e2
Some checks failed
dR export statistics / Compile (push) Failing after 4m36s
Update logging
2024-11-23 20:29:56 +01:00

32 lines
802 B
INI

[metadata]
name = drstats
version = 1.3.37
description = dR stats
author = Retoor
author_email = retoor@molodetz.nl
license = MIT
long_description = file: README.md
long_description_content_type = text/markdown
[options]
packages = find:
package_dir =
= src
python_requires = >=3.7
install_requires =
aiohttp==3.10.10
dataset==1.6.2
matplotlib==3.9.2
requests==2.32.3
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
dr.sync = drstats.sync:sync
dr.rant_stats_per_day = drstats.statistics:rant_stats_per_day
dr.rant_stats_per_weekday = drstats.statistics:rant_stats_per_weekday
dr.rant_stats_per_hour = drstats.statistics:rant_stats_per_hour
dr.stats_all = drstats.statistics:rant_stats_all
dr.dataset = drstats.dataset:dump