Metadata-Version: 2.1
Name: bibtools-pkg
Version: 0.1.2
Summary: Utils for pubmed, scihub and bibtex
Home-page: https://github.com/synthaze/bibtools
Author: Florian Malard, PhD
Author-email: florian.malard@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/synthaze/bibtools/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests (==2.25.1)
Requires-Dist: pybasics (==0.3.2)
Requires-Dist: utilsovs-pkg (==0.9.5)

# bibtools - 0.1

Install:

    pip3 install bibtools-pkg
    
Returns exact matches when using unique identifiers (PMID, DOI).

Fetch PubMed Central for open-access papers as well as Sci-Hub:

    bibtools -i PMID # Single PMID or DOI

    bibtools -i PMID1,PMID2 # Comma-separated PMIDs and/or DOIs

    bibtools -l pmids.dat # List file of PMIDs (or DOIs), one per line
    
    bibtools -i PMID -b # Generate bibtex from MedLine citation data
    
    bibtools -i PMID -p /path/to/directory # With custom storage path. Default is current working directory
    



