HalApyJson

Python modules for parsing the response to a HAL API request


Keywords
Metadata, parsing, HAL, request, API, management
License
MIT
Install
pip install HalApyJson==1.0.0

Documentation

HalApyJson

Description

A light interface to query HAL through its API.

Installation

Run the following to install:

pip install HalApyJson

Usage example

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)

CLI exemple

cli_hal -y 2023 -i liten

for more exemples refer to HalApyJson-exemples.

Release History

  • 1.0.0 first release
  • 1.1.0 added CLI

Meta

- authors : BiblioAnalysis team

Distributed under the MIT license