HalApyJson


NameHalApyJson JSON
Version 0.0.1 PyPI version JSON
download
home_pagehttps://github.com/TickyWill/ScopusApyJson
SummaryPython modules for parsing the response to a HAL API request
upload_time2024-01-15 08:15:40
maintainer
docs_urlNone
authorBiblioAbnalysis team
requires_python
licenseMIT
keywords metadata parsing scopus parsing api management
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # HalApyJson
## Description
A light interface to query [HAL](https://api.archives-ouvertes.fr/docs) through its API.

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

## Usage example
```python
import HalApyJson as ha
year = "2023"
institute = "Liten"
hal_df = ha.build_hal_df_from_api(year,institute)
hal_df.to_excel(<your_fullpath_file.xlsx>), index = False)
```
**for more exemples refer to** [HalApyJson-exemples](https://github.com/Bertin-fap/HalApyJson/blob/main/Demo_HalApyJson.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": "HalApyJson",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Metadata parsing,Scopus parsing,API management",
    "author": "BiblioAbnalysis team",
    "author_email": "francois.bertin7@wanadoo.fr, amal.chabli@orange.fr",
    "download_url": "https://files.pythonhosted.org/packages/b5/d6/393ddced8bcce14cffa2f28e37f71ff2f719b34f84177cfb7c94a6a3d4b7/HalApyJson-0.0.1.tar.gz",
    "platform": null,
    "description": "# HalApyJson\r\n## Description\r\nA light interface to query [HAL](https://api.archives-ouvertes.fr/docs) through its API.\r\n\r\n## Installation\r\nRun the following to install:\r\n```python\r\npip install HalApyJson\r\n```\r\n\r\n## Usage example\r\n```python\r\nimport HalApyJson as ha\r\nyear = \"2023\"\r\ninstitute = \"Liten\"\r\nhal_df = ha.build_hal_df_from_api(year,institute)\r\nhal_df.to_excel(<your_fullpath_file.xlsx>), index = False)\r\n```\r\n**for more exemples refer to** [HalApyJson-exemples](https://github.com/Bertin-fap/HalApyJson/blob/main/Demo_HalApyJson.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",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python modules for parsing the response to a HAL API request",
    "version": "0.0.1",
    "project_urls": {
        "Homepage": "https://github.com/TickyWill/ScopusApyJson"
    },
    "split_keywords": [
        "metadata parsing",
        "scopus parsing",
        "api management"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "606bc76063161a4f4b625df81f3eefad8bf701db4db1aef44ff4987764e62b8e",
                "md5": "09534a81b5c656d57024577a230ee963",
                "sha256": "f65ef15958379f4b88145e4a317af5f75e23b8f731332fd53d446e0dde5f0ebe"
            },
            "downloads": -1,
            "filename": "HalApyJson-0.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "09534a81b5c656d57024577a230ee963",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 8959,
            "upload_time": "2024-01-15T08:15:38",
            "upload_time_iso_8601": "2024-01-15T08:15:38.516445Z",
            "url": "https://files.pythonhosted.org/packages/60/6b/c76063161a4f4b625df81f3eefad8bf701db4db1aef44ff4987764e62b8e/HalApyJson-0.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b5d6393ddced8bcce14cffa2f28e37f71ff2f719b34f84177cfb7c94a6a3d4b7",
                "md5": "18004a613e028e1a33de701075dedeea",
                "sha256": "07e23d5f1e61c11accacfea09b62f2a906f1e286918b1ffb4c730aeb873a8653"
            },
            "downloads": -1,
            "filename": "HalApyJson-0.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "18004a613e028e1a33de701075dedeea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 10241,
            "upload_time": "2024-01-15T08:15:40",
            "upload_time_iso_8601": "2024-01-15T08:15:40.032520Z",
            "url": "https://files.pythonhosted.org/packages/b5/d6/393ddced8bcce14cffa2f28e37f71ff2f719b34f84177cfb7c94a6a3d4b7/HalApyJson-0.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-15 08:15:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "TickyWill",
    "github_project": "ScopusApyJson",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "halapyjson"
}
        
Elapsed time: 0.18121s