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.53.tar.gz
(422.6 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.53-py3-none-any.whl
(837.0 kB
view details)
File details
Details for the file eolymp-0.15.53.tar.gz.
File metadata
- Download URL: eolymp-0.15.53.tar.gz
- Upload date:
- Size: 422.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c346fff9ced4026544acebcca85b9b5ca248e316f567f0481d8b1cb32dbe6191
|
|
| MD5 |
9cf7239e01e1a32f3b8ccacccbbb4904
|
|
| BLAKE2b-256 |
b2c8e0b378566dc9f156a5385ed2e65ce126f445efd7e52322345579cd5250b1
|
File details
Details for the file eolymp-0.15.53-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.53-py3-none-any.whl
- Upload date:
- Size: 837.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d91a6f627dee74e16207002ffe4eec9adc352fb1da525b6c11f5d629ebe2ea3a
|
|
| MD5 |
46babe113bb059e182b056d96b352100
|
|
| BLAKE2b-256 |
fa8f29e13f1445176cb999e66f846f21afb126d53ae884a70565abce6f30d1de
|