modrev-ai / bibReader

Turn non-standard bib file into easily editable tabular format and save it as a standard bib file

Home Page:https://pypi.org/project/bibReader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPI

bibReader

The bibReader reads non-standard bib format from files/url and convert them into pandas DataFrames to easily work with the data, and then tranforms them back into a standardized bib file.

Installation

pip install bibReader

Basic Usage Guide

from bibReader.frame import bReader

bib = bReader() #instantiate bReader class
bib.load(source='https://somewebsite.com/filename.bib') #it can load from url or local source
bib.fit() #infers data types and parse it into pandas dataframe
bib.transform() #changes pandas dataframe into different mode of data types

About

Turn non-standard bib file into easily editable tabular format and save it as a standard bib file

https://pypi.org/project/bibReader

License:MIT License


Languages

Language:Python 100.0%