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.52.tar.gz
(422.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.52-py3-none-any.whl
(836.6 kB
view details)
File details
Details for the file eolymp-0.15.52.tar.gz.
File metadata
- Download URL: eolymp-0.15.52.tar.gz
- Upload date:
- Size: 422.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
06f84cfa6bcbdc976732b432d3596948d651d1ac416322be15d05396c1889aca
|
|
| MD5 |
0bf3606c008fe2cc467af5a1eb2256d8
|
|
| BLAKE2b-256 |
7fb404efb902c5ba206868172268ce6969c044e10331994c7bdb851bdb683132
|
File details
Details for the file eolymp-0.15.52-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.52-py3-none-any.whl
- Upload date:
- Size: 836.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
34ec7b6e1d44f231eee0b48edadc16ff366f507ca02550c1826e9c2cdad2f840
|
|
| MD5 |
d1c681b2832fa390217b05c7e5cc3f1f
|
|
| BLAKE2b-256 |
64b953a94c3d2a474fccf21131dbb4468db2ae03015a4fa6aab87bf0ad6ecb5a
|