Skip to main content

J-STAGE API wrapper for Python

Project description

pyjstage

GitHub Workflow Status PyPI version

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

Project details


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)

Uploaded Source

Built Distribution

pyjstage-0.0.2-py3-none-any.whl (9.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page