tooluniverse.tools.DBLP_search_publications module¶

DBLP_search_publications

Search DBLP Computer Science Bibliography for publications. Returns publications with title, auth…

tooluniverse.tools.DBLP_search_publications.DBLP_search_publications(query, limit, *, stream_callback=None, use_cache=False, validate=True)[source]¶

Search DBLP Computer Science Bibliography for publications. Returns publications with title, auth…

Parameters:
  • query (str) – Search query for DBLP publications. Use keywords separated by spaces to refin…

  • limit (int) – Number of publications to return. This sets the maximum number of publication…

  • stream_callback (Callable, optional) – Callback for streaming output

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

list[Any]