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.19.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.19.4.tar.gz | 467.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eolymp-0.19.4-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.4 MB
Release files / eolymp-0.19.4.tar.gz
| Download URL | eolymp-0.19.4.tar.gz |
|---|---|
| Size | 467.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
8edde7d7f2d4bf19076e6498ba324a293208dc1256044df2588c88a85eb8d5ce
|
|
BLAKE2b-256 checksum How to use checksums |
554819f957d85112750973ed795b694106963fa23980d6c9709031a0cdfb39e4
|
| 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.19.4-py3-none-any.whl
| Download URL | eolymp-0.19.4-py3-none-any.whl |
|---|---|
| Size | 905.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
b16afe5d40467c7d2ab0b0da05598ff6c77ddf021353b7059ddc9a9cf1a1dc01
|
|
BLAKE2b-256 checksum How to use checksums |
b70acb66144c115abf3e880bb017778a22f13c6d27b7fc1f483291ca62375abd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|