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.20.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.20.0.tar.gz | 467.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eolymp-0.20.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.4 MB
Release files / eolymp-0.20.0.tar.gz
| Download URL | eolymp-0.20.0.tar.gz |
|---|---|
| Size | 467.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
eea0bf3fbf4b598cd7a7b44bbbc60ea61cb9f752afbf02973029d60f507016f3
|
|
BLAKE2b-256 checksum How to use checksums |
69191ac73f4771ad44940489e0cbae238e4eda96d7b71343c9919b53036f26b8
|
| 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.20.0-py3-none-any.whl
| Download URL | eolymp-0.20.0-py3-none-any.whl |
|---|---|
| Size | 904.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
5fbf23c0ed9962a00086e1690660a547a55ce868b409054ee97552d2fd09f257
|
|
BLAKE2b-256 checksum How to use checksums |
ee0352c4a1887fa637564e0494ff9b0414de5f4ad817d3ea5b5de1ebff567bef
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|