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.14.4.tar.gz
(365.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
eolymp-0.14.4-py3-none-any.whl
(724.5 kB
view details)
File details
Details for the file eolymp-0.14.4.tar.gz.
File metadata
- Download URL: eolymp-0.14.4.tar.gz
- Upload date:
- Size: 365.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3079f5142aecd259692145cb9a2119d3133268403fe390ba59a43dbf4a4a6a81
|
|
| MD5 |
7be4e8babefccf626a41d7fa7f3162ba
|
|
| BLAKE2b-256 |
9a15ad22b26cb6a37888b4f8fc93ac57c871de720699cfbbedd0c67167081901
|
File details
Details for the file eolymp-0.14.4-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.14.4-py3-none-any.whl
- Upload date:
- Size: 724.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28571c67899a69e25170c2be6b5cb7fbcb7f589cac2c475054ad2cbd90df8e91
|
|
| MD5 |
ff126baeb0d13f821009c44504a6ec7f
|
|
| BLAKE2b-256 |
041036dd68c3493684af1104910418145561473e1c6ff25a1a6bd8b996d3ff7e
|