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.45.tar.gz
(329.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.12.45-py3-none-any.whl
(674.8 kB
view details)
File details
Details for the file eolymp-0.12.45.tar.gz.
File metadata
- Download URL: eolymp-0.12.45.tar.gz
- Upload date:
- Size: 329.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
111fde6f1c2a6bc134dde847fa72c24739e8c505d894e64f1aeb23d19afeae4b
|
|
| MD5 |
b7ef27e16457bd2c9e6ea9bcfd0700fd
|
|
| BLAKE2b-256 |
3e69a0c174159241ac09d4f20576e0a7fe4ac26ff7bc489051b2529e7ce294a9
|
File details
Details for the file eolymp-0.12.45-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.45-py3-none-any.whl
- Upload date:
- Size: 674.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f3de53db244088934f5bde549f8da096fbd611f2c3ba1c8063212437e268df1
|
|
| MD5 |
633758f4d78369e7f6336a8ea5cab191
|
|
| BLAKE2b-256 |
51a7965530ae7fc279bb061fe875e25a53f93ce0f679a2dd0d1f66f34d735fc8
|