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 haj
year = "2023"
institute = "Liten"
hal_df = haj.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
- 1.1.1 removed prints
- 1.1.2 updated CLI
- 1.1.3 refactored code after pylint scan
Meta
- authors : BiblioAnalysis 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-1.1.3.tar.gz
(7.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file HalApyJson-1.1.3.tar.gz.
File metadata
- Download URL: HalApyJson-1.1.3.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50fdbcd0203a4e0237079bcc484a2fec5d9aec355d8411be3e0135a1350be709
|
|
| MD5 |
761fc751a51deeb16ecd09598dd3e541
|
|
| BLAKE2b-256 |
97f7f7e2f3f0a75dd132222d85d6a4825a7c53d5ee3326c75f9a5b5473a0f0b2
|
File details
Details for the file HalApyJson-1.1.3-py3-none-any.whl.
File metadata
- Download URL: HalApyJson-1.1.3-py3-none-any.whl
- Upload date:
- Size: 11.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b73c4f0c808d7526263d9c9f1fb9ed93be90c50447dbe39fc780da71543a66e5
|
|
| MD5 |
314de52538034184e71d5f0ecbc84b98
|
|
| BLAKE2b-256 |
63c3aa9b7917bf6e7d1e482c3ccc776c4314f6d848b9022468b405b1b100bc49
|