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.22.tar.gz
(303.3 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.22-py3-none-any.whl
(623.5 kB
view details)
File details
Details for the file eolymp-0.12.22.tar.gz.
File metadata
- Download URL: eolymp-0.12.22.tar.gz
- Upload date:
- Size: 303.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23f7a1b80948d95582ac075cf546b36530debb85f7e0fdc7851b2a9e0c18ecfc
|
|
| MD5 |
07eaeddd2111d1746eba633b761b4fcf
|
|
| BLAKE2b-256 |
ba8c58bde877960a1120728177574157069d827da6f2fc535a29f728f3681be5
|
File details
Details for the file eolymp-0.12.22-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.22-py3-none-any.whl
- Upload date:
- Size: 623.5 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 |
57c063ffb8186148ca4421c5cabb90f7630d8ca64e61346ead594dcc90edcdec
|
|
| MD5 |
9ed3f4dcde58f277434050abb1424923
|
|
| BLAKE2b-256 |
781bac203524f542f3355c2e64f4fdf40d7369c4bc636bdbafb20a4a5fa1a17f
|