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)
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.15.26.tar.gz
(390.8 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.15.26-py3-none-any.whl
(777.3 kB
view details)
File details
Details for the file eolymp-0.15.26.tar.gz.
File metadata
- Download URL: eolymp-0.15.26.tar.gz
- Upload date:
- Size: 390.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bbc6bd8c41f39d62555e5a432ccd15cc96fe4bda18e6ddaa32c45e98bbcf288
|
|
| MD5 |
7cd008e0f1485a33f8b7ec55b7f7b417
|
|
| BLAKE2b-256 |
3b28ae092fdbd0e2fdd2b3a2bbb5fbf5cdc66cfc901c7adf01f8f6fa54907cc0
|
File details
Details for the file eolymp-0.15.26-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.26-py3-none-any.whl
- Upload date:
- Size: 777.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
af108f20effdff5574c370f2f6ca7ed86f62205c1d671a1ff7b4348e6be836ec
|
|
| MD5 |
59dd293069acc3e0c8245a15f1483754
|
|
| BLAKE2b-256 |
8efb85d14c2d24b71acf5900f8c3d26ae174549859361e99877c4f15a680c306
|