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.9.post2.tar.gz
(245.9 kB
view hashes)
Built Distribution
eolymp-0.10.9.post2-py3-none-any.whl
(497.4 kB
view hashes)
Close
Hashes for eolymp-0.10.9.post2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0acf6b819a131222199945e3d163974544e6df5de82588525132e60e3315fdea |
|
MD5 | 5b52758ed49563bf530fef37594f1a60 |
|
BLAKE2b-256 | 740e94637512e76779a93fc8e638ecb2e46309c4d4616370107e5171124147ad |