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.3
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.3.tar.gz | 469.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eolymp-0.24.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.4 MB
Release files / eolymp-0.24.3.tar.gz
| Download URL | eolymp-0.24.3.tar.gz |
|---|---|
| Size | 469.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8103bdcbfa03e6fb28f8210f6e5ecab01992dfcea77821e3c1a4e2e33d1d04d8
|
|
BLAKE2b-256 checksum How to use checksums |
65b352bbaf0b5be88faa9c08d1a5f21ce9637a71360d4c346a4aca5d56ee35ad
|
| 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.3-py3-none-any.whl
| Download URL | eolymp-0.24.3-py3-none-any.whl |
|---|---|
| Size | 908.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0429e6795e4c7fa9f6fb08ee73f5ec59497653d8f852d28d9c62d71de431d49a
|
|
BLAKE2b-256 checksum How to use checksums |
b4697c87973eb8a701f6a820f1c3519e1c0b45e479a2fa0a3151f47906ba7618
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|