Generate BibTeX Entries for PubMed Publications
Project description
Python Script & Module to Generate BibTeX Entries for PubMed Publications
Utilizes the API of TeXMed, a BibTeX interface for PubMed.
TeXMed was written by Arne Muller https://www.bioinformatics.org/texmed/
Install
pip3 install --user pubmed-bibtex
Usage
$ pubmed-bibtex 31025164 @Article{pmid31025164, Author="...", Title="...", Journal="...", ... }
or
from pubmed_bibtex import bibtex_entry_from_pmid print(bibtex_entry_from_pmid(123456789))
Tests
pip3 install --user pipenv git clone https://github.com/fphammerle/pubmed-bibtex.git cd pubmed-bibtex pipenv run pylint freesurfer_surface pipenv run pytest --cov=freesurfer_surface
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size pubmed_bibtex-0.1.0-py3-none-any.whl (4.9 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size pubmed-bibtex-0.1.0.tar.gz (10.0 kB) | File type Source | Python version None | Upload date | Hashes View |
Close
Hashes for pubmed_bibtex-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b6f00b51583241b8cd8c3664386d660a1d2349f30eac60437403a7fe250c5b43 |
|
MD5 | 448ad6a0e72e0a37416a628acf86cb5e |
|
BLAKE2-256 | 7aeb40fbfbf11f77d81c0e3608962fd10e348499fa41659d8f4473b4bdc4db08 |