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)
Release files for eolymp 0.24.8
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| eolymp-0.24.8.tar.gz | 477.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eolymp-0.24.8-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.4 MB
Release files / eolymp-0.24.8.tar.gz
| Download URL | eolymp-0.24.8.tar.gz |
|---|---|
| Size | 477.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9f41b8bfb740472896c15aebb312c36d47aa68d66eba7eeda09df01575327df7
|
|
BLAKE2b-256 checksum How to use checksums |
33cd1714e88f3c5d77a687846f5ce7d1a6929007546e468e37a23abb571c496b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|
Release files / eolymp-0.24.8-py3-none-any.whl
| Download URL | eolymp-0.24.8-py3-none-any.whl |
|---|---|
| Size | 917.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
66be535a56c086a9155b3286fbf1bce09ddce4867d68a0aef3dffb35673e1ab2
|
|
BLAKE2b-256 checksum How to use checksums |
003027b988d898a86c64f72de30aace4ca18cdb185e227dd905116ba44b44696
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|