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.42.tar.gz
(405.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.42-py3-none-any.whl
(809.8 kB
view details)
File details
Details for the file eolymp-0.15.42.tar.gz.
File metadata
- Download URL: eolymp-0.15.42.tar.gz
- Upload date:
- Size: 405.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 |
f9b15a7c2d3c96ad2977b28464bd19440388363346e48ac5e5b6f5c459b926f8
|
|
| MD5 |
bc542165c3dd67e2b68403bbd9c8f223
|
|
| BLAKE2b-256 |
29b439f81fc987591563e38f2ef5fe260dfd34aa842cd35ea7105d764b0bbd3d
|
File details
Details for the file eolymp-0.15.42-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.42-py3-none-any.whl
- Upload date:
- Size: 809.8 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 |
f55ecac86fd8a08d41fecd5360cdf20b65e54718c42f38aa9f66aa184a7fd209
|
|
| MD5 |
4850bdfe58fe4a3ee97e0c4ec168de88
|
|
| BLAKE2b-256 |
25273653d2fedd3f99a13e415fcc3dc7ee8dc5637beb55e507cb0c16756cda41
|