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.21.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.21.0.tar.gz | 466.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| eolymp-0.21.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 1.4 MB
Release files / eolymp-0.21.0.tar.gz
| Download URL | eolymp-0.21.0.tar.gz |
|---|---|
| Size | 466.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
c7aa55411f7cb3ad5a5824d84127bb8104c0841cff40b94813584a552a3a812b
|
|
BLAKE2b-256 checksum How to use checksums |
42ef5dd20a4140cc2782f11eff82c86ddcf10f2d477a4b32c1c77b0d8cf76c3e
|
| 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.21.0-py3-none-any.whl
| Download URL | eolymp-0.21.0-py3-none-any.whl |
|---|---|
| Size | 904.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c45e30184ab11c94863bd073168de9554df1723a4f6917d1677c5b9cb8a42144
|
|
BLAKE2b-256 checksum How to use checksums |
d2d2a15d3e381e82b78667ffdf668c1e65cd97dc5695181108555d72e0523fbc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.7
|