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)
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.30.tar.gz
(399.4 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.30-py3-none-any.whl
(792.2 kB
view details)
File details
Details for the file eolymp-0.15.30.tar.gz.
File metadata
- Download URL: eolymp-0.15.30.tar.gz
- Upload date:
- Size: 399.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
41aec778f198dc95029abbb843e28df1dbf63ac4224c6463574232ebf5d31a2c
|
|
| MD5 |
d618500345e8cf2922bba92bb506c778
|
|
| BLAKE2b-256 |
9ff491f39d9fb54febf00136a44965aea2fe3a3c9d0df6e2069976fc54ef7f4c
|
File details
Details for the file eolymp-0.15.30-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.30-py3-none-any.whl
- Upload date:
- Size: 792.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b97abc41b0d83b6394d55c33a197060bd6167bed21917956ccb8965ab0cc8898
|
|
| MD5 |
4185535522ac9b7e49155edbee66029b
|
|
| BLAKE2b-256 |
247fbe75c6858afa143d78062bfc73b4bd69a9542df48fbd6cdccc8e6d438ee2
|