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.3.tar.gz
(366.2 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.3-py3-none-any.whl
(725.6 kB
view details)
File details
Details for the file eolymp-0.15.3.tar.gz.
File metadata
- Download URL: eolymp-0.15.3.tar.gz
- Upload date:
- Size: 366.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
85742a95334581b85e0edfccee022616cf9815d081c84fc36d6e52fbaeb02e73
|
|
| MD5 |
81cd59bfa57873e70585d50c2c2503a5
|
|
| BLAKE2b-256 |
e6c5cbd3da81fdccc9b41584430bdd82957489bdc7e2cf2ca77524b083be54ed
|
File details
Details for the file eolymp-0.15.3-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.3-py3-none-any.whl
- Upload date:
- Size: 725.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0290d3abb570deea7e192528edc004f70c61f0648cde895a53a1f0359a6fd921
|
|
| MD5 |
745b5393a9ad02dfb7d3d267cdc34369
|
|
| BLAKE2b-256 |
f7c3c2621bf19f70243ca702a800255f9b00679ca5d5d71ce20ea38d30f3d893
|