moviewyrm/bookwyrm/connectors
Mouse Reeve 9c03bf782e Make an async request to all search connectors
This is the untest first pass at re-arranging remote search to work in
parallel rather than sequence. It moves a couple functions around
(raise_not_valid_url, for example, needs to be in connector_manager.py
now to avoid circular imports). It adds a function to Connector objects
that generates a search result (either to the isbn endpoint or the free
text endpoint) based on the query, which was previously done as part of
the search.

I also lowered the timeout to 8 seconds by default.
2022-05-30 10:15:22 -07:00
..
__init__.py Removes local connector 2021-09-14 15:26:36 -07:00
abstract_connector.py Make an async request to all search connectors 2022-05-30 10:15:22 -07:00
bookwyrm_connector.py Fixes circular import 2021-09-16 11:30:04 -07:00
connector_manager.py Make an async request to all search connectors 2022-05-30 10:15:22 -07:00
format_mappings.py Infer format in openlibrary import 2021-09-29 12:21:19 -07:00
inventaire.py Adds update from inventaire link for books 2021-12-05 13:48:05 -08:00
openlibrary.py Extract wikipedia and inventaire ids 2022-01-30 12:02:18 -08:00
openlibrary_languages.py Runs black 2021-03-08 08:49:10 -08:00
settings.py Updates connector tests 2021-09-30 11:33:04 -07:00