Skip to main content

Open Access Monitor API Client

Project description

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 PyPI

pip install oampy

Prerequisite

Create an environment variable OAM_EMAIL with your email address. If the variable isn’t created before using this package, your username@hostname will be used to populate the user agent field in the request headers instead. See also Usage Terms below.

Usage Examples

Command Line

# set environment variable OAM_EMAIL
export OAM_EMAIL="researcher@institution.org"
# 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 package os
import os
# set environment variable OAM_EMAIL
os.environ["OAM_EMAIL"] = "researcher@institution.org"
# import package oampy
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

https://open-access-monitor.de

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

oampy-0.1.14.tar.gz (19.5 kB view details)

Uploaded Source

Built Distribution

oampy-0.1.14-py3-none-any.whl (20.3 kB view details)

Uploaded Python 3

File details

Details for the file oampy-0.1.14.tar.gz.

File metadata

  • Download URL: oampy-0.1.14.tar.gz
  • Upload date:
  • Size: 19.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/5.0.0 pkginfo/1.5.0.1 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.8.15

File hashes

Hashes for oampy-0.1.14.tar.gz
Algorithm Hash digest
SHA256 881ee527fca5fddc4da87ee9f4f908e92d5e7bf13c271e33a10abceb3e9ea01d
MD5 7ed0444a60185502c0a41189aa5a92cf
BLAKE2b-256 e3bfe4f48790d9defbda9131bc77feed849c335318c6d7a34ea544a0fac6e624

See more details on using hashes here.

File details

Details for the file oampy-0.1.14-py3-none-any.whl.

File metadata

  • Download URL: oampy-0.1.14-py3-none-any.whl
  • Upload date:
  • Size: 20.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/5.0.0 pkginfo/1.5.0.1 requests/2.28.1 requests-toolbelt/0.9.1 tqdm/4.64.1 CPython/3.8.15

File hashes

Hashes for oampy-0.1.14-py3-none-any.whl
Algorithm Hash digest
SHA256 84fbe09c2792d246b610f255c051b23f654d07fd9265e00434fbd8a3e3e7bf32
MD5 d0b7273630466a749abc67e2078d9b14
BLAKE2b-256 e516f6de001ae7cc02989bfc73d97bc75c20c398fa5c5b84ae310271fe5716fa

See more details on using hashes here.

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