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.28.tar.gz
(393.3 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.28-py3-none-any.whl
(779.5 kB
view details)
File details
Details for the file eolymp-0.15.28.tar.gz.
File metadata
- Download URL: eolymp-0.15.28.tar.gz
- Upload date:
- Size: 393.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0868271cbde74f152e653f45b2083a1758b8c8f16df3602930f062b2d06546a8
|
|
| MD5 |
7afed948c4f6993895b90932a20a777f
|
|
| BLAKE2b-256 |
a8119aeb72195529aed0180e9ed8f1e73439aea8d7631f48f25bbb931367914e
|
File details
Details for the file eolymp-0.15.28-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.28-py3-none-any.whl
- Upload date:
- Size: 779.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2315d393daf8d2fa8e8f9f0f39e6151bb165a6674996ddfc822c12f560de2dc
|
|
| MD5 |
ceb02259473698c72a75055b54be0bd9
|
|
| BLAKE2b-256 |
321c7e3f11e9a05c0187ef082bd9540747234a753685a5d728fbb385852864a4
|