A python client for RePEc API.
Current Version: 0.2.1
Report any bugs by opening an issue here: (https://github.com/TBD)
from pyrepec import Repec
repec = Repec("TOKEN")
res = repec.get_org_authors("RePEc:edi:bdigvit")
- Installation using pip:
pip install pyrepec
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)