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.43.tar.gz
(406.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.43-py3-none-any.whl
(811.4 kB
view details)
File details
Details for the file eolymp-0.15.43.tar.gz.
File metadata
- Download URL: eolymp-0.15.43.tar.gz
- Upload date:
- Size: 406.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c65bfe9db1e654edbcb1f4fcc1b326fe19f8b8ae8cc82ebfdba4170b639e6de2
|
|
| MD5 |
ce0ac9a9e18bdb86b59d1ea2346a93fc
|
|
| BLAKE2b-256 |
c468a997473282e31929549653c40578fcfc6d5058ecfb49a6f55bd8d339b950
|
File details
Details for the file eolymp-0.15.43-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.43-py3-none-any.whl
- Upload date:
- Size: 811.4 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 |
214696aa808b38bc70e6275a711b8bdd60e2981698c7c881d4af2ec2dc923527
|
|
| MD5 |
86f9e4dc8153786d03be1282cb2e011a
|
|
| BLAKE2b-256 |
a01ea7aa7eb770ef8fec715c1b2750c642317393be8df870ffe55a2a6c426361
|