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.9.22.tar.gz
(219.9 kB
view hashes)
Built Distribution
eolymp-0.9.22-py3-none-any.whl
(450.6 kB
view hashes)