arxivcheck¶
main.py¶
The core module of my example project
-
arxivcheck.arxiv.add_eprint_to_bib(bib, eprint)[source]¶ Insert the eprint information in a given bibtex string
Parameters: Returns: bib – The bibtex string with the arxiv number
Return type:
-
arxivcheck.arxiv.check_arxiv_published(value, field='id', get_first=True, keep_eprint=False)[source]¶ Parameters: Returns: - found (bool) – True if found the arxiv item
- published (bool) – True if the arxiv has already been published
- bib (str) – bibtext string
-
arxivcheck.arxiv.generate_bib_from_arxiv(arxiv_item, value, field='id')[source]¶ Parameters: Returns: bib – The bibtex string related with the arxiv item
Return type: