J-STAGE API wrapper for Python - Python 3.12 Compatible
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_py312-0.1.0.tar.gz
(10.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyjstage_py312-0.1.0.tar.gz.
File metadata
- Download URL: pyjstage_py312-0.1.0.tar.gz
- Upload date:
- Size: 10.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c3783c3fd76207eb65374140b09460a63a670c5e005eadef3d2eb8cf4add4cda
|
|
| MD5 |
c33ca2c29ddc5ba5706b632ddb3a9086
|
|
| BLAKE2b-256 |
620f698d129e30441a64b4b708ad136031e3677c39a08360394c2465c3cb0ff8
|
File details
Details for the file pyjstage_py312-0.1.0-py3-none-any.whl.
File metadata
- Download URL: pyjstage_py312-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee24616761a27136e8dbda2037812cec73009430afb0acdb9acd4da7022fc140
|
|
| MD5 |
e8ca5e24a95b2d8b398de9d4471a6cad
|
|
| BLAKE2b-256 |
5d88404b96373c9ae516cafef85f48a7739ba2043b9f8e7c50e499fa70093355
|