Skip to main content

Eolymp SDK for Python

Project description

Eolymp SDK in Python

This is SDK to talk to Eolymp API server pragmatically. Learn more

Quick start example

import eolymp.universe.universe_pb2 as universe_pb2
from eolymp.universe.universe_http import UniverseClient
from eolymp.core.http_client import HttpClient

transport = HttpClient(token="etkn-...")

universe = UniverseClient(transport)
out = universe.ListSpaces(request=universe_pb2.ListSpacesInput())

for space in out.items:
    print(space.name)

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

eolymp-0.10.6.tar.gz (240.2 kB view hashes)

Uploaded Source

Built Distribution

eolymp-0.10.6-py3-none-any.whl (486.6 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