ScopusApyJson


NameScopusApyJson JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/TickyWill/ScopusApyJson
SummaryPython modules for parsing the response to a Scopus API request
upload_time2024-01-15 16:48:17
maintainer
docs_urlNone
authorBiblioAnalysis team
requires_python
licenseMIT
keywords metadata parsing scopus request api management
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ScopusApyJson
## Description
Python modules for parsing the response to a request through [Scopus Api](https://api.elsevier.com/content/abstract/) based on DOI.

## Installation
Run the following to install:
```python
pip install ScopusApyJson
```

## Usage example
```python
import ScopusApyJson as saj

doi_list = ["doi/10.1016/j.fuproc.2022.107223",]
scopus_df = saj.build_scopus_df_from_api(doi_list)
scopus_df.to_excel(<your_fullpath_file.xlsx), index = False)
```
**for more exemples refer to** [ScopusApyJson-exemples](https://github.com/TickyWill/ScopusApyJson/Demo_ScopusApyJson.ipynb).


# Release History
1.0.0 first release


# Meta
	- authors : BiblioAbnalysis team

Distributed under the [MIT license](https://mit-license.org/)



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/TickyWill/ScopusApyJson",
    "name": "ScopusApyJson",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Metadata parsing,Scopus request,API management",
    "author": "BiblioAnalysis team",
    "author_email": "francois.bertin7@wanadoo.fr, amal.chabli@orange.fr",
    "download_url": "https://files.pythonhosted.org/packages/4f/27/c9945a3669bd6513fa082efce0f47782ae8c0330bded325abd37815a0a5d/ScopusApyJson-1.0.0.tar.gz",
    "platform": null,
    "description": "# ScopusApyJson\r\n## Description\r\nPython modules for parsing the response to a request through [Scopus Api](https://api.elsevier.com/content/abstract/) based on DOI.\r\n\r\n## Installation\r\nRun the following to install:\r\n```python\r\npip install ScopusApyJson\r\n```\r\n\r\n## Usage example\r\n```python\r\nimport ScopusApyJson as saj\r\n\r\ndoi_list = [\"doi/10.1016/j.fuproc.2022.107223\",]\r\nscopus_df = saj.build_scopus_df_from_api(doi_list)\r\nscopus_df.to_excel(<your_fullpath_file.xlsx), index = False)\r\n```\r\n**for more exemples refer to** [ScopusApyJson-exemples](https://github.com/TickyWill/ScopusApyJson/Demo_ScopusApyJson.ipynb).\r\n\r\n\r\n# Release History\r\n1.0.0 first release\r\n\r\n\r\n# Meta\r\n\t- authors : BiblioAbnalysis team\r\n\r\nDistributed under the [MIT license](https://mit-license.org/)\r\n\r\n\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python modules for parsing the response to a Scopus API request",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/TickyWill/ScopusApyJson"
    },
    "split_keywords": [
        "metadata parsing",
        "scopus request",
        "api management"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bc30ea077390cf78bb5c3b43bc8090e58d3631d2768e2aa9309eb5176f5bf96c",
                "md5": "6bb57e182dcf09058c04d9be586467b7",
                "sha256": "e4d0bea7e5207b04f9389a8ddd12ec42c4fe662cb28717bc50257df3f31cb8c0"
            },
            "downloads": -1,
            "filename": "ScopusApyJson-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6bb57e182dcf09058c04d9be586467b7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 15072,
            "upload_time": "2024-01-15T16:48:16",
            "upload_time_iso_8601": "2024-01-15T16:48:16.039742Z",
            "url": "https://files.pythonhosted.org/packages/bc/30/ea077390cf78bb5c3b43bc8090e58d3631d2768e2aa9309eb5176f5bf96c/ScopusApyJson-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4f27c9945a3669bd6513fa082efce0f47782ae8c0330bded325abd37815a0a5d",
                "md5": "817df9dd1f26e73e1edcfbdad06af87f",
                "sha256": "949c7356929cda4d1927e60b417cc4d1fc75f58d5c6c08dc1f176be2e3440c27"
            },
            "downloads": -1,
            "filename": "ScopusApyJson-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "817df9dd1f26e73e1edcfbdad06af87f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 13117,
            "upload_time": "2024-01-15T16:48:17",
            "upload_time_iso_8601": "2024-01-15T16:48:17.973095Z",
            "url": "https://files.pythonhosted.org/packages/4f/27/c9945a3669bd6513fa082efce0f47782ae8c0330bded325abd37815a0a5d/ScopusApyJson-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-15 16:48:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "TickyWill",
    "github_project": "ScopusApyJson",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "scopusapyjson"
}
        
Elapsed time: 0.16098s