Metadata lookup via calibre python library?
Hi
I look for a way to lookup metadata (exactly the same like with the cli tool fetch-ebook-metadata) but directly in Python code trough a library call like e.g.
metadata = get_metadata(isbn='9780133591620')
And then in metadata I have a dict with all the key/value pairs retreived via a normal plugin lookup (as with fetch-ebook-metadata).
Is that somehow possible?
Thanks in advance for your help...
|