mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-02 09:41:02 +00:00
5357867103
- Supports /v1/library/sync call to get list of books - Supports /v1/library/metadata call to get metadata for a given book + Assumes books are stored on Backblaze for metadata call - Changes to helper.py so that we can return no cover instead of a blank image.
36 lines
359 B
Plaintext
36 lines
359 B
Plaintext
### Python ###
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
env/
|
|
eggs/
|
|
dist/
|
|
build/
|
|
.eggs/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
.pylint.d
|
|
|
|
# calibre-web
|
|
*.db
|
|
*.log
|
|
config.ini
|
|
cps/static/[0-9]*
|
|
|
|
.idea/
|
|
*.bak
|
|
*.log.*
|
|
tags
|
|
|
|
settings.yaml
|
|
gdrive_credentials
|
|
|
|
vendor
|
|
client_secrets.json
|
|
b2_secrets.json
|