Skip to content

jfdoolster/bibcsv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

installation

dependencies: pybtex, pandas, argparse

I use conda but you can just as easily install with pip or other.

conda install -c conda-forge pybtex
conda install -c conda-forge pandas
conda install -c conda-forge argparse

usage

python bib2csv.py -h
python csv2bib.py -h
# read initial bib (collected from web) to csv
python bib2csv.py -b ./examples/web_refs.bib -c ./refs.csv

# create refs.bib bibtex file from previously-generated csv
python csv2bib.py -c ./refs.csv -b ./refs.bib -t ./refs.tex
python main.py #

links

contact:

[email protected]

About

convert from bibtex to csv and vice versa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages