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.37.tar.gz
(401.7 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.37-py3-none-any.whl
(803.4 kB
view details)
File details
Details for the file eolymp-0.15.37.tar.gz.
File metadata
- Download URL: eolymp-0.15.37.tar.gz
- Upload date:
- Size: 401.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2f5d3453120e9fbc9b374a1bfd755e3d261ebbee0e8b6e0511ee98cef2cb6643
|
|
| MD5 |
739a58e981e5aaae5591f7e220142d28
|
|
| BLAKE2b-256 |
029ad485b859b7edfb7665fc3ad3f44eb6f140293d4698d415f8a20d8a57b15f
|
File details
Details for the file eolymp-0.15.37-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.37-py3-none-any.whl
- Upload date:
- Size: 803.4 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 |
3b10224fe00156237e524566feaf01e7541b4f6dceb0c286a5245be9dcd05939
|
|
| MD5 |
e65655d9cb82841fa8790b8a67b798a5
|
|
| BLAKE2b-256 |
c17e691b00f10f6297f117899fa170de9b4df5b45fb11f14a406547f24cfdec8
|