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.13.8.tar.gz
(357.1 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.13.8-py3-none-any.whl
(708.4 kB
view details)
File details
Details for the file eolymp-0.13.8.tar.gz.
File metadata
- Download URL: eolymp-0.13.8.tar.gz
- Upload date:
- Size: 357.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b20acf8d499643e9985a468b49378c542cb57d5b7cc6e552a3d7d24eb3bd642
|
|
| MD5 |
9935833602cd99ade5b70270f5be9f92
|
|
| BLAKE2b-256 |
07c6ef161a310dcb1bce885a7e4de7f6341b07d8c4cf75a8ed04dcb6094b6d20
|
File details
Details for the file eolymp-0.13.8-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.13.8-py3-none-any.whl
- Upload date:
- Size: 708.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
45bc338fc944431a9f9d868e6040ab3c9ad8036fe428a0b35502639de4efd0f0
|
|
| MD5 |
26d6df1ce9865896233b11b3b996fa1f
|
|
| BLAKE2b-256 |
4d88493eb25b6741fc08aeb4553247eb74f0fb097de6efd49b5e2a594a6516bc
|