A tool to quickly export all references to bibtex
Project description
BibtexGen
Continuous Integration | Continuous Delivery |
---|---|
A simple cli tool to generate a list of references of any paper available on Semantic Scholar as a .bib file.
Installation
This package supports only Python 3.5 and above.
$ pip install bibtexgen
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
.
.
.
Successfully built bibtexgen
Installing collected packages: bibtexgen
Successfully installed bibtexgen-0.0.1
Usage
-
As cli tool:
$ bibtexgen ================================= Welcome to BibTex Generator ================================= Please enter the Sematic Scholar Id of your paper: 6258b37b8d517f121c844ebad226da472761adc6 Creating file 6258b37b8d517f121c844ebad226da472761adc6_references.bib 100%|█████████████████████████████████████████████████████████| 8/8 [00:21<00:00, 2.63s/papers] Your references have been saved!
-
Programmatically:
from bibtexgen import bibtex from pprint import pprint b = bibtex() r = b.generate_references('6258b37b8d517f121c844ebad226da472761adc6') pprint(r)
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.
Source Distribution
bibtexgen-0.0.2.tar.gz
(3.8 kB
view hashes)
Built Distribution
Close
Hashes for bibtexgen-0.0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4049f24b206f31ef2e8196939e58bb2be2f8742313a9c920b3a34ca10606f4e7 |
|
MD5 | 4bb9d06c817be9a0029a330e60a88570 |
|
BLAKE2b-256 | 8e2714914acafb3c3f398337925492e859189a2939e973c08e859615f1699e6b |