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.35.tar.gz
(409.2 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.35-py3-none-any.whl
(814.7 kB
view details)
File details
Details for the file eolymp-0.15.35.tar.gz.
File metadata
- Download URL: eolymp-0.15.35.tar.gz
- Upload date:
- Size: 409.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d256ca9c61ed04e2943995c351a6ffc5c0ff2ca923ad39288db593444c396abd
|
|
| MD5 |
2b56925011745b32e0b97e427356e7ef
|
|
| BLAKE2b-256 |
c420c42e37e0a6a192e81e0c913b03df6f2a2c4582e3a3db19bbe7b097c589e7
|
File details
Details for the file eolymp-0.15.35-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.35-py3-none-any.whl
- Upload date:
- Size: 814.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5483ada7eddac442280132a419cd51e13aa7c18792b31980bece777069bd4eaa
|
|
| MD5 |
490221969c5a2e489159d230e11c4f1a
|
|
| BLAKE2b-256 |
38a7a71306756c7fce0bfa1cefde94deb332d2682fb5ea3c0df6710def2e1f25
|