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.45.tar.gz
(407.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.45-py3-none-any.whl
(812.2 kB
view details)
File details
Details for the file eolymp-0.15.45.tar.gz.
File metadata
- Download URL: eolymp-0.15.45.tar.gz
- Upload date:
- Size: 407.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 |
66bb915a633a0c65a31ec65d2ed7f3f4fdb46621cfe3849ebf90c8957932170c
|
|
| MD5 |
2032d469537a50de769269bea7ed62f2
|
|
| BLAKE2b-256 |
2ac83051bfec033ffcfae94584a983f36f8aec04ddd1f6b3f2694db843c90590
|
File details
Details for the file eolymp-0.15.45-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.45-py3-none-any.whl
- Upload date:
- Size: 812.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 |
829dc05100d6a8af74ad0eee7f3cc6cd223989fbf7b1ddbafc4544c5073f08d4
|
|
| MD5 |
36a36e6a0e529381bab6d361e8f8c979
|
|
| BLAKE2b-256 |
427b043f7856ffd63934391069edb4fa8a846664e2568bb9d7650291469ca03e
|