feat: book decryption

All credits go to gawgua for his work, tysm.
This commit is contained in:
2025-02-07 01:38:54 +07:00
parent 075a73145b
commit e61de79d31
15 changed files with 353 additions and 13 deletions

View File

@ -1,9 +1,15 @@
[project]
name = "akademiya"
version = "0.1.0"
description = "Add your description here"
description = "Unofficial API client written in Python for a certain book library."
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"platformdirs>=4.3.6",
"requests>=2.32.3",
]
[project.optional-dependencies]
win = [
"pythonnet>=3.0.5",
]