Refactored to use specific classes for different operations

This commit is contained in:
2025-12-30 00:18:44 -05:00
parent 8a38cb510b
commit 4fbb99a3f6
9 changed files with 341 additions and 201 deletions

View File

@@ -1,14 +1,13 @@
[project]
name = "ambers-stats"
name = "tumblr_stats"
version = "0.1.0"
description = "Default template for PDM package"
description = "Calculate Tumblr stats using pytumblr."
authors = [
{name = "Amber", email = "amber@ailuridae.io"},
]
dependencies = ["pytumblr>=0.1.2", "pyyaml>=6.0.3"]
dependencies = ["pytumblr==0.1.2"]
requires-python = "==3.14.*"
readme = "README.md"
license = {text = "MIT"}
[tool.pdm]