Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 656 Bytes

File metadata and controls

42 lines (24 loc) · 656 Bytes

PyRepec

PyPI - Downloads

A python client for RePEc API.

Current Version: 0.2.1

Report any bugs by opening an issue here: (https://github.com/TBD)

Usage

from pyrepec import Repec

repec = Repec("TOKEN")

res = repec.get_org_authors("RePEc:edi:bdigvit")

Installation

  1. Installation using pip:
pip install pyrepec

Methods

Featured methods:

  • get_org_authors(org_id: str)
  • get_author_data(author_id: str)
  • get_authors_for_item(item_id: str)
  • get_jel_codes(item_id: str)
  • get_error(err_code: int)
  • get_ref(item_id: str)