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.4.tar.gz
(366.9 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.4-py3-none-any.whl
(726.3 kB
view details)
File details
Details for the file eolymp-0.15.4.tar.gz.
File metadata
- Download URL: eolymp-0.15.4.tar.gz
- Upload date:
- Size: 366.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1826442932b14f4623b635571e7bdd661a5a98cadad880b0395b930861b27dbc
|
|
| MD5 |
ef2d40937436da75b5c11995b1abbb74
|
|
| BLAKE2b-256 |
c408ca6db09c2cbad40dc29e2d16ae62fdd4ddf0128f150cd7a221bd86a6515e
|
File details
Details for the file eolymp-0.15.4-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.4-py3-none-any.whl
- Upload date:
- Size: 726.3 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 |
869bb33a619744854bc1f04a60a8ccf3ecb2078f1ec5bb04a11409c22d10a292
|
|
| MD5 |
b0373fa821f50e2e772de811f05ff2ea
|
|
| BLAKE2b-256 |
955d5dcea3e50b0e850c719b23a8bbd4e8724705316eeebbd917ce2b80e928a3
|