Eolymp SDK for Python
Project description
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
eolymp-0.12.28.tar.gz
(307.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
eolymp-0.12.28-py3-none-any.whl
(625.5 kB
view details)
File details
Details for the file eolymp-0.12.28.tar.gz.
File metadata
- Download URL: eolymp-0.12.28.tar.gz
- Upload date:
- Size: 307.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
65c1afe4e2807f65808e6192fea550186eca022138d937b7e943c2773ce18fc6
|
|
| MD5 |
9ec9bf50f736e61004432d682a91fd4f
|
|
| BLAKE2b-256 |
bf2ff75cc537eb1ddbd455d59a8130aceec9ff102e7236f969c94100820fa3b3
|
File details
Details for the file eolymp-0.12.28-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.28-py3-none-any.whl
- Upload date:
- Size: 625.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b497a5b390a5c37e6442bcc28338f22bede95c46a0df1571cf1d48e59efdb7e
|
|
| MD5 |
58c0a9201d41141fa6e742c0d6f7cfd1
|
|
| BLAKE2b-256 |
da2e96fa118bb6cbde59857e98d1baf24840869e703d33ca13804acf0552da92
|