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.13.0.tar.gz
(347.1 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.13.0-py3-none-any.whl
(690.1 kB
view details)
File details
Details for the file eolymp-0.13.0.tar.gz.
File metadata
- Download URL: eolymp-0.13.0.tar.gz
- Upload date:
- Size: 347.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f101c7117687cea6397f31d6d04064f79d881d463662347c31e9f0960aa8b54f
|
|
| MD5 |
1730a2f967d0d158dfbbe017b8503439
|
|
| BLAKE2b-256 |
0f4db69eda7974688a8566c4be39fa473825ccfff20dfa3b3a38d03dfed257b8
|
File details
Details for the file eolymp-0.13.0-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.13.0-py3-none-any.whl
- Upload date:
- Size: 690.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfaaf2686fc32729ad894fca0e4e39c2364eb045e25513678eb3ceaf454f93af
|
|
| MD5 |
0a396b5a650945deb95eee87db74fa26
|
|
| BLAKE2b-256 |
f4c020df5360030f9a4016ce035b1a30349dc65c65bac67d457f86271e200578
|