Skip to main content

Python package (under development) for interacting with MPG.PuRe

Project description

Synopsis

This is a python3 package (under development) for interacting with MPG.PuRe via the PubMan REST API.

Usage

For a preview install the package via pip and then in the python console:

from pybman import Pybman
# choose a context by id
ctx_id = 'ctx_924547'
# create pybman instance
pyb = Pybman(ctx_id=ctx_id)
# check out retrieved data
example = pyb.ctx_data.records[0]
print(example['data']['metadata'])

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

pybman-2019.2.15.tar.gz (19.5 kB view hashes)

Uploaded Source

Built Distribution

pybman-2019.2.15-py3-none-any.whl (21.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