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.40.tar.gz
(400.2 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.40-py3-none-any.whl
(802.4 kB
view details)
File details
Details for the file eolymp-0.15.40.tar.gz.
File metadata
- Download URL: eolymp-0.15.40.tar.gz
- Upload date:
- Size: 400.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b8c6aaaf4683946dbcd11e2ed4507a61424f146cb09723776459cb4c8aa49d2
|
|
| MD5 |
c2eb04651458786e0ac01bdd9db7b31e
|
|
| BLAKE2b-256 |
caedee1382efa1a96921c9e174d5c7ff7ebe058b6e96a16c938605a334a452c2
|
File details
Details for the file eolymp-0.15.40-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.40-py3-none-any.whl
- Upload date:
- Size: 802.4 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 |
42268204aafcaf86ebb05ad53df8e46d807dc807b31f517c5fd7eaf25dc377c0
|
|
| MD5 |
db3916d4737b996f9d8f95cb40c52ac3
|
|
| BLAKE2b-256 |
fe912fe8cb4499733bb920b2a27861c95230c379c379d98be33c00c2ddda8f25
|