Open Access Monitor API Client
Project description
Under Development
oampy is a Python package and command line tool that allows to access data from the Open Access Monitor (OAM), which is run by Forschungszentrum Jülich.
Installation
… via SSH
pip install -e git+ssh://git@github.com/herreio/oampy.git#egg=oampy
… or via HTTPS
pip install -e git+https://github.com/herreio/oampy.git#egg=oampy
Usage Examples
Command Line
# fetch metadata of journal given by ISSN
oampy journal "0360-4012"
# fetch metadata of publication given by DOI
oampy publication "10.1007/s11263-011-0505-4"
Interpreter
import oampy
# fetch metadata of journal
journal = oampy.get_journal("0360-4012")
# fetch metadata of publication
publication = oampy.get_publication("10.1007/s11263-011-0505-4")
Usage Terms
Open Access Monitor
The database of the Open Access Monitor Germany is published under the Open Database License 1.0.
The data can be reused under the following conditions:
Reuse of larger amounts of data and use of the API: please contact us.
Reuse of the data by download via the OAM application: CC BY 4.0
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
oampy-0.1.2.tar.gz
(15.9 kB
view details)
Built Distribution
oampy-0.1.2-py3-none-any.whl
(17.4 kB
view details)
File details
Details for the file oampy-0.1.2.tar.gz
.
File metadata
- Download URL: oampy-0.1.2.tar.gz
- Upload date:
- Size: 15.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/40.5.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1b1a95c025b637cf89b6c3c9728f221873278cef9dedbae42a9f892bda468085 |
|
MD5 | 951ee7ae6318671cd1d1fa102003dbde |
|
BLAKE2b-256 | 0e9028544bb9113131c08ba5cebf61014e47f5116221fa5809c26298f753a5d3 |
File details
Details for the file oampy-0.1.2-py3-none-any.whl
.
File metadata
- Download URL: oampy-0.1.2-py3-none-any.whl
- Upload date:
- Size: 17.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/40.5.0 requests-toolbelt/0.9.1 tqdm/4.45.0 CPython/3.6.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | afd4f9dac484a756212fc82300cb681596039c51cd10294aa8992c742cd3ebce |
|
MD5 | 45165fa0737547cca45569bade3c1ea8 |
|
BLAKE2b-256 | 5e3cefc4b880460f22fbd95ac6dd73a5ea745462615a2e3e5c3c94358f1f3a26 |