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