hestia-earth-extend-bibliography


Namehestia-earth-extend-bibliography JSON
Version 0.5.1 PyPI version JSON
download
home_pagehttps://gitlab.com/hestia-earth/hestia-data-validation
SummaryHestia library to extend Bibliography Nodes with different APIs
upload_time2023-05-17 14:30:02
maintainer
docs_urlNone
authorGuillaume Royer
requires_python>=3
licenseMIT
keywords hestia mendeley
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Hestia Extend Bibliography

## Install

```bash
pip install hestia_earth.extend_bibliography
```

### Usage

```python
from hestia_earth.extend_bibliography import extend

# nodes is a Dict {nodes: []}
result = extend(
  nodes,
  # pass in the desired crendentials for each API
  mendeley_username=MENDELEY_USERNAME, mendeley_password=MENDELEY_PASSWORD, # enable Mendeley SDK
  mendeley_api_url=MENDELEY_API_URL, # enable Mendeley through API URL (default to using the SDK if not provided)
  wos_api_key=WOS_API_KEY, # enable WoS REST API
  wos_api_user=WOS_API_USER, wos_api_pwd=WOS_API_PASSWORD, # enable WoS SOAP API
  enable_unpaywall=False, # enable Unpaywall as fallback
  enable_crossref=False, # enable CrossRef as last fallback (slower)
)
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://gitlab.com/hestia-earth/hestia-data-validation",
    "name": "hestia-earth-extend-bibliography",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "hestia,mendeley",
    "author": "Guillaume Royer",
    "author_email": "guillaumeroyer.mail@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/09/5a/1eec627e082068d579fdab4f7d3fc3295b9bfe0beb56d09035fd07a39d4e/hestia-earth-extend-bibliography-0.5.1.tar.gz",
    "platform": null,
    "description": "# Hestia Extend Bibliography\n\n## Install\n\n```bash\npip install hestia_earth.extend_bibliography\n```\n\n### Usage\n\n```python\nfrom hestia_earth.extend_bibliography import extend\n\n# nodes is a Dict {nodes: []}\nresult = extend(\n  nodes,\n  # pass in the desired crendentials for each API\n  mendeley_username=MENDELEY_USERNAME, mendeley_password=MENDELEY_PASSWORD, # enable Mendeley SDK\n  mendeley_api_url=MENDELEY_API_URL, # enable Mendeley through API URL (default to using the SDK if not provided)\n  wos_api_key=WOS_API_KEY, # enable WoS REST API\n  wos_api_user=WOS_API_USER, wos_api_pwd=WOS_API_PASSWORD, # enable WoS SOAP API\n  enable_unpaywall=False, # enable Unpaywall as fallback\n  enable_crossref=False, # enable CrossRef as last fallback (slower)\n)\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Hestia library to extend Bibliography Nodes with different APIs",
    "version": "0.5.1",
    "project_urls": {
        "Homepage": "https://gitlab.com/hestia-earth/hestia-data-validation"
    },
    "split_keywords": [
        "hestia",
        "mendeley"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5d5071b3968f57311f295dbd49e60ec699bfb8c0cd2456a0f43867f071d3d983",
                "md5": "fc256bab64a0c8ce83ddb785b4a535a6",
                "sha256": "926b4ae789e6c7c6cfa3b67531064cefd438335dc4f763b7ed714a3ca35136ff"
            },
            "downloads": -1,
            "filename": "hestia_earth_extend_bibliography-0.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fc256bab64a0c8ce83ddb785b4a535a6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 28732,
            "upload_time": "2023-05-17T14:29:59",
            "upload_time_iso_8601": "2023-05-17T14:29:59.790449Z",
            "url": "https://files.pythonhosted.org/packages/5d/50/71b3968f57311f295dbd49e60ec699bfb8c0cd2456a0f43867f071d3d983/hestia_earth_extend_bibliography-0.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "095a1eec627e082068d579fdab4f7d3fc3295b9bfe0beb56d09035fd07a39d4e",
                "md5": "3687d8a4f2bfcb06dbfbb02b3024684f",
                "sha256": "296d8ee21a041d64e8d6e7eb18f69f055148ef150e765c193870478aed2f4df7"
            },
            "downloads": -1,
            "filename": "hestia-earth-extend-bibliography-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "3687d8a4f2bfcb06dbfbb02b3024684f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 16248,
            "upload_time": "2023-05-17T14:30:02",
            "upload_time_iso_8601": "2023-05-17T14:30:02.191471Z",
            "url": "https://files.pythonhosted.org/packages/09/5a/1eec627e082068d579fdab4f7d3fc3295b9bfe0beb56d09035fd07a39d4e/hestia-earth-extend-bibliography-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-17 14:30:02",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "hestia-earth",
    "gitlab_project": "hestia-data-validation",
    "lcname": "hestia-earth-extend-bibliography"
}
        
Elapsed time: 0.08209s