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.18.2.tar.gz
(453.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.18.2-py3-none-any.whl
(880.6 kB
view details)
File details
Details for the file eolymp-0.18.2.tar.gz.
File metadata
- Download URL: eolymp-0.18.2.tar.gz
- Upload date:
- Size: 453.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 |
528d328b760026667963e2b8d996971a94fcb4da37236c0f1558ad466dc9d7a0
|
|
| MD5 |
0591c8a28388addfc2bb6c1a25cd11e7
|
|
| BLAKE2b-256 |
afc5a96dcda2aa1563b095c2087a5c08cc2643590984335c45fb0fdf193eead1
|
File details
Details for the file eolymp-0.18.2-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.18.2-py3-none-any.whl
- Upload date:
- Size: 880.6 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 |
3b34765184033480c9df33fc66e04e1d59dc73f744ddbd371c4eb1d2b751c239
|
|
| MD5 |
57ea194068fc73009df8745233218283
|
|
| BLAKE2b-256 |
7e180f57fe8f0d1226d2b9963e91c15bcc6e6ff1a93847717b6c28f3e2621b81
|