Skip to main content

Python client to Open Science Data Framework (OSDF) REST servers.

Project description

[![PyPI version](https://img.shields.io/pypi/v/osdf-python.svg)](https://pypi.python.org/pypi/osdf-python)

# osdf-python

import pprint from osdf import OSDF

server = “server.ip.dns.address” username = “user” password = “password” port = 8123

osdf = OSDF(server, username, password, port)

info = osdf.get_info()

pprint.pprint(info)

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

osdf-python-0.3.1.tar.gz (6.4 kB view hashes)

Uploaded Source

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