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.7
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.7.tar.gz | 455.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eolymp-0.18.7-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.3 MB
Release files / eolymp-0.18.7.tar.gz
| Download URL | eolymp-0.18.7.tar.gz |
|---|---|
| Size | 455.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b6225e3d2cb01d8dd6c62b370cb591cb317d312a393f84cf1b934530228502b3
|
|
BLAKE2b-256 checksum How to use checksums |
3bbd0bc00f6a2da31344d0df6f31f13527a2195e67beb80034d88e0565755487
|
| 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.7-py3-none-any.whl
| Download URL | eolymp-0.18.7-py3-none-any.whl |
|---|---|
| Size | 884.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fe559bf759e00915e8a79a923727ca5632c0a6918109d88bcb4c0670e8661eb6
|
|
BLAKE2b-256 checksum How to use checksums |
3c4ea27a88128a4fd87946ec1eddabe45ac5a88d14f49b379cc1ec3c45d6c6c8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|