Skip to main content

python SDK for R2SERVER

Project description

About

r2server python sdk makes it easier for you to work with your r2server server using the python programming language. The SDK uses an object-oriented design and tries to look like r2server API.

Installation

with pip3

pip install r2server

from repo

make install
make doc # for generate documentation

Quick start

import r2server.api

# init api
network = r2server.api()

# get all observations of METEOR-M2
obs = network.observation(33591)

# print all filtred observations ids
for ob in obs:
    print("Observation " + str(ob.id) + " by " + ob.name)

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

r2server-0.0.5.tar.gz (7.7 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