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.51.tar.gz
(342.3 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.51-py3-none-any.whl
(691.8 kB
view details)
File details
Details for the file eolymp-0.12.51.tar.gz.
File metadata
- Download URL: eolymp-0.12.51.tar.gz
- Upload date:
- Size: 342.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87c26247fe9492fbd509c92ecbb6eeba4b8f84aea911a319dea6a099e5988010
|
|
| MD5 |
475b311f546b67355c4db39e394a5496
|
|
| BLAKE2b-256 |
b46f42ae3b68b893829e5c009aeb79f03b0f6a9b60d5fb966bd0fdc7cfb7d76e
|
File details
Details for the file eolymp-0.12.51-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.51-py3-none-any.whl
- Upload date:
- Size: 691.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6bb47a6059b2b3bf6a6317193c400b8d4208a11080d60e75643ab155bc0d4d70
|
|
| MD5 |
ce78718fb8b0b911814cd71f48c3c857
|
|
| BLAKE2b-256 |
73174f152162fd87795025a8958788729b2b3448153300cec16695e8d08df602
|