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.25.tar.gz
(390.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.25-py3-none-any.whl
(777.1 kB
view details)
File details
Details for the file eolymp-0.15.25.tar.gz.
File metadata
- Download URL: eolymp-0.15.25.tar.gz
- Upload date:
- Size: 390.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed5ce0fbbe0789aa7996001c2a78bf4a669eb42d76368096b2fe7c28ecd2cd76
|
|
| MD5 |
8fc2291c991145722215fdfe6679cb8b
|
|
| BLAKE2b-256 |
cc4c1ee67c739daaa2189d2e901854d1b66f8e5e8c84bfbe766c7df328d38a21
|
File details
Details for the file eolymp-0.15.25-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.25-py3-none-any.whl
- Upload date:
- Size: 777.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9bc8d5571809270ae084056ecb8a08561a5bf3a3f25510c4541d73be00885eea
|
|
| MD5 |
ce005d88581ab72d78194a48762dad37
|
|
| BLAKE2b-256 |
7af9c332358736914e9749c74b599df204988713a1f9d3497effb012559bf81f
|