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.25.tar.gz
(306.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.25-py3-none-any.whl
(623.2 kB
view details)
File details
Details for the file eolymp-0.12.25.tar.gz.
File metadata
- Download URL: eolymp-0.12.25.tar.gz
- Upload date:
- Size: 306.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 |
ae7f7c4709a63807002855c5caf8edef95ac3c9464a184532c0b6125f048385e
|
|
| MD5 |
faeca0c5706b69e5251cbfa0573fa7de
|
|
| BLAKE2b-256 |
0af05443ed807b59bfbeec7b87e814b1c0ac4ab9cdb9092c1f1ea34c553b5f7e
|
File details
Details for the file eolymp-0.12.25-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.25-py3-none-any.whl
- Upload date:
- Size: 623.2 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 |
15762ba36e299b7707a07614caf3ec5814bb0924fa99c332e0c96d3f136a7e4a
|
|
| MD5 |
f08cfa70b8c308e4514103d3b5d5e109
|
|
| BLAKE2b-256 |
1339884dbaa801a70f28765861981d89e0304339a961f6b24ba433085fdfeecf
|