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.24.tar.gz
(389.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.15.24-py3-none-any.whl
(771.1 kB
view details)
File details
Details for the file eolymp-0.15.24.tar.gz.
File metadata
- Download URL: eolymp-0.15.24.tar.gz
- Upload date:
- Size: 389.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed00609cb48ca23e4f2ffc883fcd6688cec7b3c692af927344321f2925acebd0
|
|
| MD5 |
1e3e613505991c4ee388856f8724c2cd
|
|
| BLAKE2b-256 |
c18195243e4080b9678d656f99718c7ecff45e97e7625954ced031ee5c966b3e
|
File details
Details for the file eolymp-0.15.24-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.24-py3-none-any.whl
- Upload date:
- Size: 771.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5173688fe7ab6cabf493ac7e846807c8101f4100564d0aa3c1ee5e61b5a3ed6e
|
|
| MD5 |
d23b01a2887638f3115b58722b753aed
|
|
| BLAKE2b-256 |
da75fda3d190bfac5db116fda40382899d15889bda8717e95dca132cb7cc7d82
|