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.15.22.tar.gz
(386.1 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.15.22-py3-none-any.whl
(765.5 kB
view details)
File details
Details for the file eolymp-0.15.22.tar.gz.
File metadata
- Download URL: eolymp-0.15.22.tar.gz
- Upload date:
- Size: 386.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
266005a3c4583b874ed489a7a049288d6ab480e0eb3be6b47e58aa28dc54c278
|
|
| MD5 |
c1ba1e2cd39ea4c3edfcdee343b04372
|
|
| BLAKE2b-256 |
86ec409291d7ec911e6954160a0d990cdc73937bfef95b07923ed4e0a0de7ebd
|
File details
Details for the file eolymp-0.15.22-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.22-py3-none-any.whl
- Upload date:
- Size: 765.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eab0b80616f2399b4b0abec02f62be0364574e9475b7c91ef31f72f910d7e2fc
|
|
| MD5 |
c996435c4000f5fef668aa9985b4f29c
|
|
| BLAKE2b-256 |
bfb8b33bbf87ba8698a4bb300e68f2368878349bfbcc71f2655b3ab112328aef
|