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.0
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.0.tar.gz | 468.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eolymp-0.24.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.4 MB
Release files / eolymp-0.24.0.tar.gz
| Download URL | eolymp-0.24.0.tar.gz |
|---|---|
| Size | 468.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
fd4c51f358b243dfca096fd7ce4b04a67a10a865ac0afcf195b8d3494c0cb082
|
|
BLAKE2b-256 checksum How to use checksums |
1ac1cbf44948f0026430252697ab4f6a0c4f38f1da4a5b826533d63444615966
|
| 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.0-py3-none-any.whl
| Download URL | eolymp-0.24.0-py3-none-any.whl |
|---|---|
| Size | 907.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2d3f5c7cf70ffc485c9700e63d2b95a2e10860289302c46a759a6c42dfa60586
|
|
BLAKE2b-256 checksum How to use checksums |
6632c172efc0a0031740a0c6a24abd00f80240c25a742fa5d8e0ede5c839c333
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|