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.27.tar.gz
(391.1 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.27-py3-none-any.whl
(777.6 kB
view details)
File details
Details for the file eolymp-0.15.27.tar.gz.
File metadata
- Download URL: eolymp-0.15.27.tar.gz
- Upload date:
- Size: 391.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae72f0101d01c7e54ae7adf9a0216215b1bb008445deda31d82b10f6c13a0c15
|
|
| MD5 |
886c2df7615b5a6af948d74a3cd3d991
|
|
| BLAKE2b-256 |
48f5e8d7afcbc18f8f3abf37fb4023a4562a5e52dc433c010bb37036fa6751a3
|
File details
Details for the file eolymp-0.15.27-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.27-py3-none-any.whl
- Upload date:
- Size: 777.6 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 |
4ceb4bfd02914c78a64cda4ce687f88f60ec444384723a13d96d4f41db2ef063
|
|
| MD5 |
05c9830bcda577292591a8b594c90bcb
|
|
| BLAKE2b-256 |
b719441754c78ade4f49a3e61276c48858ab9a4b78e61f8888d02e08c7bd9fc6
|