Skip to main content

Python modules for parsing the response to a Scopus API request

Project description

ScopusApyJson

Description

Python modules for parsing the response to a request through Scopus Api based on DOI.

Installation

Run the following to install:

pip install ScopusApyJson

Usage example

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.

Release History

  • 1.0.0 first release
  • 1.1.0 check of fields availability when parsing the request response

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

ScopusApyJson-1.1.0.tar.gz (13.7 kB view hashes)

Uploaded Source

Built Distribution

ScopusApyJson-1.1.0-py3-none-any.whl (15.6 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