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.12.tar.gz
(373.2 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.12-py3-none-any.whl
(735.4 kB
view details)
File details
Details for the file eolymp-0.15.12.tar.gz.
File metadata
- Download URL: eolymp-0.15.12.tar.gz
- Upload date:
- Size: 373.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f92c71e608d12689982a683628351ac0115c87c3a1b9f0c7f84b8b59705a8b7e
|
|
| MD5 |
3273154f0bc7c92535a168825aa15295
|
|
| BLAKE2b-256 |
077991bedb9002888a9a1e1185fbf5da0b0ec03c61aa9eae9bcedb2d2fc288f3
|
File details
Details for the file eolymp-0.15.12-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.12-py3-none-any.whl
- Upload date:
- Size: 735.4 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 |
be4000371299c757f2265ec7a04399a015491e92c2e46f5b4a07089e964f372f
|
|
| MD5 |
0c37f26e26810471ccb12296706bccdf
|
|
| BLAKE2b-256 |
3f6bfe53de5579c1d7160a40a0fb1589fa1f45f2d9396cb54d6a4f54269aa348
|