gris documentation¶
About¶
gris is a lightweight parser for RIS files.
The RIS data format is a standardized format to exchange citation and bibliographic data. It is widely used by digital libraries and library catalogs.
This package implements a parser and conversion tools to extract data from
a bibliography and store data in other more common formats, such as json.
Install¶
Install gris directly using pip:
pip install gris
Alternatively, bleeding edge code can be found in github
Usage¶
The main way of reading RIS files is using read_ris:
from gris import read_ris
data = read_ris("myreferences.ris")