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 details)
Built Distribution
File details
Details for the file pyjstage-0.0.2.tar.gz
.
File metadata
- Download URL: pyjstage-0.0.2.tar.gz
- Upload date:
- Size: 9.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e122365e3407b0fffc6e3290728c4aa92ae7d47a628a61c661059f5f6597884 |
|
MD5 | e8c0d5e4e8a597791d0173363300916a |
|
BLAKE2b-256 | 9d2aeb52f38250a1c8b45b28c2798d9078402cc4fb79e5812606244a6d726f53 |
File details
Details for the file pyjstage-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: pyjstage-0.0.2-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.41.1 CPython/3.8.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bae92f8fee9457cd30e3e9258b03cc994c8d05197ab7b4a3a4980777e2dbc9e6 |
|
MD5 | 6338a8821814d6328cdd466ce270e1e2 |
|
BLAKE2b-256 | 2e60cf4cc0c7facd2f4ce6e5be2e34e3d73aac1171cc5063e239e857d0fdebb9 |