Refactor code structure for improved readability and maintainability

This commit is contained in:
2025-11-07 11:28:13 +01:00
parent dab9d08297
commit ac10501131
12 changed files with 1766 additions and 286 deletions

View File

@@ -8,13 +8,16 @@ authors = [
]
requires-python = ">=3.13"
dependencies = [
"beautifulsoup4>=4.14.2",
"cloudscraper>=1.2.71",
"playwright>=1.55.0",
"regex>=2025.9.18",
"requests>=2.32.5",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["uv_build >= 0.9.5, <0.10.0"]
build-backend = "uv_build"
[tool.bumpversion]
current_version = "0.0.0"
@@ -40,6 +43,9 @@ post_commit_hooks = []
[dependency-groups]
test = [
"types-pysocks>=1.7.1.20251001",
"types-regex>=2025.9.18.20250921",
"types-requests>=2.32.4.20250913",
"mypy>=1.18.2",
"pytest>=8.4.2",
"pytest-cov>=7.0.0",