Thread
:
Get Calibre version from the command line
View Single Post
11-13-2019, 08:03 PM
#
9
kovidgoyal
creator of calibre
Posts: 45,455
Karma: 27757438
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
calibre-debug -c "from calibre.constants import __version__; print(__version)"
that's the quickest you are going to get. version information is not stored in JSON, but in compiled bytecode.
kovidgoyal
View Public Profile
Visit kovidgoyal's homepage!
Find More Posts by kovidgoyal
Track Posts by kovidgoyal via RSS