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.50.tar.gz
(413.3 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.50-py3-none-any.whl
(825.3 kB
view details)
File details
Details for the file eolymp-0.15.50.tar.gz.
File metadata
- Download URL: eolymp-0.15.50.tar.gz
- Upload date:
- Size: 413.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3231b099956d32e9bc40b3817f197ececd46afbb9cc325916d4f69d8d88ddc46
|
|
| MD5 |
014f29dcf56dcbde87e00a15e03c79c5
|
|
| BLAKE2b-256 |
0bda3cfbeb7ec3487141964bf94cc254c6a5e2c81445d7986624ad5b5e8f0695
|
File details
Details for the file eolymp-0.15.50-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.50-py3-none-any.whl
- Upload date:
- Size: 825.3 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 |
eea27cbbadae61b4930b92d1e5ae43eca79ba905dd85f5565b884208df7e4c5f
|
|
| MD5 |
187faa418f70ee08bcf7ebc46570f5b8
|
|
| BLAKE2b-256 |
9f426bf82a0351269005e0cac6d1e043e1ed5224ee3e71c2ab38163f830d8827
|