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.0.tar.gz
(365.7 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.0-py3-none-any.whl
(725.2 kB
view details)
File details
Details for the file eolymp-0.15.0.tar.gz.
File metadata
- Download URL: eolymp-0.15.0.tar.gz
- Upload date:
- Size: 365.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0be657ff4c66e5c4f3dbe2a423a9df55e15ef6901141eaa25a1ff5ab3cb73e8f
|
|
| MD5 |
e8b6ef781bda296a4db8d1a041c6ef32
|
|
| BLAKE2b-256 |
d4397242789e8d42175165957317da5a598b32629914f4d230a7639a6c08d71f
|
File details
Details for the file eolymp-0.15.0-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.0-py3-none-any.whl
- Upload date:
- Size: 725.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
819edf20dc97e2e701e24d651dfc79cbda66345f6fe759da5da38676ed0257b5
|
|
| MD5 |
48ff7aa5f3af52e56a3ff1cf83936c7a
|
|
| BLAKE2b-256 |
413eba53f47c5f92f0157c78c0ba9068873db7bd9d56d54e2661a55df33281df
|