xlcnd / isbnlib

python library to validate, clean, transform and get metadata of ISBN strings (for devs).
Other
229 stars 30 forks source link

wildcard ISBN search? #105

Closed fredzannarbor closed 2 years ago

fredzannarbor commented 2 years ago

Hello,

is it possible to do wildcard searches to find ISBNs with particular prefixes, e.g. Ukraine = 978-617*? . Is it then possible to sort them by ISBN issue date, so as to get the latest books published in that region?

xlcnd commented 2 years ago

Thanks. The short answer is NO! The only general source for this information is Google Books API and I don't see how implement this feature with the current version of the API.

fredzannarbor commented 2 years ago

THanks!