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.38.tar.gz
(399.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.38-py3-none-any.whl
(802.1 kB
view details)
File details
Details for the file eolymp-0.15.38.tar.gz.
File metadata
- Download URL: eolymp-0.15.38.tar.gz
- Upload date:
- Size: 399.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5194bb0946d886cd1175027f242f4595259a64e8603b18f2f6f49951cd9c4c2d
|
|
| MD5 |
65fd3eec8805464761fc37259d4b211c
|
|
| BLAKE2b-256 |
7d11e3cdd98ce592d649755c311883bd895bf9220962f3fad135766c7f402b8a
|
File details
Details for the file eolymp-0.15.38-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.38-py3-none-any.whl
- Upload date:
- Size: 802.1 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 |
0877f1916bb49bccd050f8dadad5e5dd4d3a80fd70e44fdd22d972cf7d3cc41f
|
|
| MD5 |
7331dbe03a72f6ea7b970073537384d2
|
|
| BLAKE2b-256 |
a0133d6bafaefac1f33d20082bd95d281c76835bd6edd4537054ee914f5e1e74
|