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.
Release files for pyjstage 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyjstage-0.0.2.tar.gz | 9.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pyjstage-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 19.0 kB
Release files / pyjstage-0.0.2.tar.gz
| Download URL | pyjstage-0.0.2.tar.gz |
|---|---|
| Size | 9.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2e122365e3407b0fffc6e3290728c4aa92ae7d47a628a61c661059f5f6597884
|
|
BLAKE2b-256 checksum How to use checksums |
9d2aeb52f38250a1c8b45b28c2798d9078402cc4fb79e5812606244a6d726f53
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|
Release files / pyjstage-0.0.2-py3-none-any.whl
| Download URL | pyjstage-0.0.2-py3-none-any.whl |
|---|---|
| Size | 9.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
bae92f8fee9457cd30e3e9258b03cc994c8d05197ab7b4a3a4980777e2dbc9e6
|
|
BLAKE2b-256 checksum How to use checksums |
2e60cf4cc0c7facd2f4ce6e5be2e34e3d73aac1171cc5063e239e857d0fdebb9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is 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
|