MCPcopy Index your code
hub / github.com/TheAlgorithms/Python / search_books_by_isbn.py

File search_books_by_isbn.py

web_programming/search_books_by_isbn.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Get book and author data from https://openlibrary.org
3
4ISBN: https://en.wikipedia.org/wiki/International_Standard_Book_Number

Callers

nothing calls this directly

Calls 2

summarize_bookFunction · 0.85
get_openlibrary_dataFunction · 0.85

Tested by

no test coverage detected