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.41.tar.gz
(314.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.41-py3-none-any.whl
(641.1 kB
view details)
File details
Details for the file eolymp-0.12.41.tar.gz.
File metadata
- Download URL: eolymp-0.12.41.tar.gz
- Upload date:
- Size: 314.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf8c5974c2dc6704c0c532abac3e55cdf9a1a4a51c43832daf2819aabe01545c
|
|
| MD5 |
288876191904bcc937839ae9b43ab338
|
|
| BLAKE2b-256 |
35145e3ff0bdb8ae6e00716c2fb3a0cd5b8d0ad03d6802d48c61f64f283fefff
|
File details
Details for the file eolymp-0.12.41-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.41-py3-none-any.whl
- Upload date:
- Size: 641.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
25998111197427902c1f0bad60e67080ab0914c22416e914f697b12b93f9c7c3
|
|
| MD5 |
103c96d09acea22db73593e15f0df3b3
|
|
| BLAKE2b-256 |
24fe74c0e87d93cc1be297cdd57a8a5de9f4f069df895ae676d34357a282bb40
|