Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 862 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 862 Bytes

Moly.hu Metadata source

Based on Hokutya's moly.hu calibre plugin from mobileread.com.

Metadata from https://moly.hu

Supported applications:

Contributing

python -m venv .venv
source .venv/bin/activate
pip install -e moly_hu[dev]

python -m pytest -v moly_hu/tests/

Reload in calibre: calibre-debug -s; calibre-customize -b .; calibre

VSCode:

{
    "python.autoComplete.extraPaths": [
        "../calibre/src",
        "../calibre-web"
    ],
    "python.analysis.extraPaths": [
        "../calibre/src",
        "../calibre-web"
    ],
}

Release new version:

  • Update versions:
    • calibre/init.py: version = (6, 0, 0)
    • moly_hu/pyproject.toml: version = '6.0.0'