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.23.tar.gz
(386.1 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.23-py3-none-any.whl
(765.5 kB
view details)
File details
Details for the file eolymp-0.15.23.tar.gz.
File metadata
- Download URL: eolymp-0.15.23.tar.gz
- Upload date:
- Size: 386.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ae354ff9ff7db562a32343adb29f811fd8209abe81aefc9656f1bfe3ba129140
|
|
| MD5 |
81df4b9596dea05c58a441ba27a1e4a6
|
|
| BLAKE2b-256 |
116264d705e86d8813498d402e3dab645d19cc1cd36f4db0a6a14f8a1e5e4f9a
|
File details
Details for the file eolymp-0.15.23-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.23-py3-none-any.whl
- Upload date:
- Size: 765.5 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 |
0fa117eeb467a5a345f1758309e5df6c79eb40018f387d86d7a15c56e7eba1fa
|
|
| MD5 |
03213562b436383fc022ee5c168da1b9
|
|
| BLAKE2b-256 |
bf0e3d2edef9bd69adf7b17abda69a568969c0f5671b679754322c4f9088a4b5
|