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.55.tar.gz
(428.1 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.55-py3-none-any.whl
(845.2 kB
view details)
File details
Details for the file eolymp-0.15.55.tar.gz.
File metadata
- Download URL: eolymp-0.15.55.tar.gz
- Upload date:
- Size: 428.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
df5ff2ff196c398d12dd78b8fc0771fa481e387ef5a407efbc57253e7fa923d6
|
|
| MD5 |
991afabf618dde32d3fc154df5bf5ad5
|
|
| BLAKE2b-256 |
1642182a520e0b99a4506b6f9abd7f1f5a1c83febed92c9500e643e9dc66c73d
|
File details
Details for the file eolymp-0.15.55-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.55-py3-none-any.whl
- Upload date:
- Size: 845.2 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 |
fb41b6797c136d2706545fdfd5f2d5d673bccad65393c248436aa7e4f31ea259
|
|
| MD5 |
cd6507c241d452a579f4dc2aba5c7560
|
|
| BLAKE2b-256 |
67abde16e9012c13f0a33aca9017f0e18d6d9d1d180b41ecd39b3ff3922f5d82
|