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.46.tar.gz
(407.9 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.46-py3-none-any.whl
(814.1 kB
view details)
File details
Details for the file eolymp-0.15.46.tar.gz.
File metadata
- Download URL: eolymp-0.15.46.tar.gz
- Upload date:
- Size: 407.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0697aae47b90011912d6a66a53522380f83931691778505ac7e7c37ddcf95244
|
|
| MD5 |
4926e7541bf28619674064e212fc8c10
|
|
| BLAKE2b-256 |
8c15a59b0dbbbd782230affae0ff6153af97a7361bdf9a25dc651d2b5bafd325
|
File details
Details for the file eolymp-0.15.46-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.46-py3-none-any.whl
- Upload date:
- Size: 814.1 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 |
86c161bfc81ded31e77f46ee6a1001725eb585efe12f795ea96007b9ffc44531
|
|
| MD5 |
85d02afbf327628d9fd127284b388efa
|
|
| BLAKE2b-256 |
4497956d78079ac15d4d16c3c0bae94550ee487928b968c8c5b5166247b906f6
|