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.34.tar.gz
(405.0 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.34-py3-none-any.whl
(803.6 kB
view details)
File details
Details for the file eolymp-0.15.34.tar.gz.
File metadata
- Download URL: eolymp-0.15.34.tar.gz
- Upload date:
- Size: 405.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc94480990f1bbaecdab62df8fd7aec822e4e4f9210faaf19ab189814c14884e
|
|
| MD5 |
4cbbb772ab739fc79ff3c99fb5119115
|
|
| BLAKE2b-256 |
0da88a512bb637d77a49717939db35d418323fb6a7a0649b5fc3777c52eb4b01
|
File details
Details for the file eolymp-0.15.34-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.34-py3-none-any.whl
- Upload date:
- Size: 803.6 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 |
a3143c45756fd166a7cfd007614504ce3b53109723e485c4873a26ddd23d07c2
|
|
| MD5 |
c71d04fdc3648a9e938c6f0fda5cbf69
|
|
| BLAKE2b-256 |
a47b8974ed879597407abbe0de397b212dbf1a939c4ea059a64e1817e3640cc7
|