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.44.tar.gz
(406.8 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.44-py3-none-any.whl
(811.5 kB
view details)
File details
Details for the file eolymp-0.15.44.tar.gz.
File metadata
- Download URL: eolymp-0.15.44.tar.gz
- Upload date:
- Size: 406.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8eb893850c3d6ca516cd47c129f742ae45affa08f008df274cc4cb449c0dffb7
|
|
| MD5 |
2a0eb01febd1d44399c755080cad4efd
|
|
| BLAKE2b-256 |
57d3727892234b004e747075f3879b038f3e5e1cd6d5285250f0ed224130f400
|
File details
Details for the file eolymp-0.15.44-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.44-py3-none-any.whl
- Upload date:
- Size: 811.5 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 |
f7154e9d97e59521e0951fe54ce58a8e5ccc39b9803047684bb4fb17a1c4a4ce
|
|
| MD5 |
92b52b6832150c5e7ade65ad69229471
|
|
| BLAKE2b-256 |
a23cec48b7ff8fbbe2f3519cbe97837e5cf6be594fd75146e2f53b626517be7a
|