gris


Namegris JSON
Version 0.8.0 PyPI version JSON
download
home_page
SummaryParser of RIS file format
upload_time2023-04-24 02:35:17
maintainer
docs_urlNone
authorAngel Yanguas-Gil
requires_python
license
keywords ris file format refman ris bibliography parser
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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 variations among publishers: this module supports
both the original standard and the RIS output by Web of Knowledge.

This module has been updated and tested in Python 3.7+. The documentation
can be found in [readthedocs](https://gris.readthedocs.io/en/latest/index.html).

## Install

Install ``gris`` directly using ``pip``:

```
pip install gris
```

## How to use it

### From the command line:

```
python -m gris myrefs.ris AB
```

retrieves and prints out the contents of the tag `AB` (usually used for
abstracts) for all the publications in a reference file.

### From a script or Python program

```
from gris import read_ris

refs = read_ris("myrefs.ris")
```


## Background


`gris` was developed by AYG during his personal time, as a way of transforming
bibliographic data into more machine-readable formats and preserving
all bibliographic data. It eventually found its way to various publications where the work required processing large amounts of bibliographic data.

`gris` imports RIS files with multiple references into a list of dictionaries.


## 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.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "gris",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "RIS file format,RefMan RIS,bibliography,parser",
    "author": "Angel Yanguas-Gil",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/b9/c3/8001751b79fa02867321e20bd3946175a776ae552936741c91301cbf2925/gris-0.8.0.tar.gz",
    "platform": null,
    "description": "# README\n\n\n## About gris\n\n\n`gris` is a minimalistic tool to read, parse, and\nwrite reference data in\n[Refman RIS format](https://en.wikipedia.org/wiki/RIS_(file_format)).\n\nRIS format codifies bibliographic data using a series of tags. There\nare variations among publishers: this module supports\nboth the original standard and the RIS output by Web of Knowledge.\n\nThis module has been updated and tested in Python 3.7+. The documentation\ncan be found in [readthedocs](https://gris.readthedocs.io/en/latest/index.html).\n\n## Install\n\nInstall ``gris`` directly using ``pip``:\n\n```\npip install gris\n```\n\n## How to use it\n\n### From the command line:\n\n```\npython -m gris myrefs.ris AB\n```\n\nretrieves and prints out the contents of the tag `AB` (usually used for\nabstracts) for all the publications in a reference file.\n\n### From a script or Python program\n\n```\nfrom gris import read_ris\n\nrefs = read_ris(\"myrefs.ris\")\n```\n\n\n## Background\n\n\n`gris` was developed by AYG during his personal time, as a way of transforming\nbibliographic data into more machine-readable formats and preserving\nall bibliographic data. It eventually found its way to various publications where the work required processing large amounts of bibliographic data.\n\n`gris` imports RIS files with multiple references into a list of dictionaries.\n\n\n## License\n\n\nCopyright (C) 2013 Angel Yanguas-Gil\n\nThis program is free software, licensed under GPLv2 or later.\nA copy of the GPLv2 license is provided in the root directory of the source code.\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Parser of RIS file format",
    "version": "0.8.0",
    "split_keywords": [
        "ris file format",
        "refman ris",
        "bibliography",
        "parser"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e3d7d607fe6903b5a8df07d063b329768a7c039407bb6f660f5f0e1abe8f7b1",
                "md5": "92d3b6eac8889625ee2312f66d4f0d5a",
                "sha256": "ac8403ff863653a71d1b4fce4b20ce086337c341655cf63b16fe749a197ab5c4"
            },
            "downloads": -1,
            "filename": "gris-0.8.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "92d3b6eac8889625ee2312f66d4f0d5a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 15138,
            "upload_time": "2023-04-24T02:35:15",
            "upload_time_iso_8601": "2023-04-24T02:35:15.601087Z",
            "url": "https://files.pythonhosted.org/packages/5e/3d/7d607fe6903b5a8df07d063b329768a7c039407bb6f660f5f0e1abe8f7b1/gris-0.8.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9c38001751b79fa02867321e20bd3946175a776ae552936741c91301cbf2925",
                "md5": "a9cb19a4f4a8f5e74e21d2cd3805acf5",
                "sha256": "160c4d519706d9323c8d186ebcee3cf0815904a2c57deb04723b8b5b6940789b"
            },
            "downloads": -1,
            "filename": "gris-0.8.0.tar.gz",
            "has_sig": false,
            "md5_digest": "a9cb19a4f4a8f5e74e21d2cd3805acf5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 14972,
            "upload_time": "2023-04-24T02:35:17",
            "upload_time_iso_8601": "2023-04-24T02:35:17.737531Z",
            "url": "https://files.pythonhosted.org/packages/b9/c3/8001751b79fa02867321e20bd3946175a776ae552936741c91301cbf2925/gris-0.8.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-24 02:35:17",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "gris"
}
        
Elapsed time: 0.06256s