scopusreport: Create reports using Scopus data automatically in Python

scopusreport is an easy way to generate reports using data from the Scopus database.

Installation

Install scopus from PyPI:

$ pip install scopusreport

or directly from the GitHub repository (may be unstable):

$ pip install git+https://github.com/scopus-api/scopusreport

To generate reports using the Scopus database, set up scopus first: https://scopus.readthedocs.io/en/latest/configuration.html.

See extended description and examples in the Examples section.

Classes

Currently there is one class to interact with:

There is one class to provide reports:

report(query, label[, refresh]) Print out an org-mode report for search results.

Indices and tables