Metadata-Version: 2.1
Name: gris
Version: 0.6.1
Summary: parser of RIS and WOK bibliography file format
Home-page: https://github.com/anglyan/gris.git
Author: Angel Yanguas-Gil
Author-email: angel.yanguas@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Topic :: Utilities
Requires-Python: >=3
Description-Content-Type: text/markdown

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


