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.30.tar.gz
(308.8 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.30-py3-none-any.whl
(626.6 kB
view details)
File details
Details for the file eolymp-0.12.30.tar.gz.
File metadata
- Download URL: eolymp-0.12.30.tar.gz
- Upload date:
- Size: 308.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85a24100fd3d695a7eebbf6d59fbd420d9db3c40690d1fdb554537781a25812b
|
|
| MD5 |
10294b566a05d7338bd32c3dfef69f10
|
|
| BLAKE2b-256 |
429b1a254a78c46da1d10bbb0ad5d7f39d1054e7d751e83c9afe00b037081db6
|
File details
Details for the file eolymp-0.12.30-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.30-py3-none-any.whl
- Upload date:
- Size: 626.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f6bce3fce9afd8503194b34a1ecb074683b0879cae92b7d48ca4ac94616f8d9
|
|
| MD5 |
26552eabee2882eff3518c9e87f9a306
|
|
| BLAKE2b-256 |
640d764e32c3c1db1c2aed28714edcbacdf9b764b5fca34f4cfcc5f59f28b79a
|