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.19.tar.gz
(300.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.19-py3-none-any.whl
(617.1 kB
view details)
File details
Details for the file eolymp-0.12.19.tar.gz.
File metadata
- Download URL: eolymp-0.12.19.tar.gz
- Upload date:
- Size: 300.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 |
2156ed023818fbcdd4021ef810effd69c5cbf1624fdd20cc3908a571012aee88
|
|
| MD5 |
54d945f844e7ecad16a1f7d8c9ca3efb
|
|
| BLAKE2b-256 |
8578ec6a67774f2a1852dc33689a72744dc9772e047c3a3c0b6bca58b457d7fd
|
File details
Details for the file eolymp-0.12.19-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.12.19-py3-none-any.whl
- Upload date:
- Size: 617.1 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 |
4247fffccfadddbce723a96107ef9aaeacebc6782bfc6df04cc29b6497886f6f
|
|
| MD5 |
bea9713714cd52c376963664ccc41757
|
|
| BLAKE2b-256 |
1ca5a10ce6f317a79d7caa3f21d9668d60361ac6eda93327d0824dfb7e3998bf
|