drstats/setup.cfg

31 lines
778 B
INI
Raw Normal View History

2024-11-23 18:56:52 +00:00
[metadata]
name = drstats
version = 0.1.1
description = Dr Stats
author = Retoor
author_email = retoor@retoor.io
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
2024-11-23 18:56:52 +00:00
dataset>=1.6.2
2024-11-23 18:56:52 +00:00
matplotlib>=3.9.2
2024-11-23 18:56:52 +00:00
[options.packages.find]
where = src
[options.entry_points]
console_scripts =
2024-11-23 18:56:52 +00:00
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
2024-11-23 18:56:52 +00:00
dr.rant_stats_per_hour = drstats.statistics:rant_stats_per_hour
2024-11-23 18:56:52 +00:00
dr.stats_all = drstats.statistics:rant_stats_all
2024-11-23 18:56:52 +00:00
dr.dataset = drstats.dataset:dump