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
import eolymp.core
transport = eolymp.core.HttpClient(token="etkn-...")
spaces = eolymp.universe.SpaceServiceClient(transport)
out = spaces.ListSpaces(request=eolymp.universe.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.post3.tar.gz
(1.7 kB
view hashes)
Built Distribution
Close
Hashes for eolymp-0.10.9.post3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8cac46ce7077e7df5a59067fd8e64f71b08208e5024ecf948a0c4c888ee44286 |
|
MD5 | a7cbb62e7b2aad5ca6702b7567539ceb |
|
BLAKE2b-256 | 1301fdcfd42c6399143ab497069e965f88b774fcfb372d28990c3747df90f5d5 |