repo: push

This commit is contained in:
2024-12-10 02:03:53 +07:00
commit 075a73145b
11 changed files with 493 additions and 0 deletions

20
README.md Normal file
View File

@ -0,0 +1,20 @@
# Akademiya
Unofficial API client written in Python for a certain book library.
## Installation
```bash
pip install git+https://git.tretrauit.me/tretrauit/akademiya
```
## Features
+ [x] Authentication
+ [x] Look up books
+ [x] Borrow books
+ [x] Download (encrypted) books
## License
[MIT](./LICENSE)