isbntools
isbntools copied to clipboard
python app/framework for 'all things ISBN' including metadata, descriptions, covers...
The command would be much more useful if the header (i.e., field names) were on the first line. This is espcialyy the case when piping multiple ISBNs.
The command shoudl generates {...} {...} for two ISBNs. It should generate [ {...}, {...} ]
If you need to use non-ASCII characters in the Windows console **and** you are getting errors or warning messages when using `isbntools` you should setup and configure your Windows console...
When using `isbn_classify` with a valid ISBN number, the following is always returned: `Usage: isbn_classify ISBN`
``` Traceback (most recent call last): File "C:\Users\HansFritzPommes\Documents\app.py", line xy, in from isbntools.app import meta File "C:\Users\HansFritzPommes\AppData\Local\Programs\Python\Python312\Lib\site-packages\isbntools\app.py", line 32, in from ._initapp import config, registry, CONF_PATH, CACHE_FILE File "C:\Users\HansFritzPommes\AppData\Local\Programs\Python\Python312\Lib\site-packages\isbntools\_initapp.py", line...
Dear team, When I try to launch isbn_ren in Windows, I have the following error. Thanks for your support. Traceback (most recent call last): File "", line 198, in _run_module_as_main...
hello :) i've seen that unlike `isbn_meta`, that returns exit code `1` if no reference is found, `isbn_doi2tex` always returns `0`, which makes scripting less easy than for `isbn_meta`. it's...
Changes proposed in this pull request: - Fix `** You are using codepage utf-8` warning @xlcnd