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.52.tar.gz
(347.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.52-py3-none-any.whl
(695.4 kB
view details)
File details
Details for the file eolymp-0.12.52.tar.gz.
File metadata
- Download URL: eolymp-0.12.52.tar.gz
- Upload date:
- Size: 347.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e64bf7465d15b31d7571b6dd9f5d27e496fdfe30222c175950954765902b080
|
|
| MD5 |
571abae850efd6a5b3ca3669d6e380f7
|
|
| BLAKE2b-256 |
18dac9ac1b453cbcb5c4aed7f24555c9dc40116eac1309c383827e2f45ab99e0
|
File details
Details for the file eolymp-0.12.52-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.52-py3-none-any.whl
- Upload date:
- Size: 695.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
110d8554189dd6fb6814dde5f8fbaaed0caca96431c9266b0130015b4f6e8f00
|
|
| MD5 |
e8d0073480c185cff033b0fd160943b1
|
|
| BLAKE2b-256 |
7aaf8182960b16062be1ca4b0d43edb4e02516dd348153c9667e7ded565dd811
|