29 lines
581 B
INI
Raw Normal View History

2024-11-23 18:56:52 +00:00
[metadata]
name = drstats
2024-11-23 19:29:56 +00:00
version = 1.3.37
description = dR stats
2024-11-23 18:56:52 +00:00
author = Retoor
2024-11-23 19:29:56 +00:00
author_email = retoor@molodetz.nl
2024-11-23 18:56:52 +00:00
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 =
2024-11-23 19:29:56 +00:00
aiohttp==3.10.10
dataset==1.6.2
matplotlib==3.9.2
requests==2.32.3
2024-11-23 18:56:52 +00:00
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
2024-11-26 17:15:45 +00:00
dr.stats = drstats.statistics:stats
2024-11-23 18:56:52 +00:00
dr.dataset = drstats.dataset:dump