Skip to content

caps6/pyrepec

Repository files navigation

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)

About

A Python client for RePec API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages