Metadata-Version: 2.1
Name: gris
Version: 0.7.1
Summary: Parser of RIS file format
Author: Angel Yanguas-Gil
Project-URL: Homepage, https://github.com/anglyan/gris.git
Keywords: RIS file format,RefMan RIS,bibliography,parser
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown
License-File: LICENSE.txt

README
======

About gris
----------

gris is a minimalistic tool to read, parse, and
write reference data in
[Refman RIS format](https://en.wikipedia.org/wiki/RIS_(file_format)).

RIS format codifies bibliographic data using a series of tags. There
are two different standards: the RIS output by
Web of Knowledge and the original standard is used by other
providers. This module supports both.

This module has been updated and tested in Python 3.7

License
-------
Copyright (C) 2013 Angel Yanguas-Gil

This program is free software, licensed under GPLv2 or later.
A copy of the GPLv2 license is provided in the root directory of the source code.
