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.10.tar.gz
(370.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.15.10-py3-none-any.whl
(729.6 kB
view details)
File details
Details for the file eolymp-0.15.10.tar.gz.
File metadata
- Download URL: eolymp-0.15.10.tar.gz
- Upload date:
- Size: 370.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
50c0f2dd41a5583a1ad151ed6bdf5a55c81bf1f601c1ff3f6375ecc5fd2b77e1
|
|
| MD5 |
4e010ccba7307b61f0e7d62fe7c8cdcb
|
|
| BLAKE2b-256 |
efd1c00295ed1fd4e2696f25ed5f51b73646f5628499567ce97de3df438d9a1e
|
File details
Details for the file eolymp-0.15.10-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.10-py3-none-any.whl
- Upload date:
- Size: 729.6 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 |
28cf0af8e9e1d714c0ed1c19d4553df49c812713aae561d77eb5627579da2b91
|
|
| MD5 |
d0fba6bc3981278e142539cb008ac6fd
|
|
| BLAKE2b-256 |
a80a9c969c3b040bb80a3c6b3595383dfee64c9e05d21e7d6493d9c8ad75b738
|