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.31.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.31-py3-none-any.whl
(792.1 kB
view details)
File details
Details for the file eolymp-0.15.31.tar.gz.
File metadata
- Download URL: eolymp-0.15.31.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 |
cf61fc66fe27fac6f980253f3bb223d058eb43480b28b76590ed7b05e4b45e00
|
|
| MD5 |
30f7560fa7141cc748d37a4638adf0fb
|
|
| BLAKE2b-256 |
8941648ca3ce0c6d52f7dc120b9b92a4e1e85b5aebf4c4b5149c3c81b5092d2d
|
File details
Details for the file eolymp-0.15.31-py3-none-any.whl.
File metadata
- Download URL: eolymp-0.15.31-py3-none-any.whl
- Upload date:
- Size: 792.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 |
2057bff2e75d0cbf1e3ee9a6b635e4e29926def4b8f57a1933bcefebb4be30af
|
|
| MD5 |
2f45a1775cb2817527c626e1571dd582
|
|
| BLAKE2b-256 |
266c02bc310bff67362ccface1b6bdf6ec6cced6db9dfdf6d2b073994f093ccd
|