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.18.4
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.18.4.tar.gz | 465.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eolymp-0.18.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.4 MB
Release files / eolymp-0.18.4.tar.gz
| Download URL | eolymp-0.18.4.tar.gz |
|---|---|
| Size | 465.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8571caeed2c1deb5d39ebe966a859541c1528ee6a4410bf3cc3c7a0f48f09dbc
|
|
BLAKE2b-256 checksum How to use checksums |
eacde1c465607f29d2724e677bf89c067bae5f097ff101f6b0912933e5237df2
|
| 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.18.4-py3-none-any.whl
| Download URL | eolymp-0.18.4-py3-none-any.whl |
|---|---|
| Size | 898.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
13369088be2204341668d360c3769fc88cab5df01940556f636bbb92f8cd1460
|
|
BLAKE2b-256 checksum How to use checksums |
3773aa6018ed9ff31404f7142f481988eab34af793988993f44a7ccdbf412b4c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|