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.54.tar.gz
(428.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.54-py3-none-any.whl
(845.1 kB
view details)
File details
Details for the file eolymp-0.15.54.tar.gz.
File metadata
- Download URL: eolymp-0.15.54.tar.gz
- Upload date:
- Size: 428.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
426b377a2b79fe714217bc70c4ce7c40062ee3a83ea9478a50940b8fbee937cc
|
|
| MD5 |
955454dc3229f0cfefd9e9928cf1f0c2
|
|
| BLAKE2b-256 |
184d39b719f104f57b5cf0d16ff512382498f2e72a91b686c5a6af7de7c63b65
|
File details
Details for the file eolymp-0.15.54-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.54-py3-none-any.whl
- Upload date:
- Size: 845.1 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 |
da6b69fc1c03482754dd4f27abcd9f7b07b72a2b649cfab98113922685f58a5b
|
|
| MD5 |
fe8c83908501a10502e12c4849cfd000
|
|
| BLAKE2b-256 |
5a87b3a6be662b91d6825d7fc86f492cca57d44b6473d4767dbe3c88f20bb717
|