Skip to main content

Python modules for parsing the response to a HAL API request

Project description

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)

for more exemples refer to HalApyJson-exemples.

Release History

1.0.0 first release

Meta

- authors : BiblioAbnalysis team

Distributed under the MIT license

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

HalApyJson-0.0.1.tar.gz (10.2 kB view hashes)

Uploaded Source

Built Distribution

HalApyJson-0.0.1-py3-none-any.whl (9.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page