Python client for RePec API
Project description
PyRepec
A python client for RePEc API.
Current Version: 0.0.1
Report any bugs by opening an issue here: (https://github.com/caps6/pyrepec)
Usage
from pyrepec import Repec
repec = Repec("TOKEN")
res = repec.get_org_authors("RePEc:edi:bdigvit")
Installation
- 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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyrepec-0.0.1.tar.gz
(4.3 kB
view hashes)