MCPcopy Create free account

hub / github.com/CharlesPikachu/paperdl / functions

Functions267 in github.com/CharlesPikachu/paperdl

Method__aexit__
(self, exc_type, exc, tb)
paperdl/modules/engines/base_paper_client.py:108
Method__bool__
(self)
paperdl/modules/engines/base_paper_client.py:62
Method__eq__
(self, other: object)
paperdl/modules/utils/structure.py:230
Method__hash__
(self)
paperdl/modules/utils/structure.py:227
Method__init__
(self, clients: Optional[Sequence[str | type[BasePaperClient] | BasePaperClient | Mapping[str, Any]] | Mapping
paperdl/paperdl.py:36
Method__init__
(self, argv: Optional[Sequence[str]] = None)
paperdl/paperdl.py:225
Method__init__
(self, requires_register_modules=None, requires_renew_modules=None)
paperdl/modules/utils/modulebuilder.py:16
Method__init__
(self, valid: bool, reason: str = "", pages: Optional[int] = None, size: int = 0)
paperdl/modules/engines/base_paper_client.py:56
Method__init__
(self, *, timeout: float = 60.0, concurrency: int = 8, max_retries: int = 3, retry_backoff: float = 1.5, retry
paperdl/modules/engines/base_paper_client.py:69
Method__init__
(self, *, api_delay: float = 0.2, timeout: float = 60.0, concurrency: int = 5, max_retries: int = 3, retry_bac
paperdl/modules/engines/acl_anthology_paper_client.py:26
Method__init__
(self, *, timeout: float = 60.0, concurrency: int = 3, max_retries: int = 3, retry_backoff: float = 1.5, heade
paperdl/modules/engines/biorxiv_paper_client.py:31
Method__init__
(self, *, api_delay: float = 0.2, timeout: float = 60.0, concurrency: int = 5, max_retries: int = 3, retry_bac
paperdl/modules/engines/pmlr_paper_client.py:23
Method__init__
(self, *, tool: str = "PMCOAPaperClient", email: Optional[str] = None, api_key: Optional[str] = None, api_dela
paperdl/modules/engines/pmc_oa_paper_client.py:24
Method__init__
(self, *, api_delay: float = 3.0, timeout: float = 60.0, concurrency: int = 5, max_retries: int = 3, retry_bac
paperdl/modules/engines/arxiv_paper_client.py:26
Method__init__
(self, *, baseurl: str = "https://api2.openreview.net", username: Optional[str] = None, password: Optional[str
paperdl/modules/engines/openreview_paper_client.py:23
Method__init__
(self)
scripts/g4f_issue_reply.py:243
Method__init__
(self)
scripts/g4f_issue_reply.py:273
Method__init__
(self)
scripts/g4f_issue_reply.py:345
Method__post_init__
(self)
paperdl/modules/utils/structure.py:64
Methodaddtag
(self, *tags: str)
paperdl/modules/utils/structure.py:183
Methodattributedescriptions
(cls)
paperdl/modules/utils/structure.py:85
Methodbuild
(self, module_cfg: dict)
paperdl/modules/utils/modulebuilder.py:23
Methodclear
(self)
paperdl/modules/utils/modulebuilder.py:59
Methodclient
(self)
paperdl/modules/engines/__init__.py:33
Methodcollectionsortkey
(cls, collection_id: str)
paperdl/modules/engines/acl_anthology_paper_client.py:115
Functioncookies2string
(cookies: str | dict = None)
paperdl/modules/utils/cookies.py:21
Methodcopy
(self)
paperdl/modules/utils/modulebuilder.py:68
Methodcreateopenreviewclient
(self)
paperdl/modules/engines/openreview_paper_client.py:32
Methoddelete
(self, name)
paperdl/modules/utils/modulebuilder.py:42
Methoddownload
(self, paper_infos: Sequence["PaperInfo"], output_dir: str | Path = "paperdl_outputs", *, overwrite: bool = Fa
paperdl/modules/engines/base_paper_client.py:283
Methoddownload_group_func
(name: str, items: list[PaperInfo])
paperdl/paperdl.py:100
Methoddownload_one_func
(paper_info: "PaperInfo")
paperdl/modules/engines/base_paper_client.py:287
Methoddownloaditem
(self, paper_info: "PaperInfo", output_dir: str | Path = "paperdl_outputs", *, overwrite: bool = False, show_d
paperdl/modules/engines/acl_anthology_paper_client.py:71
Methoddownloaditem
(self, paper_info: "PaperInfo", output_dir: str | Path = "paperdl_outputs", *, overwrite: bool = False, show_d
paperdl/modules/engines/biorxiv_paper_client.py:75
Methoddownloaditem
(self, paper_info: "PaperInfo", output_dir: str | Path = "paperdl_outputs", *, overwrite: bool = False, show_d
paperdl/modules/engines/pmlr_paper_client.py:95
Methoddownloaditem
(self, paper_info: "PaperInfo", output_dir: str | Path = "paperdl_outputs", *, overwrite: bool = False, show_d
paperdl/modules/engines/pmc_oa_paper_client.py:71
Methoddownloaditem
(self, paper_info: "PaperInfo", output_dir: str | Path = "paperdl_outputs", *, overwrite: bool = False, show_d
paperdl/modules/engines/arxiv_paper_client.py:69
Methoddownloaditem
(self, paper_info: "PaperInfo", output_dir: str | Path = "paperdl_outputs", *, overwrite: bool = False, show_d
paperdl/modules/engines/openreview_paper_client.py:62
Methodexecutor
(self)
paperdl/modules/engines/base_paper_client.py:184
Methodfromjson
(cls, text: str)
paperdl/modules/utils/structure.py:213
Methodgeneratereply
(self, issue: dict[str, Any], repository_context: str)
scripts/g4f_issue_reply.py:249
Methodgeneratereply
(self, issue: dict[str, Any], repository_context: str)
scripts/g4f_issue_reply.py:278
Methodgeneratereply
(self, issue: dict[str, Any], repository_context: str)
scripts/g4f_issue_reply.py:350
Methodgetbyid
(self, arxiv_id: str)
paperdl/modules/engines/arxiv_paper_client.py:60
Methodgetclient
(self, name: str)
paperdl/paperdl.py:74
Methodhandletimeout
(self, signum: int, frame: Any)
scripts/g4f_issue_reply.py:143
Methodhastag
(self, tag: str)
paperdl/modules/utils/structure.py:186
Methodidentity_key
(self)
paperdl/modules/utils/structure.py:174
Methodlogin
(self, *args, **kwargs)
paperdl/modules/engines/base_paper_client.py:180
Methodlogin
(self, username: Optional[str] = None, password: Optional[str] = None)
paperdl/modules/engines/openreview_paper_client.py:36
Methodmain_url
(self)
paperdl/modules/utils/structure.py:164
Methodrender
(self, task)
paperdl/modules/engines/base_paper_client.py:41
Methodrender
(self, task)
paperdl/modules/engines/base_paper_client.py:49
Methodrenderpreview
(self, paper: PaperInfo, *, index: Optional[int] = None)
paperdl/paperdl.py:401
Methodschema
(cls)
paperdl/modules/utils/structure.py:89
Methodsearch
(self, query: Optional[str] = None, *, total_results: int = 100, page_size: int = 50, sort: str = "relevance",
paperdl/modules/engines/pmc_oa_paper_client.py:45
Methodsearch
(self, query: Optional[str] = None, *, total_results: int = 100, venue_id: Optional[str] = None, invitation: O
paperdl/modules/engines/openreview_paper_client.py:40
Methodsearch_one_func
(spec: PaperClientSpec)
paperdl/paperdl.py:80
Methodsearchanddownload
(self, query: Optional[str] = None, *, output_dir: str | Path = 'paperdl_outputs', clients: Optional[Sequence[
paperdl/paperdl.py:110
Methodsession
(self)
paperdl/modules/engines/base_paper_client.py:121
Methodsetheader
(self, key: str, value: str)
paperdl/modules/engines/base_paper_client.py:160
Methodshort_authors
(self)
paperdl/modules/utils/structure.py:168
Methodtryecylt
(self, issue: dict[str, Any], repository_context: str)
scripts/g4f_issue_reply.py:362
Methodtryg4f
(self, issue: dict[str, Any], repository_context: str)
scripts/g4f_issue_reply.py:367
Methodtryopenaicompatible
(self, issue: dict[str, Any], repository_context: str)
scripts/g4f_issue_reply.py:357
Methodupdatecookies
(self, cookies: dict[str, str])
paperdl/modules/engines/base_paper_client.py:164
Methodyear
(self)
paperdl/modules/utils/structure.py:158
← previous201–267 of 267, ranked by callers