Skip to main content

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) 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

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.1.tar.gz (15.8 kB view hashes)

Uploaded Source

Built Distribution

oampy-0.1.1-py3-none-any.whl (17.3 kB view hashes)

Uploaded Python 3

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