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.48.tar.gz
(409.6 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.48-py3-none-any.whl
(816.3 kB
view details)
File details
Details for the file eolymp-0.15.48.tar.gz.
File metadata
- Download URL: eolymp-0.15.48.tar.gz
- Upload date:
- Size: 409.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9aa9894c16a3aedfd6a70edbe82dc5debc0046900b5c2df26371a5482564a1a7
|
|
| MD5 |
298e8ab0045f5b7475c038252731c5af
|
|
| BLAKE2b-256 |
8a9b7ccd0ae58d9f24a1da0568a6d5d356795719e31a680275d9c164b29cb28d
|
File details
Details for the file eolymp-0.15.48-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.48-py3-none-any.whl
- Upload date:
- Size: 816.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 |
315cadc9f8c801e7b3881a340474150870bf50ed09e0ca7042d7e8f2a35303e3
|
|
| MD5 |
05d444fc009e6d3f64475097d1c4255a
|
|
| BLAKE2b-256 |
feafbec3693cf85c896c06a2f8c2117b776415949058a1d1df0f90a4d9c5c981
|