J-STAGE API wrapper for Python
Project description
pyjstage
Overview
J-STAGE WebAPI Wrapper for Python3.
- J-STAGE is an electronic journal platform for science and technology information in Japan, developed and managed by the Japan Science and Technology Agency (JST).
Prerequisites
- Python >= 3.6
Setup
$ pip install pyjstage
Usage
You can try this library like this:
from pyjstage.pyjstage import Pyjstage
jstage = Pyjstage()
ret_search = jstage.search(issn='2186-6619', count=1)
ret_list = jstage.list(issn='2186-6619')
# ret_(search/list) is a (Search/List)Result Object.
If you need more information, see function-definitions in jstage/jstage.py (Sorry for no documentation... I'll write later.)
License
- MIT License, see LICENSE file.
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
pyjstage-0.0.2.tar.gz
(9.1 kB
view hashes)