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.post1.tar.gz
(1.7 kB
view hashes)
Built Distribution
Close
Hashes for eolymp-0.10.9.post1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | db1767701c495e6dbc05d3234baeaf2c98018f23205e000ff9b2f77963a5aaed |
|
MD5 | 6f5532d14a7196d5a3d7f0f0fbdbfb0a |
|
BLAKE2b-256 | 37d6596ed4bea2a8311383a6688b046eb50fcc4401723d3f9c709f21219b2591 |