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)
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 details)
File details
Details for the file r2server-0.0.5.tar.gz.
File metadata
- Download URL: r2server-0.0.5.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/3.6.0 importlib_metadata/4.10.0 pkginfo/1.7.1 requests/2.21.0 requests-toolbelt/0.9.1 tqdm/4.63.0 CPython/3.10.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d323a05fff36ed836e8e83d331b5ee973ac6a7780c3a2054eea636835dda246d
|
|
| MD5 |
1f4e505f5b3c18645117bf3932a80989
|
|
| BLAKE2b-256 |
60bae3e9cc5cbce5cba114a4276dbebbf1ae78109dfb42b60cea73154e40f86f
|