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 details)
Built Distribution
File details
Details for the file bibtexgen-0.0.2.tar.gz
.
File metadata
- Download URL: bibtexgen-0.0.2.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.9 CPython/3.8.3 Linux/5.3.0-1032-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 85efaa0a0f0dabac83a452329cda9d9e441a75af4e02c36a6e780f3e25716f4c |
|
MD5 | 91663a058b766fae61292733c6bcbee4 |
|
BLAKE2b-256 | d61e2397c730f5b94d4f72b4b6c3f831100f17406d397a70b80f13424617d3ee |
File details
Details for the file bibtexgen-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: bibtexgen-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.0.9 CPython/3.8.3 Linux/5.3.0-1032-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4049f24b206f31ef2e8196939e58bb2be2f8742313a9c920b3a34ca10606f4e7 |
|
MD5 | 4bb9d06c817be9a0029a330e60a88570 |
|
BLAKE2b-256 | 8e2714914acafb3c3f398337925492e859189a2939e973c08e859615f1699e6b |